interface DistributeDatasetEntriesRequest {
    Datasets: undefined | DistributeDataset[];
}

Hierarchy (view full)

Properties

Properties

Datasets: undefined | DistributeDataset[]

The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.