Interface CfnModelCardPropsMixin.TrainingMetricProperty

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

@Stability(Stable) public static interface CfnModelCardPropsMixin.TrainingMetricProperty extends software.amazon.jsii.JsiiSerializable
A result from a SageMaker AI training job.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.*;
 TrainingMetricProperty trainingMetricProperty = TrainingMetricProperty.builder()
         .name("name")
         .notes("notes")
         .value(123)
         .build();
 

See Also: