aws-cdk-lib.aws_sagemaker.CfnUserProfile.CustomImageProperty

interface CustomImageProperty

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

A custom SageMaker image.

For more information, see Bring your own SageMaker image .

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 customImageProperty: sagemaker.CfnUserProfile.CustomImageProperty = {
  appImageConfigName: 'appImageConfigName',
  imageName: 'imageName',

  // the properties below are optional
  imageVersionNumber: 123,
};

Properties

NameTypeDescription
appImageConfigNamestringThe name of the AppImageConfig.
imageNamestringThe name of the CustomImage.
imageVersionNumber?numberThe version number of the CustomImage.

appImageConfigName

Type: string

The name of the AppImageConfig.


imageName

Type: string

The name of the CustomImage.

Must be unique to your account.


imageVersionNumber?

Type: number (optional)

The version number of the CustomImage.