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