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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnModelCard.TrainingEnvironmentPropertystatic final classAn implementation forCfnModelCard.TrainingEnvironmentProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContainerImage
SageMaker inference image URI. -
builder
-