public static interface ListTrialsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListTrialsRequest.Builder,ListTrialsRequest>
Modifier and Type | Method and Description |
---|---|
ListTrialsRequest.Builder |
createdAfter(Instant createdAfter)
A filter that returns only trials created after the specified time.
|
ListTrialsRequest.Builder |
createdBefore(Instant createdBefore)
A filter that returns only trials created before the specified time.
|
ListTrialsRequest.Builder |
experimentName(String experimentName)
A filter that returns only trials that are part of the specified experiment.
|
ListTrialsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of trials to return in the response.
|
ListTrialsRequest.Builder |
nextToken(String nextToken)
If the previous call to
ListTrials didn't return the full set of trials, the call returns a
token for getting the next set of trials. |
ListTrialsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTrialsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTrialsRequest.Builder |
sortBy(SortTrialsBy sortBy)
The property used to sort results.
|
ListTrialsRequest.Builder |
sortBy(String sortBy)
The property used to sort results.
|
ListTrialsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order.
|
ListTrialsRequest.Builder |
sortOrder(String sortOrder)
The sort order.
|
ListTrialsRequest.Builder |
trialComponentName(String trialComponentName)
A filter that returns only trials that are associated with the specified trial component.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTrialsRequest.Builder experimentName(String experimentName)
A filter that returns only trials that are part of the specified experiment.
experimentName
- A filter that returns only trials that are part of the specified experiment.ListTrialsRequest.Builder trialComponentName(String trialComponentName)
A filter that returns only trials that are associated with the specified trial component.
trialComponentName
- A filter that returns only trials that are associated with the specified trial component.ListTrialsRequest.Builder createdAfter(Instant createdAfter)
A filter that returns only trials created after the specified time.
createdAfter
- A filter that returns only trials created after the specified time.ListTrialsRequest.Builder createdBefore(Instant createdBefore)
A filter that returns only trials created before the specified time.
createdBefore
- A filter that returns only trials created before the specified time.ListTrialsRequest.Builder sortBy(String sortBy)
The property used to sort results. The default value is CreationTime
.
sortBy
- The property used to sort results. The default value is CreationTime
.SortTrialsBy
,
SortTrialsBy
ListTrialsRequest.Builder sortBy(SortTrialsBy sortBy)
The property used to sort results. The default value is CreationTime
.
sortBy
- The property used to sort results. The default value is CreationTime
.SortTrialsBy
,
SortTrialsBy
ListTrialsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is Descending
.
ListTrialsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is Descending
.
ListTrialsRequest.Builder maxResults(Integer maxResults)
The maximum number of trials to return in the response. The default value is 10.
maxResults
- The maximum number of trials to return in the response. The default value is 10.ListTrialsRequest.Builder nextToken(String nextToken)
If the previous call to ListTrials
didn't return the full set of trials, the call returns a
token for getting the next set of trials.
nextToken
- If the previous call to ListTrials
didn't return the full set of trials, the call returns
a token for getting the next set of trials.ListTrialsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListTrialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.