Struct aws_sdk_sagemaker::model::InferenceExecutionConfig [−][src]
#[non_exhaustive]pub struct InferenceExecutionConfig {
pub mode: Option<InferenceExecutionMode>,
}
Expand description
Specifies details about how containers in a multi-container endpoint are run.
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.mode: Option<InferenceExecutionMode>
How containers in a multi-container are run. The following values are valid.
-
SERIAL
- Containers run as a serial pipeline. -
DIRECT
- Only the individual container that you specify is run.
Implementations
How containers in a multi-container are run. The following values are valid.
-
SERIAL
- Containers run as a serial pipeline. -
DIRECT
- Only the individual container that you specify is run.
Creates a new builder-style object to manufacture InferenceExecutionConfig
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 InferenceExecutionConfig
impl Send for InferenceExecutionConfig
impl Sync for InferenceExecutionConfig
impl Unpin for InferenceExecutionConfig
impl UnwindSafe for InferenceExecutionConfig
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