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 InferenceComponentSpecificationForInstanceType
The InferenceComponentSpecificationForInstanceType 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
{ "ComputeResourceRequirements" :InferenceComponentComputeResourceRequirements, "Container" :InferenceComponentContainerSpecificationForInstanceType, "CurrentDataCacheConfig" :InferenceComponentDataCacheConfig, "DataCacheConfig" :InferenceComponentDataCacheConfig, "InstanceType" :String, "ModelName" :String, "SchedulingConfig" :InferenceComponentSchedulingConfig, "StartupParameters" :InferenceComponentStartupParameters}
YAML
ComputeResourceRequirements:InferenceComponentComputeResourceRequirementsContainer:InferenceComponentContainerSpecificationForInstanceTypeCurrentDataCacheConfig:InferenceComponentDataCacheConfigDataCacheConfig:InferenceComponentDataCacheConfigInstanceType:StringModelName:StringSchedulingConfig:InferenceComponentSchedulingConfigStartupParameters:InferenceComponentStartupParameters
Properties
ComputeResourceRequirementsProperty description not available.
Required: No
Type: InferenceComponentComputeResourceRequirements
Update requires: No interruption
ContainerProperty description not available.
Required: No
Type: InferenceComponentContainerSpecificationForInstanceType
Update requires: No interruption
CurrentDataCacheConfigProperty description not available.
Required: No
Type: InferenceComponentDataCacheConfig
Update requires: No interruption
DataCacheConfigProperty description not available.
Required: No
Type: InferenceComponentDataCacheConfig
Update requires: No interruption
InstanceTypeProperty description not available.
Required: Yes
Type: String
Pattern:
^ml\..*Maximum:
64Update requires: No interruption
ModelNameProperty description not available.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9])*$Maximum:
63Update requires: No interruption
SchedulingConfigProperty description not available.
Required: No
Type: InferenceComponentSchedulingConfig
Update requires: No interruption
StartupParametersProperty description not available.
Required: No
Type: InferenceComponentStartupParameters
Update requires: No interruption