Struct rusoto_machinelearning::CreateMLModelOutput [] [src]

pub struct CreateMLModelOutput {
    pub ml_model_id: Option<String>,
}

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

The CreateMLModel operation is asynchronous. You can poll for status updates by using the GetMLModel operation and checking the Status parameter.

Fields

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

Trait Implementations

impl Default for CreateMLModelOutput
[src]

[src]

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

impl Debug for CreateMLModelOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateMLModelOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more