Struct rusoto_machinelearning::CreateRealtimeEndpointOutput [] [src]

pub struct CreateRealtimeEndpointOutput {
    pub ml_model_id: Option<String>,
    pub realtime_endpoint_info: Option<RealtimeEndpointInfo>,
}

Represents the output of an CreateRealtimeEndpoint operation.

The result contains the MLModelId and the endpoint information for the MLModel.

The endpoint information includes the URI of the MLModel; that is, the location to send online prediction requests for the specified MLModel.

Fields

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

The endpoint information of the MLModel

Trait Implementations

impl Default for CreateRealtimeEndpointOutput
[src]

[src]

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

impl Debug for CreateRealtimeEndpointOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateRealtimeEndpointOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more