aws-cdk-lib.aws_sagemaker.CfnImageVersionProps

interface CfnImageVersionProps

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnImageVersionProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnImageVersionProps
Javasoftware.amazon.awscdk.services.sagemaker.CfnImageVersionProps
Pythonaws_cdk.aws_sagemaker.CfnImageVersionProps
TypeScript aws-cdk-lib » aws_sagemaker » CfnImageVersionProps

Properties for defining a CfnImageVersion.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const cfnImageVersionProps: sagemaker.CfnImageVersionProps = {
  baseImage: 'baseImage',
  imageName: 'imageName',
};

Properties

NameTypeDescription
baseImagestringThe container image that the SageMaker image version is based on.
imageNamestringThe name of the parent image.

baseImage

Type: string

The container image that the SageMaker image version is based on.

Length Constraints : Minimum length of 1. Maximum length of 255.

Pattern : .*


imageName

Type: string

The name of the parent image.

Length Constraints : Minimum length of 1. Maximum length of 63.

Pattern : ^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$