Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobCompletionDetails
-
Packages that use HyperParameterTuningJobCompletionDetails Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTuningJobCompletionDetails in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTuningJobCompletionDetails Modifier and Type Method Description HyperParameterTuningJobCompletionDetailsDescribeHyperParameterTuningJobResponse. tuningJobCompletionDetails()Tuning job completion information returned as the response from a hyperparameter tuning job.HyperParameterTuningJobCompletionDetailsHyperParameterTuningJobSearchEntity. tuningJobCompletionDetails()Information about either a current or completed hyperparameter tuning job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTuningJobCompletionDetails Modifier and Type Method Description DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. tuningJobCompletionDetails(HyperParameterTuningJobCompletionDetails tuningJobCompletionDetails)Tuning job completion information returned as the response from a hyperparameter tuning job.HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. tuningJobCompletionDetails(HyperParameterTuningJobCompletionDetails tuningJobCompletionDetails)Information about either a current or completed hyperparameter tuning job.
-