| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators | |
| software.amazon.awssdk.services.sagemaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListCandidatesForAutoMlJobResponse |
SageMakerClient.listCandidatesForAutoMLJob(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)
List the candidates created for the job.
|
default CompletableFuture<ListCandidatesForAutoMlJobResponse> |
SageMakerAsyncClient.listCandidatesForAutoMLJob(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)
List the candidates created for the job.
|
default ListCandidatesForAutoMLJobIterable |
SageMakerClient.listCandidatesForAutoMLJobPaginator(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)
List the candidates created for the job.
|
default ListCandidatesForAutoMLJobPublisher |
SageMakerAsyncClient.listCandidatesForAutoMLJobPaginator(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)
List the candidates created for the job.
|
| Constructor and Description |
|---|
ListCandidatesForAutoMLJobIterable(SageMakerClient client,
ListCandidatesForAutoMlJobRequest firstRequest) |
ListCandidatesForAutoMLJobPublisher(SageMakerAsyncClient client,
ListCandidatesForAutoMlJobRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListCandidatesForAutoMlJobRequestMarshaller.marshall(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest) |
Copyright © 2022. All rights reserved.