Struct rusoto_machinelearning::CreateDataSourceFromS3Output [] [src]

pub struct CreateDataSourceFromS3Output {
    pub data_source_id: Option<String>,
}

Represents the output of a CreateDataSourceFromS3 operation, and is an acknowledgement that Amazon ML received the request.

The CreateDataSourceFromS3 operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status parameter.

Fields

A user-supplied ID that uniquely identifies the DataSource. This value should be identical to the value of the DataSourceID in the request.

Trait Implementations

impl Default for CreateDataSourceFromS3Output
[src]

Returns the "default value" for a type. Read more

impl Debug for CreateDataSourceFromS3Output
[src]

Formats the value using the given formatter.

impl Clone for CreateDataSourceFromS3Output
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more