---
type: resource-type
title: SageMakerModel
description: aws resource type AWS::SageMaker::Model
name: SageMakerModel
lexicon: aws
resource_type: AWS::SageMaker::Model
---
`AWS::SageMaker::Model`, a resource type of the aws lexicon.

## Properties

- `Containers` (`SageMakerModel_ContainerDefinition[]`, optional): Specifies the containers in the inference pipeline.
- `EnableNetworkIsolation` (`boolean`, optional): Isolates the model container. No inbound or outbound network calls can be made to or from the model container.
- `ExecutionRoleArn` (`string`, optional): The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
- `InferenceExecutionConfig` (`SageMakerModel_InferenceExecutionConfig`, optional)
- `ModelArn` (`string`, optional): The Amazon Resource Name (ARN) of the model.
- `ModelName` (`string`, optional): The name of the new model.
- `PrimaryContainer` (`SageMakerModel_ContainerDefinition`, optional)
- `Tags` (`SageMakerModel_Tag[]`, optional): An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see [Tagging AWS Resources](https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
- `VpcConfig` (`SageMakerModel_VpcConfig`, optional)

## Attributes

- `ModelArn`
