#[non_exhaustive]pub struct AutoMlContainerDefinition { /* private fields */ }
Expand description
A list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see ContainerDefinition.
Implementations§
source§impl AutoMlContainerDefinition
impl AutoMlContainerDefinition
sourcepub fn image(&self) -> Option<&str>
pub fn image(&self) -> Option<&str>
The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see ContainerDefinition.
sourcepub fn model_data_url(&self) -> Option<&str>
pub fn model_data_url(&self) -> Option<&str>
The location of the model artifacts. For more information, see ContainerDefinition.
sourcepub fn environment(&self) -> Option<&HashMap<String, String>>
pub fn environment(&self) -> Option<&HashMap<String, String>>
The environment variables to set in the container. For more information, see ContainerDefinition.
source§impl AutoMlContainerDefinition
impl AutoMlContainerDefinition
sourcepub fn builder() -> AutoMlContainerDefinitionBuilder
pub fn builder() -> AutoMlContainerDefinitionBuilder
Creates a new builder-style object to manufacture AutoMlContainerDefinition
.
Trait Implementations§
source§impl Clone for AutoMlContainerDefinition
impl Clone for AutoMlContainerDefinition
source§fn clone(&self) -> AutoMlContainerDefinition
fn clone(&self) -> AutoMlContainerDefinition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AutoMlContainerDefinition
impl Debug for AutoMlContainerDefinition
source§impl PartialEq<AutoMlContainerDefinition> for AutoMlContainerDefinition
impl PartialEq<AutoMlContainerDefinition> for AutoMlContainerDefinition
source§fn eq(&self, other: &AutoMlContainerDefinition) -> bool
fn eq(&self, other: &AutoMlContainerDefinition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.