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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAlgorithmPropsMixin.HyperParameterTuningJobObjectiveProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMetricName
- See Also:
-
getType
- See Also:
-
builder
@Stability(Stable) static CfnAlgorithmPropsMixin.HyperParameterTuningJobObjectiveProperty.Builder builder()
-