Struct rusoto_machinelearning::GetEvaluationInput [] [src]

pub struct GetEvaluationInput {
    pub evaluation_id: String,
}

Fields

The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded and cataloged. The ID provides the means to access the information.

Trait Implementations

impl Default for GetEvaluationInput
[src]

[src]

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

impl Debug for GetEvaluationInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetEvaluationInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more