aws-cdk-lib.aws_sagemaker.CfnModelCard.TrainingEnvironmentProperty

interface TrainingEnvironmentProperty

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

SageMaker training 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 trainingEnvironmentProperty: sagemaker.CfnModelCard.TrainingEnvironmentProperty = {
  containerImage: ['containerImage'],
};

Properties

NameTypeDescription
containerImage?string[]SageMaker inference image URI.

containerImage?

Type: string[] (optional)

SageMaker inference image URI.