Uses of Interface
software.amazon.awssdk.services.sagemaker.model.TrainingJobStatusCounters.Builder
-
Packages that use TrainingJobStatusCounters.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrainingJobStatusCounters.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrainingJobStatusCounters.Builder Modifier and Type Method Description static TrainingJobStatusCounters.BuilderTrainingJobStatusCounters. builder()TrainingJobStatusCounters.BuilderTrainingJobStatusCounters.Builder. completed(Integer completed)The number of completed training jobs launched by the hyperparameter tuning job.TrainingJobStatusCounters.BuilderTrainingJobStatusCounters.Builder. inProgress(Integer inProgress)The number of in-progress training jobs launched by a hyperparameter tuning job.TrainingJobStatusCounters.BuilderTrainingJobStatusCounters.Builder. nonRetryableError(Integer nonRetryableError)The number of training jobs that failed and can't be retried.TrainingJobStatusCounters.BuilderTrainingJobStatusCounters.Builder. retryableError(Integer retryableError)The number of training jobs that failed, but can be retried.TrainingJobStatusCounters.BuilderTrainingJobStatusCounters.Builder. stopped(Integer stopped)The number of training jobs launched by a hyperparameter tuning job that were manually stopped.TrainingJobStatusCounters.BuilderTrainingJobStatusCounters. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrainingJobStatusCounters.Builder Modifier and Type Method Description static Class<? extends TrainingJobStatusCounters.Builder>TrainingJobStatusCounters. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrainingJobStatusCounters.Builder Modifier and Type Method Description default DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. trainingJobStatusCounters(Consumer<TrainingJobStatusCounters.Builder> trainingJobStatusCounters)The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.default HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. trainingJobStatusCounters(Consumer<TrainingJobStatusCounters.Builder> trainingJobStatusCounters)Sets the value of the TrainingJobStatusCounters property for this object.default HyperParameterTuningJobSummary.BuilderHyperParameterTuningJobSummary.Builder. trainingJobStatusCounters(Consumer<TrainingJobStatusCounters.Builder> trainingJobStatusCounters)The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
-