Interface CfnModelCard.TrainingHyperParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelCard.TrainingHyperParameterProperty.Jsii$Proxy
- Enclosing class:
CfnModelCard
@Stability(Stable)
public static interface CfnModelCard.TrainingHyperParameterProperty
extends software.amazon.jsii.JsiiSerializable
A hyper parameter that was configured in training the model.
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.*;
TrainingHyperParameterProperty trainingHyperParameterProperty = TrainingHyperParameterProperty.builder()
.name("name")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnModelCard.TrainingHyperParameterPropertystatic final classAn implementation forCfnModelCard.TrainingHyperParameterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the hyper parameter.- See Also:
-
getValue
The value specified for the hyper parameter.- See Also:
-
builder
-