| 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 |
|---|---|
ListCandidatesForAutoMLJobResult |
AmazonSageMakerClient.listCandidatesForAutoMLJob(ListCandidatesForAutoMLJobRequest request)
List the candidates created for the job.
|
ListCandidatesForAutoMLJobResult |
AmazonSageMaker.listCandidatesForAutoMLJob(ListCandidatesForAutoMLJobRequest listCandidatesForAutoMLJobRequest)
List the candidates created for the job.
|
ListCandidatesForAutoMLJobResult |
AbstractAmazonSageMaker.listCandidatesForAutoMLJob(ListCandidatesForAutoMLJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListCandidatesForAutoMLJobResult> |
AbstractAmazonSageMakerAsync.listCandidatesForAutoMLJobAsync(ListCandidatesForAutoMLJobRequest request,
AsyncHandler<ListCandidatesForAutoMLJobRequest,ListCandidatesForAutoMLJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCandidatesForAutoMLJobResult |
ListCandidatesForAutoMLJobResult.clone() |
ListCandidatesForAutoMLJobResult |
ListCandidatesForAutoMLJobResult.withCandidates(AutoMLCandidate... candidates)
Summaries about the
AutoMLCandidates. |
ListCandidatesForAutoMLJobResult |
ListCandidatesForAutoMLJobResult.withCandidates(Collection<AutoMLCandidate> candidates)
Summaries about the
AutoMLCandidates. |
ListCandidatesForAutoMLJobResult |
ListCandidatesForAutoMLJobResult.withNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
Copyright © 2022. All rights reserved.