Struct aws_sdk_sagemakerruntime::output::InvokeEndpointAsyncOutput [−][src]
#[non_exhaustive]pub struct InvokeEndpointAsyncOutput {
pub inference_id: Option<String>,
pub output_location: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.inference_id: Option<String>
Identifier for an inference request. This will be the same as the InferenceId
specified
in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.
output_location: Option<String>
The Amazon S3 URI where the inference response payload is stored.
Implementations
Identifier for an inference request. This will be the same as the InferenceId
specified
in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.
The Amazon S3 URI where the inference response payload is stored.
Creates a new builder-style object to manufacture InvokeEndpointAsyncOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InvokeEndpointAsyncOutput
impl Send for InvokeEndpointAsyncOutput
impl Sync for InvokeEndpointAsyncOutput
impl Unpin for InvokeEndpointAsyncOutput
impl UnwindSafe for InvokeEndpointAsyncOutput
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