Interface ModelEvents.AWSAPICallViaCloudTrail.HyperParameters

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ModelEvents.AWSAPICallViaCloudTrail.HyperParameters.Jsii$Proxy
Enclosing class:
ModelEvents.AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface ModelEvents.AWSAPICallViaCloudTrail.HyperParameters extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for HyperParameters.

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();
 
  • Method Details

    • getEvalMetric

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getNumRound

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getObjective

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static ModelEvents.AWSAPICallViaCloudTrail.HyperParameters.Builder builder()
      Returns:
      a ModelEvents.AWSAPICallViaCloudTrail.HyperParameters.Builder of ModelEvents.AWSAPICallViaCloudTrail.HyperParameters