Interface ListInferenceExperimentsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListInferenceExperimentsRequest.Builder,
,ListInferenceExperimentsRequest> SageMakerRequest.Builder
,SdkBuilder<ListInferenceExperimentsRequest.Builder,
,ListInferenceExperimentsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListInferenceExperimentsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreationTimeAfter
(Instant creationTimeAfter) Selects inference experiments which were created after this timestamp.creationTimeBefore
(Instant creationTimeBefore) Selects inference experiments which were created before this timestamp.lastModifiedTimeAfter
(Instant lastModifiedTimeAfter) Selects inference experiments which were last modified after this timestamp.lastModifiedTimeBefore
(Instant lastModifiedTimeBefore) Selects inference experiments which were last modified before this timestamp.maxResults
(Integer maxResults) The maximum number of results to select.nameContains
(String nameContains) Selects inference experiments whose names contain this name.The response from the last list when returning a list large enough to need tokening.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The column by which to sort the listed inference experiments.sortBy
(SortInferenceExperimentsBy sortBy) The column by which to sort the listed inference experiments.The direction of sorting (ascending or descending).The direction of sorting (ascending or descending).statusEquals
(String statusEquals) Selects inference experiments which are in this status.statusEquals
(InferenceExperimentStatus statusEquals) Selects inference experiments which are in this status.Selects inference experiments of this type.type
(InferenceExperimentType type) Selects inference experiments of this type.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
-
nameContains
Selects inference experiments whose names contain this name.
- Parameters:
nameContains
- Selects inference experiments whose names contain this name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.
- Parameters:
type
- Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.
- Parameters:
type
- Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusEquals
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.
- Parameters:
statusEquals
- Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusEquals
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.
- Parameters:
statusEquals
- Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTimeAfter
Selects inference experiments which were created after this timestamp.
- Parameters:
creationTimeAfter
- Selects inference experiments which were created after this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
Selects inference experiments which were created before this timestamp.
- Parameters:
creationTimeBefore
- Selects inference experiments which were created before this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeAfter
Selects inference experiments which were last modified after this timestamp.
- Parameters:
lastModifiedTimeAfter
- Selects inference experiments which were last modified after this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeBefore
Selects inference experiments which were last modified before this timestamp.
- Parameters:
lastModifiedTimeBefore
- Selects inference experiments which were last modified before this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
The column by which to sort the listed inference experiments.
- Parameters:
sortBy
- The column by which to sort the listed inference experiments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The column by which to sort the listed inference experiments.
- Parameters:
sortBy
- The column by which to sort the listed inference experiments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The direction of sorting (ascending or descending).
- Parameters:
sortOrder
- The direction of sorting (ascending or descending).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The direction of sorting (ascending or descending).
- Parameters:
sortOrder
- The direction of sorting (ascending or descending).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The response from the last list when returning a list large enough to need tokening.
- Parameters:
nextToken
- The response from the last list when returning a list large enough to need tokening.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to select.
- Parameters:
maxResults
- The maximum number of results to select.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListInferenceExperimentsRequest.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
ListInferenceExperimentsRequest.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.
-