Struct rusoto_machinelearning::UpdateEvaluationOutput [] [src]

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

Represents the output of an UpdateEvaluation operation.

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

Fields

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

Trait Implementations

impl Default for UpdateEvaluationOutput
[src]

[src]

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

impl Debug for UpdateEvaluationOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateEvaluationOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more