Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobObjective
-
Packages that use HyperParameterTuningJobObjective Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTuningJobObjective in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTuningJobObjective Modifier and Type Method Description HyperParameterTuningJobObjectiveHyperParameterTuningJobConfig. hyperParameterTuningJobObjective()The HyperParameterTuningJobObjective specifies the objective metric used to evaluate the performance of training jobs launched by this tuning job.HyperParameterTuningJobObjectiveHyperParameterTrainingJobDefinition. tuningObjective()Returns the value of the TuningObjective property for this object.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HyperParameterTuningJobObjective Modifier and Type Method Description List<HyperParameterTuningJobObjective>TrainingSpecification. supportedTuningJobObjectiveMetrics()A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter tuning job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTuningJobObjective Modifier and Type Method Description HyperParameterTuningJobConfig.BuilderHyperParameterTuningJobConfig.Builder. hyperParameterTuningJobObjective(HyperParameterTuningJobObjective hyperParameterTuningJobObjective)The HyperParameterTuningJobObjective specifies the objective metric used to evaluate the performance of training jobs launched by this tuning job.TrainingSpecification.BuilderTrainingSpecification.Builder. supportedTuningJobObjectiveMetrics(HyperParameterTuningJobObjective... supportedTuningJobObjectiveMetrics)A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter tuning job.HyperParameterTrainingJobDefinition.BuilderHyperParameterTrainingJobDefinition.Builder. tuningObjective(HyperParameterTuningJobObjective tuningObjective)Sets the value of the TuningObjective property for this object.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HyperParameterTuningJobObjective Modifier and Type Method Description TrainingSpecification.BuilderTrainingSpecification.Builder. supportedTuningJobObjectiveMetrics(Collection<HyperParameterTuningJobObjective> supportedTuningJobObjectiveMetrics)A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter tuning job.
-