Class ListInferenceExperimentsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.ListInferenceExperimentsRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<ListInferenceExperimentsRequest.Builder,ListInferenceExperimentsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListInferenceExperimentsRequest extends SageMakerRequest implements ToCopyableBuilder<ListInferenceExperimentsRequest.Builder,ListInferenceExperimentsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ListInferenceExperimentsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nameContains
public final String nameContains()
Selects inference experiments whose names contain this name.
- Returns:
- Selects inference experiments whose names contain this name.
-
type
public final InferenceExperimentType type()
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.
If the service returns an enum value that is not available in the current SDK version,
type
will returnInferenceExperimentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.
- See Also:
InferenceExperimentType
-
typeAsString
public final String typeAsString()
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.
If the service returns an enum value that is not available in the current SDK version,
type
will returnInferenceExperimentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.
- See Also:
InferenceExperimentType
-
statusEquals
public final InferenceExperimentStatus statusEquals()
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.
If the service returns an enum value that is not available in the current SDK version,
statusEquals
will returnInferenceExperimentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusEqualsAsString()
.- Returns:
- Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.
- See Also:
InferenceExperimentStatus
-
statusEqualsAsString
public final String statusEqualsAsString()
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.
If the service returns an enum value that is not available in the current SDK version,
statusEquals
will returnInferenceExperimentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusEqualsAsString()
.- Returns:
- Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.
- See Also:
InferenceExperimentStatus
-
creationTimeAfter
public final Instant creationTimeAfter()
Selects inference experiments which were created after this timestamp.
- Returns:
- Selects inference experiments which were created after this timestamp.
-
creationTimeBefore
public final Instant creationTimeBefore()
Selects inference experiments which were created before this timestamp.
- Returns:
- Selects inference experiments which were created before this timestamp.
-
lastModifiedTimeAfter
public final Instant lastModifiedTimeAfter()
Selects inference experiments which were last modified after this timestamp.
- Returns:
- Selects inference experiments which were last modified after this timestamp.
-
lastModifiedTimeBefore
public final Instant lastModifiedTimeBefore()
Selects inference experiments which were last modified before this timestamp.
- Returns:
- Selects inference experiments which were last modified before this timestamp.
-
sortBy
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 returnSortInferenceExperimentsBy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsortByAsString()
.- Returns:
- The column by which to sort the listed inference experiments.
- See Also:
SortInferenceExperimentsBy
-
sortByAsString
public 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 returnSortInferenceExperimentsBy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsortByAsString()
.- Returns:
- The column by which to sort the listed inference experiments.
- See Also:
SortInferenceExperimentsBy
-
sortOrder
public 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 returnSortOrder.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsortOrderAsString()
.- Returns:
- The direction of sorting (ascending or descending).
- See Also:
SortOrder
-
sortOrderAsString
public 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 returnSortOrder.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsortOrderAsString()
.- Returns:
- The direction of sorting (ascending or descending).
- See Also:
SortOrder
-
nextToken
public final String nextToken()
The response from the last list when returning a list large enough to need tokening.
- Returns:
- The response from the last list when returning a list large enough to need tokening.
-
maxResults
public final Integer maxResults()
The maximum number of results to select.
- Returns:
- The maximum number of results to select.
-
toBuilder
public ListInferenceExperimentsRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ListInferenceExperimentsRequest.Builder,ListInferenceExperimentsRequest>
- Specified by:
toBuilder
in classSageMakerRequest
-
builder
public static ListInferenceExperimentsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListInferenceExperimentsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkRequest
-
-