AWS::SageMaker::Cluster CapacitySizeConfig - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::Cluster CapacitySizeConfig

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.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : String, "Value" : Integer }

YAML

Type: String Value: Integer

Properties

Type

Specifies whether SageMaker should process the update by amount or percentage of instances.

Required: Yes

Type: String

Pattern: INSTANCE_COUNT|CAPACITY_PERCENTAGE

Update requires: No interruption

Value

Specifies the amount or percentage of instances SageMaker updates at a time.

Required: Yes

Type: Integer

Minimum: 1

Update requires: No interruption