Struct rusoto_machinelearning::CreateEvaluationOutput [] [src]

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

Represents the output of a CreateEvaluation operation, and is an acknowledgement that Amazon ML received the request.

CreateEvaluation operation is asynchronous. You can poll for status updates by using the GetEvcaluation operation and checking the Status parameter.

Fields

The 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 CreateEvaluationOutput
[src]

[src]

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

impl Debug for CreateEvaluationOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateEvaluationOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more