Struct aws_sdk_sagemaker::model::VariantProperty
source · #[non_exhaustive]pub struct VariantProperty { /* private fields */ }
Expand description
Specifies a production variant property type for an Endpoint.
If you are updating an endpoint with the UpdateEndpointInput$RetainAllVariantProperties
option set to true
, the VariantProperty
objects listed in UpdateEndpointInput$ExcludeRetainedVariantProperties
override the existing variant properties of the endpoint.
Implementations§
source§impl VariantProperty
impl VariantProperty
sourcepub fn variant_property_type(&self) -> Option<&VariantPropertyType>
pub fn variant_property_type(&self) -> Option<&VariantPropertyType>
The type of variant property. The supported values are:
-
DesiredInstanceCount
: Overrides the existing variant instance counts using theProductionVariant$InitialInstanceCount
values in theCreateEndpointConfigInput$ProductionVariants
. -
DesiredWeight
: Overrides the existing variant weights using theProductionVariant$InitialVariantWeight
values in theCreateEndpointConfigInput$ProductionVariants
. -
DataCaptureConfig
: (Not currently supported.)
source§impl VariantProperty
impl VariantProperty
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VariantProperty
.
Trait Implementations§
source§impl Clone for VariantProperty
impl Clone for VariantProperty
source§fn clone(&self) -> VariantProperty
fn clone(&self) -> VariantProperty
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for VariantProperty
impl Debug for VariantProperty
source§impl PartialEq<VariantProperty> for VariantProperty
impl PartialEq<VariantProperty> for VariantProperty
source§fn eq(&self, other: &VariantProperty) -> bool
fn eq(&self, other: &VariantProperty) -> bool
self
and other
values to be equal, and is used
by ==
.