Interface CfnModelCard.TrainingEnvironmentProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnModelCard.TrainingEnvironmentProperty.Jsii$Proxy
Enclosing class:
CfnModelCard

@Stability(Stable) public static interface CfnModelCard.TrainingEnvironmentProperty extends software.amazon.jsii.JsiiSerializable
SageMaker training image.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sagemaker.*;
 TrainingEnvironmentProperty trainingEnvironmentProperty = TrainingEnvironmentProperty.builder()
         .containerImage(List.of("containerImage"))
         .build();
 

See Also: