Struct rusoto_machinelearning::DeleteBatchPredictionOutput [] [src]

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

Represents the output of a DeleteBatchPrediction operation.

You can use the GetBatchPrediction operation and check the value of the Status parameter to see whether a BatchPrediction is marked as DELETED.

Fields

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

Trait Implementations

impl Default for DeleteBatchPredictionOutput
[src]

[src]

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

impl Debug for DeleteBatchPredictionOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteBatchPredictionOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more