@Generated(value="software.amazon.awssdk:codegen") public final class ListFeatureGroupsRequest extends SageMakerRequest implements ToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFeatureGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFeatureGroupsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Use this parameter to search for
FeatureGroupss created after a specific date and time. |
Instant |
creationTimeBefore()
Use this parameter to search for
FeatureGroupss created before a specific date and time. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FeatureGroupStatus |
featureGroupStatusEquals()
A
FeatureGroup status. |
String |
featureGroupStatusEqualsAsString()
A
FeatureGroup status. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results returned by
ListFeatureGroups. |
String |
nameContains()
A string that partially matches one or more
FeatureGroups names. |
String |
nextToken()
A token to resume pagination of
ListFeatureGroups results. |
OfflineStoreStatusValue |
offlineStoreStatusEquals()
An
OfflineStore status. |
String |
offlineStoreStatusEqualsAsString()
An
OfflineStore status. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFeatureGroupsRequest.Builder> |
serializableBuilderClass() |
FeatureGroupSortBy |
sortBy()
The value on which the feature group list is sorted.
|
String |
sortByAsString()
The value on which the feature group list is sorted.
|
FeatureGroupSortOrder |
sortOrder()
The order in which feature groups are listed.
|
String |
sortOrderAsString()
The order in which feature groups are listed.
|
ListFeatureGroupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nameContains()
A string that partially matches one or more FeatureGroups names. Filters FeatureGroups
by name.
FeatureGroups names. Filters
FeatureGroups by name.public final FeatureGroupStatus featureGroupStatusEquals()
A FeatureGroup status. Filters by FeatureGroup status.
If the service returns an enum value that is not available in the current SDK version,
featureGroupStatusEquals will return FeatureGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from featureGroupStatusEqualsAsString().
FeatureGroup status. Filters by FeatureGroup status.FeatureGroupStatuspublic final String featureGroupStatusEqualsAsString()
A FeatureGroup status. Filters by FeatureGroup status.
If the service returns an enum value that is not available in the current SDK version,
featureGroupStatusEquals will return FeatureGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from featureGroupStatusEqualsAsString().
FeatureGroup status. Filters by FeatureGroup status.FeatureGroupStatuspublic final OfflineStoreStatusValue offlineStoreStatusEquals()
An OfflineStore status. Filters by OfflineStore status.
If the service returns an enum value that is not available in the current SDK version,
offlineStoreStatusEquals will return OfflineStoreStatusValue.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from offlineStoreStatusEqualsAsString().
OfflineStore status. Filters by OfflineStore status.OfflineStoreStatusValuepublic final String offlineStoreStatusEqualsAsString()
An OfflineStore status. Filters by OfflineStore status.
If the service returns an enum value that is not available in the current SDK version,
offlineStoreStatusEquals will return OfflineStoreStatusValue.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from offlineStoreStatusEqualsAsString().
OfflineStore status. Filters by OfflineStore status.OfflineStoreStatusValuepublic final Instant creationTimeAfter()
Use this parameter to search for FeatureGroupss created after a specific date and time.
FeatureGroupss created after a specific date and time.public final Instant creationTimeBefore()
Use this parameter to search for FeatureGroupss created before a specific date and time.
FeatureGroupss created before a specific date and time.public final FeatureGroupSortOrder sortOrder()
The order in which feature groups are listed.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return FeatureGroupSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortOrderAsString().
FeatureGroupSortOrderpublic final String sortOrderAsString()
The order in which feature groups are listed.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return FeatureGroupSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortOrderAsString().
FeatureGroupSortOrderpublic final FeatureGroupSortBy sortBy()
The value on which the feature group list is sorted.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return FeatureGroupSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
FeatureGroupSortBypublic final String sortByAsString()
The value on which the feature group list is sorted.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return FeatureGroupSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
FeatureGroupSortBypublic final Integer maxResults()
The maximum number of results returned by ListFeatureGroups.
ListFeatureGroups.public final String nextToken()
A token to resume pagination of ListFeatureGroups results.
ListFeatureGroups results.public ListFeatureGroupsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>toBuilder in class SageMakerRequestpublic static ListFeatureGroupsRequest.Builder builder()
public static Class<? extends ListFeatureGroupsRequest.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 © 2021. All rights reserved.