Class: Aws::SageMaker::Types::InferenceComponentDeploymentConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#auto_rollback_configurationTypes::AutoRollbackConfig

Automatic rollback configuration for handling endpoint deployment failures and recovery.



25595
25596
25597
25598
25599
25600
# File 'lib/aws-sdk-sagemaker/types.rb', line 25595

class InferenceComponentDeploymentConfig < Struct.new(
  :rolling_update_policy,
  :auto_rollback_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#rolling_update_policyTypes::InferenceComponentRollingUpdatePolicy

Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.



25595
25596
25597
25598
25599
25600
# File 'lib/aws-sdk-sagemaker/types.rb', line 25595

class InferenceComponentDeploymentConfig < Struct.new(
  :rolling_update_policy,
  :auto_rollback_configuration)
  SENSITIVE = []
  include Aws::Structure
end