AWS::SageMaker::ModelResource Type definition for AWS::SageMaker::Model
8 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Containers | Array<ContainerDefinition> | Create-only |
EnableNetworkIsolation | boolean | Create-only |
ExecutionRoleArn | string | Create-only |
InferenceExecutionConfig | InferenceExecutionConfig | Create-only |
ModelName | string | Create-only |
PrimaryContainer | ContainerDefinition | Create-only |
Tags | Array<Tag> | |
VpcConfig | VpcConfig | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Model
Resources:
MyResource:
Type: AWS::SageMaker::Model
Properties:
Tags:
- Key: Environment
Value: ProductionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ExecutionRoleArnEnableNetworkIsolationInferenceExecutionConfigPrimaryContainerModelNameVpcConfigContainers