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 InferenceComponentContainerSpecificationForInstanceType
The InferenceComponentContainerSpecificationForInstanceType property type specifies Property description not available. for an AWS::SageMaker::InferenceComponent.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ArtifactUrl" :String, "ContainerMetricsConfig" :ContainerMetricsConfig, "Environment" :{, "Image" :Key:Value, ...}String}
YAML
ArtifactUrl:StringContainerMetricsConfig:ContainerMetricsConfigEnvironment:Image:Key:ValueString
Properties
ArtifactUrlProperty description not available.
Required: No
Type: String
Pattern:
^(https|s3)://([^/]+)/?(.*)$Maximum:
1024Update requires: No interruption
ContainerMetricsConfigProperty description not available.
Required: No
Type: ContainerMetricsConfig
Update requires: No interruption
EnvironmentProperty description not available.
Required: No
Type: Object of String
Pattern:
^[a-zA-Z_][a-zA-Z0-9_]{1,1024}$Maximum:
1024Update requires: No interruption
ImageProperty description not available.
Required: No
Type: String
Pattern:
[\S]+Maximum:
255Update requires: No interruption