Interface ListTrialsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListTrialsRequest.Builder,
,ListTrialsRequest> SageMakerRequest.Builder
,SdkBuilder<ListTrialsRequest.Builder,
,ListTrialsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListTrialsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreatedAfter
(Instant createdAfter) A filter that returns only trials created after the specified time.createdBefore
(Instant createdBefore) A filter that returns only trials created before the specified time.experimentName
(String experimentName) A filter that returns only trials that are part of the specified experiment.maxResults
(Integer maxResults) The maximum number of trials to return in the response.If the previous call toListTrials
didn't return the full set of trials, the call returns a token for getting the next set of trials.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The property used to sort results.sortBy
(SortTrialsBy sortBy) The property used to sort results.The sort order.The sort order.trialComponentName
(String trialComponentName) A filter that returns only trials that are associated with the specified trial component.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
experimentName
A filter that returns only trials that are part of the specified experiment.
- Parameters:
experimentName
- A filter that returns only trials that are part of the specified experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trialComponentName
A filter that returns only trials that are associated with the specified trial component.
- Parameters:
trialComponentName
- A filter that returns only trials that are associated with the specified trial component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAfter
A filter that returns only trials created after the specified time.
- Parameters:
createdAfter
- A filter that returns only trials created after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
A filter that returns only trials created before the specified time.
- Parameters:
createdBefore
- A filter that returns only trials created before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
The property used to sort results. The default value is
CreationTime
.- Parameters:
sortBy
- The property used to sort results. The default value isCreationTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The property used to sort results. The default value is
CreationTime
.- Parameters:
sortBy
- The property used to sort results. The default value isCreationTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order. The default value is
Descending
.- Parameters:
sortOrder
- The sort order. The default value isDescending
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order. The default value is
Descending
.- Parameters:
sortOrder
- The sort order. The default value isDescending
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of trials to return in the response. The default value is 10.
- Parameters:
maxResults
- The maximum number of trials to return in the response. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
nextToken
- If the previous call toListTrials
didn't return the full set of trials, the call returns a token for getting the next set of trials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTrialsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListTrialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-