AWS::SageMaker::Cluster ClusterCapacityRequirements - AWS CloudFormation

This is the new 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 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 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