Class: Aws::SageMaker::Types::RollingUpdatePolicy

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

Overview

Specifies a rolling deployment strategy for updating a SageMaker endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_batch_sizeTypes::CapacitySize

Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet. Value must be between 5% to 50% of the variant's total instance count.

Returns:



44732
44733
44734
44735
44736
44737
44738
44739
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44732

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

#maximum_execution_timeout_in_secondsInteger

The time limit for the total deployment. Exceeding this limit causes a timeout.

Returns:

  • (Integer)


44732
44733
44734
44735
44736
44737
44738
44739
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44732

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

#rollback_maximum_batch_sizeTypes::CapacitySize

Batch size for rollback to the old endpoint fleet. Each rolling step to provision capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new endpoint fleet. If this field is absent, the default value will be set to 100% of total capacity which means to bring up the whole capacity of the old fleet at once during rollback.

Returns:



44732
44733
44734
44735
44736
44737
44738
44739
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44732

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

#wait_interval_in_secondsInteger

The length of the baking period, during which SageMaker monitors alarms for each batch on the new fleet.

Returns:

  • (Integer)


44732
44733
44734
44735
44736
44737
44738
44739
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44732

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