Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListCandidatesForAutoMlJobResponse
-
Packages that use ListCandidatesForAutoMlJobResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListCandidatesForAutoMlJobResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListCandidatesForAutoMlJobResponse Modifier and Type Method Description default ListCandidatesForAutoMlJobResponseSageMakerClient. listCandidatesForAutoMLJob(Consumer<ListCandidatesForAutoMlJobRequest.Builder> listCandidatesForAutoMlJobRequest)List the candidates created for the job.default ListCandidatesForAutoMlJobResponseSageMakerClient. listCandidatesForAutoMLJob(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)List the candidates created for the job.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListCandidatesForAutoMlJobResponse Modifier and Type Method Description default CompletableFuture<ListCandidatesForAutoMlJobResponse>SageMakerAsyncClient. listCandidatesForAutoMLJob(Consumer<ListCandidatesForAutoMlJobRequest.Builder> listCandidatesForAutoMlJobRequest)List the candidates created for the job.default CompletableFuture<ListCandidatesForAutoMlJobResponse>SageMakerAsyncClient. listCandidatesForAutoMLJob(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)List the candidates created for the job. -
Uses of ListCandidatesForAutoMlJobResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListCandidatesForAutoMlJobResponse Modifier and Type Method Description Iterator<ListCandidatesForAutoMlJobResponse>ListCandidatesForAutoMLJobIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListCandidatesForAutoMlJobResponse Modifier and Type Method Description voidListCandidatesForAutoMLJobPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCandidatesForAutoMlJobResponse> subscriber)
-