Class: Aws::SageMaker::Types::RollingDeploymentPolicy

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The configurations that SageMaker uses when updating the AMI versions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_batch_sizeTypes::CapacitySizeConfig

The maximum amount of instances in the cluster that SageMaker can update at a time.



42088
42089
42090
42091
42092
42093
# File 'lib/aws-sdk-sagemaker/types.rb', line 42088

class RollingDeploymentPolicy < Struct.new(
  :maximum_batch_size,
  :rollback_maximum_batch_size)
  SENSITIVE = []
  include Aws::Structure
end

#rollback_maximum_batch_sizeTypes::CapacitySizeConfig

The maximum amount of instances in the cluster that SageMaker can roll back at a time.



42088
42089
42090
42091
42092
42093
# File 'lib/aws-sdk-sagemaker/types.rb', line 42088

class RollingDeploymentPolicy < Struct.new(
  :maximum_batch_size,
  :rollback_maximum_batch_size)
  SENSITIVE = []
  include Aws::Structure
end