Struct aws_sdk_machinelearning::client::fluent_builders::CreateRealtimeEndpoint [−][src]
pub struct CreateRealtimeEndpoint<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to CreateRealtimeEndpoint
.
Creates a real-time endpoint for the MLModel
. The endpoint contains the URI of the MLModel
; that is, the location to send real-time prediction requests for the specified MLModel
.
Implementations
impl<C, M, R> CreateRealtimeEndpoint<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateRealtimeEndpoint<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateRealtimeEndpointOutput, SdkError<CreateRealtimeEndpointError>> where
R::Policy: SmithyRetryPolicy<CreateRealtimeEndpointInputOperationOutputAlias, CreateRealtimeEndpointOutput, CreateRealtimeEndpointError, CreateRealtimeEndpointInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateRealtimeEndpointOutput, SdkError<CreateRealtimeEndpointError>> where
R::Policy: SmithyRetryPolicy<CreateRealtimeEndpointInputOperationOutputAlias, CreateRealtimeEndpointOutput, CreateRealtimeEndpointError, CreateRealtimeEndpointInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The ID assigned to the MLModel
during creation.
The ID assigned to the MLModel
during creation.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for CreateRealtimeEndpoint<C, M, R>
impl<C, M, R> Send for CreateRealtimeEndpoint<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateRealtimeEndpoint<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateRealtimeEndpoint<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for CreateRealtimeEndpoint<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more