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:IntegerInstanceType:String
Properties
CurrentCopyCount-
The number of inference component copies currently placed on instances of this type.
Required: Yes
Type: Integer
Minimum:
0Update requires: No interruption
InstanceType-
The ML compute instance type where the inference component copies are placed.
Required: Yes
Type: String
Pattern:
^ml\..*Maximum:
64Update requires: No interruption