Class: Aws::SageMaker::Types::CapacitySizeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CapacitySizeConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The configuration of the size measurements of the AMI update. Using this configuration, you can specify whether SageMaker should update your instance group by an amount or percentage of instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
Specifies whether SageMaker should process the update by amount or percentage of instances.
-
#value ⇒ Integer
Specifies the amount or percentage of instances SageMaker updates at a time.
Instance Attribute Details
#type ⇒ String
Specifies whether SageMaker should process the update by amount or percentage of instances.
4378 4379 4380 4381 4382 4383 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4378 class CapacitySizeConfig < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
Specifies the amount or percentage of instances SageMaker updates at a time.
4378 4379 4380 4381 4382 4383 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4378 class CapacitySizeConfig < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |