Struct rusoto_machinelearning::UpdateBatchPredictionOutput [] [src]

pub struct UpdateBatchPredictionOutput {
    pub batch_prediction_id: Option<String>,
}

Represents the output of an UpdateBatchPrediction operation.

You can see the updated content by using the GetBatchPrediction operation.

Fields

The ID assigned to the BatchPrediction during creation. This value should be identical to the value of the BatchPredictionId in the request.

Trait Implementations

impl Default for UpdateBatchPredictionOutput
[src]

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

impl Debug for UpdateBatchPredictionOutput
[src]

Formats the value using the given formatter.

impl Clone for UpdateBatchPredictionOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more