Interface TrainingJobStatusCounters.Builder

    • Method Detail

      • completed

        TrainingJobStatusCounters.Builder completed​(Integer 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

        TrainingJobStatusCounters.Builder inProgress​(Integer 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

        TrainingJobStatusCounters.Builder stopped​(Integer 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.