View a markdown version of this page

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