View a markdown version of this page

AWS::SageMaker::InferenceComponent InferenceComponentPlacementStatus - 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::InferenceComponent InferenceComponentPlacementStatus

The placement status of an inference component on a specific instance type. Shows the number of inference component copies currently placed on instances of a given type.

Syntax

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

JSON

{ "CurrentCopyCount" : Integer, "InstanceType" : String }

YAML

CurrentCopyCount: Integer InstanceType: String

Properties

CurrentCopyCount

The number of inference component copies currently placed on instances of this type.

Required: Yes

Type: Integer

Minimum: 0

Update requires: No interruption

InstanceType

The ML compute instance type where the inference component copies are placed.

Required: Yes

Type: String

Pattern: ^ml\..*

Maximum: 64

Update requires: No interruption