View a markdown version of this page

AWS::SageMaker::HyperParameterTuningJob InstancePlacementConfig - 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::HyperParameterTuningJob InstancePlacementConfig

Configuration for how instances are placed and allocated within UltraServers. This is only applicable for UltraServer capacity.

Syntax

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

Properties

EnableMultipleJobs

If set to true, allows multiple jobs to share the same UltraServer instances. If set to false, ensures this job's instances are placed on an UltraServer exclusively, with no other jobs sharing the same UltraServer. Default is false.

Required: No

Type: Boolean

Update requires: Replacement

PlacementSpecifications

A list of specifications for how instances should be placed on specific UltraServers. Maximum of 10 items is supported.

Required: No

Type: Array of PlacementSpecificationsItems

Minimum: 0

Maximum: 10

Update requires: Replacement