importconfig project

The importconfig project command imports project metadata from a previously exported project metadata json file into the current working project. The current project should be empty and cannot contain existing ML objects.

Syntax

importconfig project <project metadata json name>

Parameters

Parameter
Description

<project metadata json name>

The name of the exported project metadata json file

Example

[ ]: importconfig project trip_fare_objects.json 

     File trip_2.json imported to project trip_fare 

Last updated