public static interface ListTrialComponentsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListTrialComponentsRequest.Builder,ListTrialComponentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTrialComponentsRequest.Builder |
createdAfter(Instant createdAfter)
A filter that returns only components created after the specified time.
|
ListTrialComponentsRequest.Builder |
createdBefore(Instant createdBefore)
A filter that returns only components created before the specified time.
|
ListTrialComponentsRequest.Builder |
experimentName(String experimentName)
A filter that returns only components that are part of the specified experiment.
|
ListTrialComponentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of components to return in the response.
|
ListTrialComponentsRequest.Builder |
nextToken(String nextToken)
If the previous call to
ListTrialComponents didn't return the full set of components, the call
returns a token for getting the next set of components. |
ListTrialComponentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTrialComponentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTrialComponentsRequest.Builder |
sortBy(SortTrialComponentsBy sortBy)
The property used to sort results.
|
ListTrialComponentsRequest.Builder |
sortBy(String sortBy)
The property used to sort results.
|
ListTrialComponentsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order.
|
ListTrialComponentsRequest.Builder |
sortOrder(String sortOrder)
The sort order.
|
ListTrialComponentsRequest.Builder |
sourceArn(String sourceArn)
A filter that returns only components that have the specified source Amazon Resource Name (ARN).
|
ListTrialComponentsRequest.Builder |
trialName(String trialName)
A filter that returns only components that are part of the specified trial.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrialComponentsRequest.Builder experimentName(String experimentName)
A filter that returns only components that are part of the specified experiment. If you specify
ExperimentName, you can't filter by SourceArn or TrialName.
experimentName - A filter that returns only components that are part of the specified experiment. If you specify
ExperimentName, you can't filter by SourceArn or TrialName.ListTrialComponentsRequest.Builder trialName(String trialName)
A filter that returns only components that are part of the specified trial. If you specify
TrialName, you can't filter by ExperimentName or SourceArn.
trialName - A filter that returns only components that are part of the specified trial. If you specify
TrialName, you can't filter by ExperimentName or SourceArn.ListTrialComponentsRequest.Builder sourceArn(String sourceArn)
A filter that returns only components that have the specified source Amazon Resource Name (ARN). If you
specify SourceArn, you can't filter by ExperimentName or TrialName.
sourceArn - A filter that returns only components that have the specified source Amazon Resource Name (ARN). If
you specify SourceArn, you can't filter by ExperimentName or
TrialName.ListTrialComponentsRequest.Builder createdAfter(Instant createdAfter)
A filter that returns only components created after the specified time.
createdAfter - A filter that returns only components created after the specified time.ListTrialComponentsRequest.Builder createdBefore(Instant createdBefore)
A filter that returns only components created before the specified time.
createdBefore - A filter that returns only components created before the specified time.ListTrialComponentsRequest.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.SortTrialComponentsBy,
SortTrialComponentsByListTrialComponentsRequest.Builder sortBy(SortTrialComponentsBy sortBy)
The property used to sort results. The default value is CreationTime.
sortBy - The property used to sort results. The default value is CreationTime.SortTrialComponentsBy,
SortTrialComponentsByListTrialComponentsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is Descending.
ListTrialComponentsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is Descending.
ListTrialComponentsRequest.Builder maxResults(Integer maxResults)
The maximum number of components to return in the response. The default value is 10.
maxResults - The maximum number of components to return in the response. The default value is 10.ListTrialComponentsRequest.Builder nextToken(String nextToken)
If the previous call to ListTrialComponents didn't return the full set of components, the call
returns a token for getting the next set of components.
nextToken - If the previous call to ListTrialComponents didn't return the full set of components, the
call returns a token for getting the next set of components.ListTrialComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTrialComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.