Struct aws_sdk_sagemaker::types::ModelVariantConfig
source · #[non_exhaustive]pub struct ModelVariantConfig { /* private fields */ }
Expand description
Contains information about the deployment options of a model.
Implementations§
source§impl ModelVariantConfig
impl ModelVariantConfig
sourcepub fn model_name(&self) -> Option<&str>
pub fn model_name(&self) -> Option<&str>
The name of the Amazon SageMaker Model entity.
sourcepub fn variant_name(&self) -> Option<&str>
pub fn variant_name(&self) -> Option<&str>
The name of the variant.
sourcepub fn infrastructure_config(&self) -> Option<&ModelInfrastructureConfig>
pub fn infrastructure_config(&self) -> Option<&ModelInfrastructureConfig>
The configuration for the infrastructure that the model will be deployed to.
source§impl ModelVariantConfig
impl ModelVariantConfig
sourcepub fn builder() -> ModelVariantConfigBuilder
pub fn builder() -> ModelVariantConfigBuilder
Creates a new builder-style object to manufacture ModelVariantConfig
.
Trait Implementations§
source§impl Clone for ModelVariantConfig
impl Clone for ModelVariantConfig
source§fn clone(&self) -> ModelVariantConfig
fn clone(&self) -> ModelVariantConfig
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 ModelVariantConfig
impl Debug for ModelVariantConfig
source§impl PartialEq<ModelVariantConfig> for ModelVariantConfig
impl PartialEq<ModelVariantConfig> for ModelVariantConfig
source§fn eq(&self, other: &ModelVariantConfig) -> bool
fn eq(&self, other: &ModelVariantConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.