interface TrainingEnvironmentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnModelCard.TrainingEnvironmentProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCard_TrainingEnvironmentProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnModelCard.TrainingEnvironmentProperty |
Python | aws_cdk.aws_sagemaker.CfnModelCard.TrainingEnvironmentProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnModelCard » TrainingEnvironmentProperty |
SageMaker AI 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
| Name | Type | Description |
|---|---|---|
| container | string[] | SageMaker AI inference image URI. |
containerImage?
Type:
string[]
(optional)
SageMaker AI inference image URI.

.NET
Go
Java
Python
TypeScript