public static interface ListTrainingJobsRequest.Builder extends SageMakerRequest.Builder, CopyableBuilder<ListTrainingJobsRequest.Builder,ListTrainingJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTrainingJobsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that only training jobs created after the specified time (timestamp).
|
ListTrainingJobsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only training jobs created before the specified time (timestamp).
|
ListTrainingJobsRequest.Builder |
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only training jobs modified after the specified time (timestamp).
|
ListTrainingJobsRequest.Builder |
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only training jobs modified before the specified time (timestamp).
|
ListTrainingJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of training jobs to return in the response.
|
ListTrainingJobsRequest.Builder |
nameContains(String nameContains)
A string in the training job name.
|
ListTrainingJobsRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListTrainingJobs request was truncated, the response includes a
NextToken. |
ListTrainingJobsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListTrainingJobsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListTrainingJobsRequest.Builder |
sortBy(SortBy sortBy)
The field to sort results by.
|
ListTrainingJobsRequest.Builder |
sortBy(String sortBy)
The field to sort results by.
|
ListTrainingJobsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for results.
|
ListTrainingJobsRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
ListTrainingJobsRequest.Builder |
statusEquals(String statusEquals)
A filter that retrieves only training jobs with a specific status.
|
ListTrainingJobsRequest.Builder |
statusEquals(TrainingJobStatus statusEquals)
A filter that retrieves only training jobs with a specific status.
|
buildrequestOverrideConfigcopyapply, buildListTrainingJobsRequest.Builder nextToken(String nextToken)
If the result of the previous ListTrainingJobs request was truncated, the response includes a
NextToken. To retrieve the next set of training jobs, use the token in the next request.
nextToken - If the result of the previous ListTrainingJobs request was truncated, the response
includes a NextToken. To retrieve the next set of training jobs, use the token in the
next request.ListTrainingJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of training jobs to return in the response.
maxResults - The maximum number of training jobs to return in the response.ListTrainingJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that only training jobs created after the specified time (timestamp).
creationTimeAfter - A filter that only training jobs created after the specified time (timestamp).ListTrainingJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only training jobs created before the specified time (timestamp).
creationTimeBefore - A filter that returns only training jobs created before the specified time (timestamp).ListTrainingJobsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only training jobs modified after the specified time (timestamp).
lastModifiedTimeAfter - A filter that returns only training jobs modified after the specified time (timestamp).ListTrainingJobsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only training jobs modified before the specified time (timestamp).
lastModifiedTimeBefore - A filter that returns only training jobs modified before the specified time (timestamp).ListTrainingJobsRequest.Builder nameContains(String nameContains)
A string in the training job name. This filter returns only models whose name contains the specified string.
nameContains - A string in the training job name. This filter returns only models whose name contains the specified
string.ListTrainingJobsRequest.Builder statusEquals(String statusEquals)
A filter that retrieves only training jobs with a specific status.
statusEquals - A filter that retrieves only training jobs with a specific status.TrainingJobStatus,
TrainingJobStatusListTrainingJobsRequest.Builder statusEquals(TrainingJobStatus statusEquals)
A filter that retrieves only training jobs with a specific status.
statusEquals - A filter that retrieves only training jobs with a specific status.TrainingJobStatus,
TrainingJobStatusListTrainingJobsRequest.Builder sortBy(String sortBy)
The field to sort results by. The default is CreationTime.
ListTrainingJobsRequest.Builder sortBy(SortBy sortBy)
The field to sort results by. The default is CreationTime.
ListTrainingJobsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is Ascending.
ListTrainingJobsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending.
ListTrainingJobsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListTrainingJobsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.