JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class ObjectiveStatusCounters

    • Constructor Detail

      • ObjectiveStatusCounters

        public ObjectiveStatusCounters()
    • Method Detail

      • setSucceeded

        public void setSucceeded(Integer succeeded)

        The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

        Parameters:
        succeeded - The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
      • getSucceeded

        public Integer getSucceeded()

        The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

        Returns:
        The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
      • withSucceeded

        public ObjectiveStatusCounters withSucceeded(Integer succeeded)

        The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

        Parameters:
        succeeded - The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPending

        public void setPending(Integer pending)

        The number of training jobs that are in progress and pending evaluation of their final objective metric.

        Parameters:
        pending - The number of training jobs that are in progress and pending evaluation of their final objective metric.
      • getPending

        public Integer getPending()

        The number of training jobs that are in progress and pending evaluation of their final objective metric.

        Returns:
        The number of training jobs that are in progress and pending evaluation of their final objective metric.
      • withPending

        public ObjectiveStatusCounters withPending(Integer pending)

        The number of training jobs that are in progress and pending evaluation of their final objective metric.

        Parameters:
        pending - The number of training jobs that are in progress and pending evaluation of their final objective metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailed

        public void setFailed(Integer failed)

        The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

        Parameters:
        failed - The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
      • getFailed

        public Integer getFailed()

        The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

        Returns:
        The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
      • withFailed

        public ObjectiveStatusCounters withFailed(Integer failed)

        The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

        Parameters:
        failed - The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /