import dataset

The import dataset command imports a previously exported dataset from an S3 bucket. It is used, along with the export dataset command, to transfer datasets between two Aizen installations.

Syntax

import dataset <dataset name>,source=<datasource name>

Parameters

Parameter
Description

<dataset name>

The name of the dataset (the corresponding ML job filename)

<datasource name>

The name of the S3 data source, defined by the configure dataset command

Example

import dataset trip_dataset_2,source=s3_export_datasource

Last updated