Interface TrainingJobStatusCounters.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TrainingJobStatusCounters.Builder,TrainingJobStatusCounters>, SdkBuilder<TrainingJobStatusCounters.Builder,TrainingJobStatusCounters>, SdkPojo
Enclosing class:
TrainingJobStatusCounters

public static interface TrainingJobStatusCounters.Builder extends SdkPojo, CopyableBuilder<TrainingJobStatusCounters.Builder,TrainingJobStatusCounters>
  • Method Details

    • completed

      The number of completed training jobs launched by the hyperparameter tuning job.

      Parameters:
      completed - The number of completed training jobs launched by the hyperparameter tuning job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inProgress

      The number of in-progress training jobs launched by a hyperparameter tuning job.

      Parameters:
      inProgress - The number of in-progress training jobs launched by a hyperparameter tuning job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • retryableError

      TrainingJobStatusCounters.Builder retryableError(Integer retryableError)

      The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.

      Parameters:
      retryableError - The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nonRetryableError

      TrainingJobStatusCounters.Builder nonRetryableError(Integer nonRetryableError)

      The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.

      Parameters:
      nonRetryableError - The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stopped

      The number of training jobs launched by a hyperparameter tuning job that were manually stopped.

      Parameters:
      stopped - The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.