Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListCandidatesForAutoMlJobRequest
-
Packages that use ListCandidatesForAutoMlJobRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators software.amazon.awssdk.services.sagemaker.transform -
-
Uses of ListCandidatesForAutoMlJobRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListCandidatesForAutoMlJobRequest Modifier and Type Method Description default CompletableFuture<ListCandidatesForAutoMlJobResponse>SageMakerAsyncClient. listCandidatesForAutoMLJob(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)List the candidates created for the job.default ListCandidatesForAutoMlJobResponseSageMakerClient. listCandidatesForAutoMLJob(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)List the candidates created for the job.default ListCandidatesForAutoMLJobPublisherSageMakerAsyncClient. listCandidatesForAutoMLJobPaginator(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)List the candidates created for the job.default ListCandidatesForAutoMLJobIterableSageMakerClient. listCandidatesForAutoMLJobPaginator(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)List the candidates created for the job. -
Uses of ListCandidatesForAutoMlJobRequest in software.amazon.awssdk.services.sagemaker.paginators
Constructors in software.amazon.awssdk.services.sagemaker.paginators with parameters of type ListCandidatesForAutoMlJobRequest Constructor Description ListCandidatesForAutoMLJobIterable(SageMakerClient client, ListCandidatesForAutoMlJobRequest firstRequest)ListCandidatesForAutoMLJobPublisher(SageMakerAsyncClient client, ListCandidatesForAutoMlJobRequest firstRequest) -
Uses of ListCandidatesForAutoMlJobRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListCandidatesForAutoMlJobRequest Modifier and Type Method Description SdkHttpFullRequestListCandidatesForAutoMlJobRequestMarshaller. marshall(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)
-