Interface SageMakerHyperParameterTuningJobStateChange.TrainingJobStatusCounters

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

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

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.*;
 TrainingJobStatusCounters trainingJobStatusCounters = TrainingJobStatusCounters.builder()
         .completed(List.of("completed"))
         .inProgress(List.of("inProgress"))
         .nonRetryableError(List.of("nonRetryableError"))
         .retryableError(List.of("retryableError"))
         .stopped(List.of("stopped"))
         .build();
 
  • Method Details

    • getCompleted

      @Stability(Experimental) @Nullable default List<String> getCompleted()
      (experimental) Completed property.

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

    • getInProgress

      @Stability(Experimental) @Nullable default List<String> getInProgress()
      (experimental) InProgress property.

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

    • getNonRetryableError

      @Stability(Experimental) @Nullable default List<String> getNonRetryableError()
      (experimental) NonRetryableError property.

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

    • getRetryableError

      @Stability(Experimental) @Nullable default List<String> getRetryableError()
      (experimental) RetryableError property.

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

    • getStopped

      @Stability(Experimental) @Nullable default List<String> getStopped()
      (experimental) Stopped property.

      Specify an array of string values to match this event if the actual value of Stopped 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.TrainingJobStatusCounters.Builder of SageMakerHyperParameterTuningJobStateChange.TrainingJobStatusCounters