Struct rusoto_machinelearning::DeleteBatchPredictionInput [] [src]

pub struct DeleteBatchPredictionInput {
    pub batch_prediction_id: String,
}

Fields

A user-supplied ID that uniquely identifies the BatchPrediction.

Trait Implementations

impl Default for DeleteBatchPredictionInput
[src]

[src]

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

impl Debug for DeleteBatchPredictionInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteBatchPredictionInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more