Struct rusoto_machinelearning::UpdateBatchPredictionInput [] [src]

pub struct UpdateBatchPredictionInput {
    pub batch_prediction_id: String,
    pub batch_prediction_name: String,
}

Fields

The ID assigned to the BatchPrediction during creation.

A new user-supplied name or description of the BatchPrediction.

Trait Implementations

impl Default for UpdateBatchPredictionInput
[src]

[src]

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

impl Debug for UpdateBatchPredictionInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateBatchPredictionInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more