Class: Aws::SageMaker::Types::InferenceComponentDeploymentConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InferenceComponentDeploymentConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The deployment configuration for an endpoint that hosts inference components. The configuration includes the desired deployment strategy and rollback settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_rollback_configuration ⇒ Types::AutoRollbackConfig
Automatic rollback configuration for handling endpoint deployment failures and recovery.
-
#rolling_update_policy ⇒ Types::InferenceComponentRollingUpdatePolicy
Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.
Instance Attribute Details
#auto_rollback_configuration ⇒ Types::AutoRollbackConfig
Automatic rollback configuration for handling endpoint deployment failures and recovery.
25635 25636 25637 25638 25639 25640 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25635 class InferenceComponentDeploymentConfig < Struct.new( :rolling_update_policy, :auto_rollback_configuration) SENSITIVE = [] include Aws::Structure end |
#rolling_update_policy ⇒ Types::InferenceComponentRollingUpdatePolicy
Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.
25635 25636 25637 25638 25639 25640 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25635 class InferenceComponentDeploymentConfig < Struct.new( :rolling_update_policy, :auto_rollback_configuration) SENSITIVE = [] include Aws::Structure end |