AWS Amazon SageMaker Image
This page shows how to write Terraform and CloudFormation for Amazon SageMaker Image and write them securely.
aws_sagemaker_image (Terraform)
The Image in Amazon SageMaker can be configured in Terraform with the resource name aws_sagemaker_image. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
arnoptional computed - string -
descriptionoptional - string -
display_nameoptional - string -
idoptional computed - string -
image_namerequired - string -
role_arnrequired - string -
tagsoptional - map from string to string
Explanation in Terraform Registry
Provides a Sagemaker Image resource.
AWS::SageMaker::Image (CloudFormation)
The Image in SageMaker can be configured in CloudFormation with the resource name AWS::SageMaker::Image. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
ImageNamerequired - String -
ImageRoleArnrequired - String -
ImageDisplayNameoptional - String -
ImageDescriptionoptional - String -
Tagsoptional - List of Tag
Explanation in CloudFormation Registry
Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon Container Registry (ECR). For more information, see Bring your own SageMaker image.