Struct aws_sdk_sagemaker::input::update_endpoint_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateEndpointInput
Implementations
The name of the endpoint whose configuration you want to update.
The name of the endpoint whose configuration you want to update.
The name of the new endpoint configuration.
The name of the new endpoint configuration.
When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To
retain the variant properties of an endpoint when updating it, set
RetainAllVariantProperties
to true
. To use the variant
properties specified in a new EndpointConfig
call when updating an
endpoint, set RetainAllVariantProperties
to false
. The default
is false
.
When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To
retain the variant properties of an endpoint when updating it, set
RetainAllVariantProperties
to true
. To use the variant
properties specified in a new EndpointConfig
call when updating an
endpoint, set RetainAllVariantProperties
to false
. The default
is false
.
Appends an item to exclude_retained_variant_properties
.
To override the contents of this collection use set_exclude_retained_variant_properties
.
When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value is set to
true
, ExcludeRetainedVariantProperties
specifies the list
of type VariantProperty to override with the values provided by
EndpointConfig
. If you don't specify a value for
ExcludeAllVariantProperties
, no variant properties are overridden.
pub fn set_exclude_retained_variant_properties(
self,
input: Option<Vec<VariantProperty>>
) -> Self
pub fn set_exclude_retained_variant_properties(
self,
input: Option<Vec<VariantProperty>>
) -> Self
When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value is set to
true
, ExcludeRetainedVariantProperties
specifies the list
of type VariantProperty to override with the values provided by
EndpointConfig
. If you don't specify a value for
ExcludeAllVariantProperties
, no variant properties are overridden.
The deployment configuration for the endpoint to be updated.
The deployment configuration for the endpoint to be updated.
Consumes the builder and constructs a UpdateEndpointInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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