public static interface ListInferenceExperimentsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListInferenceExperimentsRequest.Builder,ListInferenceExperimentsRequest>
| Modifier and Type | Method and 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(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInferenceExperimentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListInferenceExperimentsRequest.Builder |
sortBy(SortInferenceExperimentsBy sortBy)
The column by which to sort the listed inference experiments.
|
ListInferenceExperimentsRequest.Builder |
sortBy(String sortBy)
The column by which to sort the listed inference experiments.
|
ListInferenceExperimentsRequest.Builder |
sortOrder(SortOrder sortOrder)
The direction of sorting (ascending or descending).
|
ListInferenceExperimentsRequest.Builder |
sortOrder(String sortOrder)
The direction of sorting (ascending or descending).
|
ListInferenceExperimentsRequest.Builder |
statusEquals(InferenceExperimentStatus statusEquals)
Selects inference experiments which are in this status.
|
ListInferenceExperimentsRequest.Builder |
statusEquals(String statusEquals)
Selects inference experiments which are in this status.
|
ListInferenceExperimentsRequest.Builder |
type(InferenceExperimentType type)
Selects inference experiments of this type.
|
ListInferenceExperimentsRequest.Builder |
type(String type)
Selects inference experiments of this type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInferenceExperimentsRequest.Builder nameContains(String nameContains)
Selects inference experiments whose names contain this name.
nameContains - Selects inference experiments whose names contain this name.ListInferenceExperimentsRequest.Builder type(String type)
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperimentRequest$Type.
type - Selects inference experiments of this type. For the possible types of inference experiments, see
CreateInferenceExperimentRequest$Type.InferenceExperimentType,
InferenceExperimentTypeListInferenceExperimentsRequest.Builder type(InferenceExperimentType type)
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperimentRequest$Type.
type - Selects inference experiments of this type. For the possible types of inference experiments, see
CreateInferenceExperimentRequest$Type.InferenceExperimentType,
InferenceExperimentTypeListInferenceExperimentsRequest.Builder statusEquals(String statusEquals)
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperimentResponse$Status.
statusEquals - Selects inference experiments which are in this status. For the possible statuses, see
DescribeInferenceExperimentResponse$Status.InferenceExperimentStatus,
InferenceExperimentStatusListInferenceExperimentsRequest.Builder statusEquals(InferenceExperimentStatus statusEquals)
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperimentResponse$Status.
statusEquals - Selects inference experiments which are in this status. For the possible statuses, see
DescribeInferenceExperimentResponse$Status.InferenceExperimentStatus,
InferenceExperimentStatusListInferenceExperimentsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Selects inference experiments which were created after this timestamp.
creationTimeAfter - Selects inference experiments which were created after this timestamp.ListInferenceExperimentsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Selects inference experiments which were created before this timestamp.
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.
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.
lastModifiedTimeBefore - Selects inference experiments which were last modified before this timestamp.ListInferenceExperimentsRequest.Builder sortBy(String sortBy)
The column by which to sort the listed inference experiments.
sortBy - The column by which to sort the listed inference experiments.SortInferenceExperimentsBy,
SortInferenceExperimentsByListInferenceExperimentsRequest.Builder sortBy(SortInferenceExperimentsBy sortBy)
The column by which to sort the listed inference experiments.
sortBy - The column by which to sort the listed inference experiments.SortInferenceExperimentsBy,
SortInferenceExperimentsByListInferenceExperimentsRequest.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 nextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken - The response from the last list when returning a list large enough to need tokening.ListInferenceExperimentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to select.
maxResults - The maximum number of results to select.ListInferenceExperimentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListInferenceExperimentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.