interface TrainingEnvironmentProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnModelCard.TrainingEnvironmentProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCard_TrainingEnvironmentProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnModelCard.TrainingEnvironmentProperty |
![]() | aws_cdk.aws_sagemaker.CfnModelCard.TrainingEnvironmentProperty |
![]() | 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.