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