Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobSummary
-
Packages that use HyperParameterTuningJobSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of HyperParameterTuningJobSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HyperParameterTuningJobSummary Modifier and Type Method Description List<HyperParameterTuningJobSummary>ListHyperParameterTuningJobsResponse. hyperParameterTuningJobSummaries()A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that theListHyperParameterTuningJobsrequest returned.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTuningJobSummary Modifier and Type Method Description ListHyperParameterTuningJobsResponse.BuilderListHyperParameterTuningJobsResponse.Builder. hyperParameterTuningJobSummaries(HyperParameterTuningJobSummary... hyperParameterTuningJobSummaries)A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that theListHyperParameterTuningJobsrequest returned.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HyperParameterTuningJobSummary Modifier and Type Method Description ListHyperParameterTuningJobsResponse.BuilderListHyperParameterTuningJobsResponse.Builder. hyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries)A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that theListHyperParameterTuningJobsrequest returned. -
Uses of HyperParameterTuningJobSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type HyperParameterTuningJobSummary Modifier and Type Method Description SdkIterable<HyperParameterTuningJobSummary>ListHyperParameterTuningJobsIterable. hyperParameterTuningJobSummaries()Returns an iterable to iterate through the paginatedListHyperParameterTuningJobsResponse.hyperParameterTuningJobSummaries()member.SdkPublisher<HyperParameterTuningJobSummary>ListHyperParameterTuningJobsPublisher. hyperParameterTuningJobSummaries()Returns a publisher that can be used to get a stream of data.
-