| 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<ListProcessingJobsResult> |
AmazonSageMakerAsyncClient.listProcessingJobsAsync(ListProcessingJobsRequest request,
AsyncHandler<ListProcessingJobsRequest,ListProcessingJobsResult> asyncHandler) |
Future<ListProcessingJobsResult> |
AmazonSageMakerAsync.listProcessingJobsAsync(ListProcessingJobsRequest listProcessingJobsRequest,
AsyncHandler<ListProcessingJobsRequest,ListProcessingJobsResult> asyncHandler)
Lists processing jobs that satisfy various filters.
|
Future<ListProcessingJobsResult> |
AbstractAmazonSageMakerAsync.listProcessingJobsAsync(ListProcessingJobsRequest request,
AsyncHandler<ListProcessingJobsRequest,ListProcessingJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProcessingJobsRequest |
ListProcessingJobsRequest.clone() |
ListProcessingJobsRequest |
ListProcessingJobsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only processing jobs created after the specified time.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only processing jobs created after the specified time.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only processing jobs modified after the specified time.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only processing jobs modified before the specified time.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withMaxResults(Integer maxResults)
The maximum number of processing jobs to return in the response.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withNameContains(String nameContains)
A string in the processing job name.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withNextToken(String nextToken)
If the result of the previous
ListProcessingJobs request was truncated, the response includes a
NextToken. |
ListProcessingJobsRequest |
ListProcessingJobsRequest.withSortBy(SortBy sortBy)
The field to sort results by.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withSortBy(String sortBy)
The field to sort results by.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withSortOrder(String sortOrder)
The sort order for results.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withStatusEquals(ProcessingJobStatus statusEquals)
A filter that retrieves only processing jobs with a specific status.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withStatusEquals(String statusEquals)
A filter that retrieves only processing jobs with a specific status.
|
Copyright © 2024. All rights reserved.