| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default ListLabelingJobsResponse |
SageMakerClient.listLabelingJobs(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default CompletableFuture<ListLabelingJobsResponse> |
SageMakerAsyncClient.listLabelingJobs(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default ListLabelingJobsIterable |
SageMakerClient.listLabelingJobsPaginator(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default ListLabelingJobsPublisher |
SageMakerAsyncClient.listLabelingJobsPaginator(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)
Gets a list of labeling jobs.
|
| Modifier and Type | Method and Description |
|---|---|
static ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.builder() |
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.creationTimeAfter(Instant creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.creationTimeBefore(Instant creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only labeling jobs modified after the specified time (timestamp).
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only labeling jobs modified before the specified time (timestamp).
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.maxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.nameContains(String nameContains)
A string in the labeling job name.
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.nextToken(String nextToken)
If the result of the previous
ListLabelingJobs request was truncated, the response includes a
NextToken. |
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.sortBy(SortBy sortBy)
The field to sort results by.
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.sortBy(String sortBy)
The field to sort results by.
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order for results.
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.sortOrder(String sortOrder)
The sort order for results.
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.statusEquals(LabelingJobStatus statusEquals)
A filter that retrieves only labeling jobs with a specific status.
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.Builder.statusEquals(String statusEquals)
A filter that retrieves only labeling jobs with a specific status.
|
ListLabelingJobsRequest.Builder |
ListLabelingJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLabelingJobsRequest.Builder> |
ListLabelingJobsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.