@Generated(value="software.amazon.awssdk:codegen") public final class ListInferenceExperimentsRequest extends SageMakerRequest implements ToCopyableBuilder<ListInferenceExperimentsRequest.Builder,ListInferenceExperimentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListInferenceExperimentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListInferenceExperimentsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Selects inference experiments which were created after this timestamp.
|
Instant |
creationTimeBefore()
Selects inference experiments which were created before this timestamp.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTimeAfter()
Selects inference experiments which were last modified after this timestamp.
|
Instant |
lastModifiedTimeBefore()
Selects inference experiments which were last modified before this timestamp.
|
Integer |
maxResults()
The maximum number of results to select.
|
String |
nameContains()
Selects inference experiments whose names contain this name.
|
String |
nextToken()
The response from the last list when returning a list large enough to need tokening.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListInferenceExperimentsRequest.Builder> |
serializableBuilderClass() |
SortInferenceExperimentsBy |
sortBy()
The column by which to sort the listed inference experiments.
|
String |
sortByAsString()
The column by which to sort the listed inference experiments.
|
SortOrder |
sortOrder()
The direction of sorting (ascending or descending).
|
String |
sortOrderAsString()
The direction of sorting (ascending or descending).
|
InferenceExperimentStatus |
statusEquals()
Selects inference experiments which are in this status.
|
String |
statusEqualsAsString()
Selects inference experiments which are in this status.
|
ListInferenceExperimentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
InferenceExperimentType |
type()
Selects inference experiments of this type.
|
String |
typeAsString()
Selects inference experiments of this type.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nameContains()
Selects inference experiments whose names contain this name.
public final InferenceExperimentType type()
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperimentRequest$Type.
If the service returns an enum value that is not available in the current SDK version, type will return
InferenceExperimentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
InferenceExperimentTypepublic final String typeAsString()
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperimentRequest$Type.
If the service returns an enum value that is not available in the current SDK version, type will return
InferenceExperimentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
InferenceExperimentTypepublic final InferenceExperimentStatus statusEquals()
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperimentResponse$Status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return InferenceExperimentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusEqualsAsString().
InferenceExperimentStatuspublic final String statusEqualsAsString()
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperimentResponse$Status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return InferenceExperimentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusEqualsAsString().
InferenceExperimentStatuspublic final Instant creationTimeAfter()
Selects inference experiments which were created after this timestamp.
public final Instant creationTimeBefore()
Selects inference experiments which were created before this timestamp.
public final Instant lastModifiedTimeAfter()
Selects inference experiments which were last modified after this timestamp.
public final Instant lastModifiedTimeBefore()
Selects inference experiments which were last modified before this timestamp.
public final SortInferenceExperimentsBy sortBy()
The column by which to sort the listed inference experiments.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortInferenceExperimentsBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
SortInferenceExperimentsBypublic final String sortByAsString()
The column by which to sort the listed inference experiments.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortInferenceExperimentsBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
SortInferenceExperimentsBypublic final SortOrder sortOrder()
The direction of sorting (ascending or descending).
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
The direction of sorting (ascending or descending).
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String nextToken()
The response from the last list when returning a list large enough to need tokening.
public final Integer maxResults()
The maximum number of results to select.
public ListInferenceExperimentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListInferenceExperimentsRequest.Builder,ListInferenceExperimentsRequest>toBuilder in class SageMakerRequestpublic static ListInferenceExperimentsRequest.Builder builder()
public static Class<? extends ListInferenceExperimentsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.