Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrainingJobStatusCounters
-
Packages that use TrainingJobStatusCounters Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrainingJobStatusCounters in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrainingJobStatusCounters Modifier and Type Method Description TrainingJobStatusCountersDescribeHyperParameterTuningJobResponse. trainingJobStatusCounters()The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.TrainingJobStatusCountersHyperParameterTuningJobSearchEntity. trainingJobStatusCounters()Returns the value of the TrainingJobStatusCounters property for this object.TrainingJobStatusCountersHyperParameterTuningJobSummary. trainingJobStatusCounters()The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrainingJobStatusCounters Modifier and Type Method Description DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. trainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. trainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)Sets the value of the TrainingJobStatusCounters property for this object.HyperParameterTuningJobSummary.BuilderHyperParameterTuningJobSummary.Builder. trainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
-