| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListCandidatesForAutoMLJobResult> |
AbstractAmazonSageMakerAsync.listCandidatesForAutoMLJobAsync(ListCandidatesForAutoMLJobRequest request,
AsyncHandler<ListCandidatesForAutoMLJobRequest,ListCandidatesForAutoMLJobResult> asyncHandler) |
Future<ListCandidatesForAutoMLJobResult> |
AmazonSageMakerAsyncClient.listCandidatesForAutoMLJobAsync(ListCandidatesForAutoMLJobRequest request,
AsyncHandler<ListCandidatesForAutoMLJobRequest,ListCandidatesForAutoMLJobResult> asyncHandler) |
Future<ListCandidatesForAutoMLJobResult> |
AmazonSageMakerAsync.listCandidatesForAutoMLJobAsync(ListCandidatesForAutoMLJobRequest listCandidatesForAutoMLJobRequest,
AsyncHandler<ListCandidatesForAutoMLJobRequest,ListCandidatesForAutoMLJobResult> asyncHandler)
List the candidates created for the job.
|
| Modifier and Type | Method and Description |
|---|---|
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.clone() |
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.withAutoMLJobName(String autoMLJobName)
List the candidates created for the job by providing the job's name.
|
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.withCandidateNameEquals(String candidateNameEquals)
List the candidates for the job and filter by candidate name.
|
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.withMaxResults(Integer maxResults)
List the job's candidates up to a specified limit.
|
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.withNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.withSortBy(CandidateSortBy sortBy)
The parameter by which to sort the results.
|
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.withSortBy(String sortBy)
The parameter by which to sort the results.
|
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.withSortOrder(AutoMLSortOrder sortOrder)
The sort order for the results.
|
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.withSortOrder(String sortOrder)
The sort order for the results.
|
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.withStatusEquals(CandidateStatus statusEquals)
List the candidates for the job and filter by status.
|
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.withStatusEquals(String statusEquals)
List the candidates for the job and filter by status.
|
Copyright © 2024. All rights reserved.