Interface ModelEvents.AWSAPICallViaCloudTrail.HyperParameters
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ModelEvents.AWSAPICallViaCloudTrail.HyperParameters.Jsii$Proxy
- Enclosing class:
ModelEvents.AWSAPICallViaCloudTrail
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.events.*;
HyperParameters hyperParameters = HyperParameters.builder()
.evalMetric(List.of("evalMetric"))
.numRound(List.of("numRound"))
.objective(List.of("objective"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forModelEvents.AWSAPICallViaCloudTrail.HyperParametersstatic final classAn implementation forModelEvents.AWSAPICallViaCloudTrail.HyperParameters -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) eval_metric property.(experimental) num_round property.(experimental) objective property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEvalMetric
(experimental) eval_metric property.Specify an array of string values to match this event if the actual value of eval_metric is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getNumRound
(experimental) num_round property.Specify an array of string values to match this event if the actual value of num_round is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getObjective
(experimental) objective property.Specify an array of string values to match this event if the actual value of objective is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static ModelEvents.AWSAPICallViaCloudTrail.HyperParameters.Builder builder()
-