import trained-model
The import trained-model
command imports a previously exported trained model from an S3 bucket. It is used, along with the export trained-model
command, to transfer ML models between two Aizen installations.
Syntax
Parameters
Parameter
Description
<model name>
The name of the ML model
<run id>
The specific training run identifier
<datasource name>
The data source that contains the S3 bucket definition where the model was exported
Example
Last updated