Struct rusoto_machinelearning::DeleteEvaluationOutput [] [src]

pub struct DeleteEvaluationOutput {
    pub evaluation_id: Option<String>,
}

Represents the output of a DeleteEvaluation operation. The output indicates that Amazon Machine Learning (Amazon ML) received the request.

You can use the GetEvaluation operation and check the value of the Status parameter to see whether an Evaluation is marked as DELETED.

Fields

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

Trait Implementations

impl Default for DeleteEvaluationOutput
[src]

[src]

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

impl Debug for DeleteEvaluationOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteEvaluationOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more