SageMaker Model
Container + model artifact bundle used by endpoint configs.
Configuration
Section titled “Configuration”| Setting | Type | Required | Default |
|---|---|---|---|
| Model name | Text | Yes | — |
| Execution role ARN | Text | Yes | — |
| Container image URI | Text | Yes | — |
| Model data S3 URL | Text | — | — |
| Container mode Options: Single model, Multi-model | Choice | — | SingleModel |
| Environment variables | Key–value | — | — |
| VPC subnets | List | — | — |
| VPC security group IDs | List | — | — |
| Network isolation | Toggle | — | false |
| Tags | Key–value | — | — |
Connections
Section titled “Connections”| Socket | Direction | Accepts | Terraform arg |
|---|---|---|---|
| IAM role | Input | aws.iam-role | execution_role_arn |
| Served by endpoint | Output | aws.sagemaker-endpoint-configuration | — |