AWS::SageMaker::Cluster ClusterCapacityRequirements - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::SageMaker::Cluster ClusterCapacityRequirements

Defines the instance capacity requirements for an instance group, including configurations for both Spot and On-Demand capacity types.

Syntax

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

JSON

{ "OnDemand" : Json, "Spot" : Json }

YAML

OnDemand: Json Spot: Json

Properties

OnDemand

Configuration options specific to On-Demand instances.

Required: No

Type: Json

Update requires: No interruption

Spot

Configuration options specific to Spot instances.

Required: No

Type: Json

Update requires: No interruption