Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTrainingJobSummary
-
Packages that use HyperParameterTrainingJobSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of HyperParameterTrainingJobSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTrainingJobSummary Modifier and Type Method Description HyperParameterTrainingJobSummaryDescribeHyperParameterTuningJobResponse. bestTrainingJob()A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.HyperParameterTrainingJobSummaryHyperParameterTuningJobSearchEntity. bestTrainingJob()Returns the value of the BestTrainingJob property for this object.HyperParameterTrainingJobSummaryDescribeHyperParameterTuningJobResponse. overallBestTrainingJob()If the hyperparameter tuning job is an warm start tuning job with aWarmStartTypeofIDENTICAL_DATA_AND_ALGORITHM, this is the TrainingJobSummary for the training job with the best objective metric value of all training jobs launched by this tuning job and all parent jobs specified for the warm start tuning job.HyperParameterTrainingJobSummaryHyperParameterTuningJobSearchEntity. overallBestTrainingJob()Returns the value of the OverallBestTrainingJob property for this object.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HyperParameterTrainingJobSummary Modifier and Type Method Description List<HyperParameterTrainingJobSummary>ListTrainingJobsForHyperParameterTuningJobResponse. trainingJobSummaries()A list of TrainingJobSummary objects that describe the training jobs that theListTrainingJobsForHyperParameterTuningJobrequest returned.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTrainingJobSummary Modifier and Type Method Description DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. bestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. bestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)Sets the value of the BestTrainingJob property for this object.DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. overallBestTrainingJob(HyperParameterTrainingJobSummary overallBestTrainingJob)If the hyperparameter tuning job is an warm start tuning job with aWarmStartTypeofIDENTICAL_DATA_AND_ALGORITHM, this is the TrainingJobSummary for the training job with the best objective metric value of all training jobs launched by this tuning job and all parent jobs specified for the warm start tuning job.HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. overallBestTrainingJob(HyperParameterTrainingJobSummary overallBestTrainingJob)Sets the value of the OverallBestTrainingJob property for this object.ListTrainingJobsForHyperParameterTuningJobResponse.BuilderListTrainingJobsForHyperParameterTuningJobResponse.Builder. trainingJobSummaries(HyperParameterTrainingJobSummary... trainingJobSummaries)A list of TrainingJobSummary objects that describe the training jobs that theListTrainingJobsForHyperParameterTuningJobrequest returned.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HyperParameterTrainingJobSummary Modifier and Type Method Description ListTrainingJobsForHyperParameterTuningJobResponse.BuilderListTrainingJobsForHyperParameterTuningJobResponse.Builder. trainingJobSummaries(Collection<HyperParameterTrainingJobSummary> trainingJobSummaries)A list of TrainingJobSummary objects that describe the training jobs that theListTrainingJobsForHyperParameterTuningJobrequest returned. -
Uses of HyperParameterTrainingJobSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type HyperParameterTrainingJobSummary Modifier and Type Method Description SdkIterable<HyperParameterTrainingJobSummary>ListTrainingJobsForHyperParameterTuningJobIterable. trainingJobSummaries()Returns an iterable to iterate through the paginatedListTrainingJobsForHyperParameterTuningJobResponse.trainingJobSummaries()member.SdkPublisher<HyperParameterTrainingJobSummary>ListTrainingJobsForHyperParameterTuningJobPublisher. trainingJobSummaries()Returns a publisher that can be used to get a stream of data.
-