Struct rusoto_machinelearning::DeleteRealtimeEndpointInput [] [src]

pub struct DeleteRealtimeEndpointInput {
    pub ml_model_id: String,
}

Fields

The ID assigned to the MLModel during creation.

Trait Implementations

impl Default for DeleteRealtimeEndpointInput
[src]

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

impl Debug for DeleteRealtimeEndpointInput
[src]

Formats the value using the given formatter.

impl Clone for DeleteRealtimeEndpointInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more