Interface SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters

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

@Stability(Experimental) public static interface SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for ObjectiveStatusCounters.

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.*;
 ObjectiveStatusCounters objectiveStatusCounters = ObjectiveStatusCounters.builder()
         .failed(List.of("failed"))
         .pending(List.of("pending"))
         .succeeded(List.of("succeeded"))
         .build();
 
  • Method Details

    • getFailed

      @Stability(Experimental) @Nullable default List<String> getFailed()
      (experimental) Failed property.

      Specify an array of string values to match this event if the actual value of Failed 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

    • getPending

      @Stability(Experimental) @Nullable default List<String> getPending()
      (experimental) Pending property.

      Specify an array of string values to match this event if the actual value of Pending 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

    • getSucceeded

      @Stability(Experimental) @Nullable default List<String> getSucceeded()
      (experimental) Succeeded property.

      Specify an array of string values to match this event if the actual value of Succeeded 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

      Returns:
      a SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters.Builder of SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters