Class: Aws::SageMaker::Types::UpdateEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateEndpointInput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_config ⇒ Types::DeploymentConfig
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
-
#endpoint_config_name ⇒ String
The name of the new endpoint configuration.
-
#endpoint_name ⇒ String
The name of the endpoint whose configuration you want to update.
-
#exclude_retained_variant_properties ⇒ Array<Types::VariantProperty>
When you are updating endpoint resources with
RetainAllVariantProperties
, whose value is set totrue
,ExcludeRetainedVariantProperties
specifies the list of type [VariantProperty][1] to override with the values provided byEndpointConfig
. -
#retain_all_variant_properties ⇒ Boolean
When updating endpoint resources, enables or disables the retention of [variant properties][1], such as the instance count or the variant weight.
-
#retain_deployment_config ⇒ Boolean
Specifies whether to reuse the last deployment configuration.
Instance Attribute Details
#deployment_config ⇒ Types::DeploymentConfig
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
47607 47608 47609 47610 47611 47612 47613 47614 47615 47616 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47607 class UpdateEndpointInput < Struct.new( :endpoint_name, :endpoint_config_name, :retain_all_variant_properties, :exclude_retained_variant_properties, :deployment_config, :retain_deployment_config) SENSITIVE = [] include Aws::Structure end |
#endpoint_config_name ⇒ String
The name of the new endpoint configuration.
47607 47608 47609 47610 47611 47612 47613 47614 47615 47616 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47607 class UpdateEndpointInput < Struct.new( :endpoint_name, :endpoint_config_name, :retain_all_variant_properties, :exclude_retained_variant_properties, :deployment_config, :retain_deployment_config) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
The name of the endpoint whose configuration you want to update.
47607 47608 47609 47610 47611 47612 47613 47614 47615 47616 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47607 class UpdateEndpointInput < Struct.new( :endpoint_name, :endpoint_config_name, :retain_all_variant_properties, :exclude_retained_variant_properties, :deployment_config, :retain_deployment_config) SENSITIVE = [] include Aws::Structure end |
#exclude_retained_variant_properties ⇒ Array<Types::VariantProperty>
When you are updating endpoint resources with
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
ExcludeRetainedVariantProperties
, no variant properties are
overridden.
47607 47608 47609 47610 47611 47612 47613 47614 47615 47616 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47607 class UpdateEndpointInput < Struct.new( :endpoint_name, :endpoint_config_name, :retain_all_variant_properties, :exclude_retained_variant_properties, :deployment_config, :retain_deployment_config) SENSITIVE = [] include Aws::Structure end |
#retain_all_variant_properties ⇒ Boolean
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
.
47607 47608 47609 47610 47611 47612 47613 47614 47615 47616 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47607 class UpdateEndpointInput < Struct.new( :endpoint_name, :endpoint_config_name, :retain_all_variant_properties, :exclude_retained_variant_properties, :deployment_config, :retain_deployment_config) SENSITIVE = [] include Aws::Structure end |
#retain_deployment_config ⇒ Boolean
Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).
47607 47608 47609 47610 47611 47612 47613 47614 47615 47616 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47607 class UpdateEndpointInput < Struct.new( :endpoint_name, :endpoint_config_name, :retain_all_variant_properties, :exclude_retained_variant_properties, :deployment_config, :retain_deployment_config) SENSITIVE = [] include Aws::Structure end |