AWS::SageMaker::Endpoint CapacitySize - 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).

AWS::SageMaker::Endpoint CapacitySize

Specifies the endpoint capacity to activate for production.

Syntax

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

JSON

{ "Type" : String, "Value" : Integer }

YAML

Type: String Value: Integer

Properties

Type

Specifies the endpoint capacity type.

  • INSTANCE_COUNT: The endpoint activates based on the number of instances.

  • CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity.

Required: Yes

Type: String

Allowed values: CAPACITY_PERCENT | INSTANCE_COUNT

Update requires: No interruption

Value

Defines the capacity size, either as a number of instances or a capacity percentage.

Required: Yes

Type: Integer

Minimum: 1

Update requires: No interruption