Struct aws_sdk_sagemaker::model::AutoMlContainerDefinition [−][src]
#[non_exhaustive]pub struct AutoMlContainerDefinition {
pub image: Option<String>,
pub model_data_url: Option<String>,
pub environment: Option<HashMap<String, String>>,
}
Expand description
A list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see .
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.image: Option<String>
The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see .
model_data_url: Option<String>
The location of the model artifacts. For more information, see .
environment: Option<HashMap<String, String>>
The environment variables to set in the container. For more information, see .
Implementations
Creates a new builder-style object to manufacture AutoMlContainerDefinition
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 AutoMlContainerDefinition
impl Send for AutoMlContainerDefinition
impl Sync for AutoMlContainerDefinition
impl Unpin for AutoMlContainerDefinition
impl UnwindSafe for AutoMlContainerDefinition
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