Struct aws_sdk_sagemaker::model::VariantProperty [−][src]
#[non_exhaustive]pub struct VariantProperty {
pub variant_property_type: Option<VariantPropertyType>,
}
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.
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.variant_property_type: Option<VariantPropertyType>
The type of variant property. The supported values are:
-
DesiredInstanceCount
: Overrides the existing variant instance counts using the ProductionVariant$InitialInstanceCount values in the CreateEndpointConfigInput$ProductionVariants. -
DesiredWeight
: Overrides the existing variant weights using the ProductionVariant$InitialVariantWeight values in the CreateEndpointConfigInput$ProductionVariants. -
DataCaptureConfig
: (Not currently supported.)
Implementations
Creates a new builder-style object to manufacture VariantProperty
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 VariantProperty
impl Send for VariantProperty
impl Sync for VariantProperty
impl Unpin for VariantProperty
impl UnwindSafe for VariantProperty
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