Interface CfnAlgorithmPropsMixin.HyperParameterTuningJobObjectiveProperty

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

@Stability(Stable) public static interface CfnAlgorithmPropsMixin.HyperParameterTuningJobObjectiveProperty extends software.amazon.jsii.JsiiSerializable
Example:

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

See Also: