AWS::SageMaker::InferenceComponentResource Type definition for AWS::SageMaker::InferenceComponent
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EndpointName | string | Required |
Specification | InferenceComponentSpecification | Required |
DeploymentConfig | InferenceComponentDeploymentConfig | Write-only |
EndpointArn | string | |
InferenceComponentName | string | |
RuntimeConfig | InferenceComponentRuntimeConfig | |
Tags | array | |
VariantName | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | - |
FailureReason | string | - |
InferenceComponentArn | string | - |
InferenceComponentStatus | string | - |
LastModifiedTime | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::InferenceComponent
Resources:
MyResource:
Type: AWS::SageMaker::InferenceComponent
Properties:
EndpointName: "my-endpointname"
Specification: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:AddTagssagemaker:ListTagssagemaker:CreateInferenceComponentsagemaker:DescribeInferenceComponentsagemaker:UpdateInferenceComponentsagemaker:UpdateInferenceComponentRuntimeConfigsagemaker:DescribeInferenceComponentsagemaker:AddTagssagemaker:ListTagssagemaker:DeleteTagssagemaker:DescribeInferenceComponentsagemaker:DeleteInferenceComponentsagemaker:DeleteTagssagemaker:DescribeInferenceComponentsagemaker:ListTagssagemaker:ListInferenceComponentssagemaker:DescribeInferenceComponentsagemaker:ListTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterInferenceComponentArn