public static interface ListLabelingJobsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListLabelingJobsRequest.Builder,ListLabelingJobsRequest>
Modifier and Type | Method and Description |
---|---|
ListLabelingJobsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
|
ListLabelingJobsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
|
ListLabelingJobsRequest.Builder |
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only labeling jobs modified after the specified time (timestamp).
|
ListLabelingJobsRequest.Builder |
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only labeling jobs modified before the specified time (timestamp).
|
ListLabelingJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
|
ListLabelingJobsRequest.Builder |
nameContains(String nameContains)
A string in the labeling job name.
|
ListLabelingJobsRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListLabelingJobs request was truncated, the response includes a
NextToken . |
ListLabelingJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLabelingJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLabelingJobsRequest.Builder |
sortBy(SortBy sortBy)
The field to sort results by.
|
ListLabelingJobsRequest.Builder |
sortBy(String sortBy)
The field to sort results by.
|
ListLabelingJobsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for results.
|
ListLabelingJobsRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
ListLabelingJobsRequest.Builder |
statusEquals(LabelingJobStatus statusEquals)
A filter that retrieves only labeling jobs with a specific status.
|
ListLabelingJobsRequest.Builder |
statusEquals(String statusEquals)
A filter that retrieves only labeling jobs with a specific status.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListLabelingJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only labeling jobs created after the specified time (timestamp).ListLabelingJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only labeling jobs created before the specified time (timestamp).ListLabelingJobsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only labeling jobs modified after the specified time (timestamp).
lastModifiedTimeAfter
- A filter that returns only labeling jobs modified after the specified time (timestamp).ListLabelingJobsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only labeling jobs modified before the specified time (timestamp).
lastModifiedTimeBefore
- A filter that returns only labeling jobs modified before the specified time (timestamp).ListLabelingJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
maxResults
- The maximum number of labeling jobs to return in each page of the response.ListLabelingJobsRequest.Builder nextToken(String nextToken)
If the result of the previous ListLabelingJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
nextToken
- If the result of the previous ListLabelingJobs
request was truncated, the response
includes a NextToken
. To retrieve the next set of labeling jobs, use the token in the
next request.ListLabelingJobsRequest.Builder nameContains(String nameContains)
A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.
nameContains
- A string in the labeling job name. This filter returns only labeling jobs whose name contains the
specified string.ListLabelingJobsRequest.Builder sortBy(String sortBy)
The field to sort results by. The default is CreationTime
.
ListLabelingJobsRequest.Builder sortBy(SortBy sortBy)
The field to sort results by. The default is CreationTime
.
ListLabelingJobsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
ListLabelingJobsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending
.
ListLabelingJobsRequest.Builder statusEquals(String statusEquals)
A filter that retrieves only labeling jobs with a specific status.
statusEquals
- A filter that retrieves only labeling jobs with a specific status.LabelingJobStatus
,
LabelingJobStatus
ListLabelingJobsRequest.Builder statusEquals(LabelingJobStatus statusEquals)
A filter that retrieves only labeling jobs with a specific status.
statusEquals
- A filter that retrieves only labeling jobs with a specific status.LabelingJobStatus
,
LabelingJobStatus
ListLabelingJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListLabelingJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.