| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCandidatesForAutoMlJobResponse |
SageMakerClient.listCandidatesForAutoMLJob(Consumer<ListCandidatesForAutoMlJobRequest.Builder> listCandidatesForAutoMlJobRequest)
List the candidates created for the job.
|
default ListCandidatesForAutoMlJobResponse |
SageMakerClient.listCandidatesForAutoMLJob(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)
List the candidates created for the job.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCandidatesForAutoMlJobResponse> |
ListCandidatesForAutoMLJobIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCandidatesForAutoMLJobPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCandidatesForAutoMlJobResponse> subscriber) |
Copyright © 2023. All rights reserved.