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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.



44410
44411
44412
44413
44414
44415
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44410

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.



44410
44411
44412
44413
44414
44415
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44410

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