Interface ListInferenceExperimentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListInferenceExperimentsRequest.Builder,ListInferenceExperimentsRequest>
,SageMakerRequest.Builder
,SdkBuilder<ListInferenceExperimentsRequest.Builder,ListInferenceExperimentsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListInferenceExperimentsRequest
public static interface ListInferenceExperimentsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListInferenceExperimentsRequest.Builder,ListInferenceExperimentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInferenceExperimentsRequest.Builder
creationTimeAfter(Instant creationTimeAfter)
Selects inference experiments which were created after this timestamp.ListInferenceExperimentsRequest.Builder
creationTimeBefore(Instant creationTimeBefore)
Selects inference experiments which were created before this timestamp.ListInferenceExperimentsRequest.Builder
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
Selects inference experiments which were last modified after this timestamp.ListInferenceExperimentsRequest.Builder
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
Selects inference experiments which were last modified before this timestamp.ListInferenceExperimentsRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to select.ListInferenceExperimentsRequest.Builder
nameContains(String nameContains)
Selects inference experiments whose names contain this name.ListInferenceExperimentsRequest.Builder
nextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.ListInferenceExperimentsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListInferenceExperimentsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListInferenceExperimentsRequest.Builder
sortBy(String sortBy)
The column by which to sort the listed inference experiments.ListInferenceExperimentsRequest.Builder
sortBy(SortInferenceExperimentsBy sortBy)
The column by which to sort the listed inference experiments.ListInferenceExperimentsRequest.Builder
sortOrder(String sortOrder)
The direction of sorting (ascending or descending).ListInferenceExperimentsRequest.Builder
sortOrder(SortOrder sortOrder)
The direction of sorting (ascending or descending).ListInferenceExperimentsRequest.Builder
statusEquals(String statusEquals)
Selects inference experiments which are in this status.ListInferenceExperimentsRequest.Builder
statusEquals(InferenceExperimentStatus statusEquals)
Selects inference experiments which are in this status.ListInferenceExperimentsRequest.Builder
type(String type)
Selects inference experiments of this type.ListInferenceExperimentsRequest.Builder
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nameContains
ListInferenceExperimentsRequest.Builder nameContains(String 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
ListInferenceExperimentsRequest.Builder type(String 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:
InferenceExperimentType
,InferenceExperimentType
-
type
ListInferenceExperimentsRequest.Builder type(InferenceExperimentType 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:
InferenceExperimentType
,InferenceExperimentType
-
statusEquals
ListInferenceExperimentsRequest.Builder statusEquals(String 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:
InferenceExperimentStatus
,InferenceExperimentStatus
-
statusEquals
ListInferenceExperimentsRequest.Builder statusEquals(InferenceExperimentStatus 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:
InferenceExperimentStatus
,InferenceExperimentStatus
-
creationTimeAfter
ListInferenceExperimentsRequest.Builder creationTimeAfter(Instant 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
ListInferenceExperimentsRequest.Builder creationTimeBefore(Instant 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
ListInferenceExperimentsRequest.Builder lastModifiedTimeAfter(Instant 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
ListInferenceExperimentsRequest.Builder lastModifiedTimeBefore(Instant 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
ListInferenceExperimentsRequest.Builder sortBy(String 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:
SortInferenceExperimentsBy
,SortInferenceExperimentsBy
-
sortBy
ListInferenceExperimentsRequest.Builder sortBy(SortInferenceExperimentsBy 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:
SortInferenceExperimentsBy
,SortInferenceExperimentsBy
-
sortOrder
ListInferenceExperimentsRequest.Builder sortOrder(String sortOrder)
The direction of sorting (ascending or descending).
-
sortOrder
ListInferenceExperimentsRequest.Builder sortOrder(SortOrder sortOrder)
The direction of sorting (ascending or descending).
-
nextToken
ListInferenceExperimentsRequest.Builder nextToken(String 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
ListInferenceExperimentsRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListInferenceExperimentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-