Struct rusoto_machinelearning::GetBatchPredictionInput [] [src]

pub struct GetBatchPredictionInput {
    pub batch_prediction_id: String,
}

Fields

An ID assigned to the BatchPrediction at creation.

Trait Implementations

impl Default for GetBatchPredictionInput
[src]

[src]

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

impl Debug for GetBatchPredictionInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetBatchPredictionInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more