Class ListFeatureGroupsRequest
- 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.ListFeatureGroupsRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListFeatureGroupsRequest extends SageMakerRequest implements ToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ListFeatureGroupsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFeatureGroupsRequest.Builder
builder()
Instant
creationTimeAfter()
Use this parameter to search forFeatureGroups
s created after a specific date and time.Instant
creationTimeBefore()
Use this parameter to search forFeatureGroups
s created before a specific date and time.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
FeatureGroupStatus
featureGroupStatusEquals()
AFeatureGroup
status.String
featureGroupStatusEqualsAsString()
AFeatureGroup
status.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Integer
maxResults()
The maximum number of results returned byListFeatureGroups
.String
nameContains()
A string that partially matches one or moreFeatureGroup
s names.String
nextToken()
A token to resume pagination ofListFeatureGroups
results.OfflineStoreStatusValue
offlineStoreStatusEquals()
AnOfflineStore
status.String
offlineStoreStatusEqualsAsString()
AnOfflineStore
status.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
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()
A string that partially matches one or more
FeatureGroup
s names. FiltersFeatureGroup
s by name.- Returns:
- A string that partially matches one or more
FeatureGroup
s names. FiltersFeatureGroup
s by name.
-
featureGroupStatusEquals
public final FeatureGroupStatus featureGroupStatusEquals()
A
FeatureGroup
status. Filters byFeatureGroup
status.If the service returns an enum value that is not available in the current SDK version,
featureGroupStatusEquals
will returnFeatureGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromfeatureGroupStatusEqualsAsString()
.- Returns:
- A
FeatureGroup
status. Filters byFeatureGroup
status. - See Also:
FeatureGroupStatus
-
featureGroupStatusEqualsAsString
public final String featureGroupStatusEqualsAsString()
A
FeatureGroup
status. Filters byFeatureGroup
status.If the service returns an enum value that is not available in the current SDK version,
featureGroupStatusEquals
will returnFeatureGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromfeatureGroupStatusEqualsAsString()
.- Returns:
- A
FeatureGroup
status. Filters byFeatureGroup
status. - See Also:
FeatureGroupStatus
-
offlineStoreStatusEquals
public final OfflineStoreStatusValue offlineStoreStatusEquals()
An
OfflineStore
status. Filters byOfflineStore
status.If the service returns an enum value that is not available in the current SDK version,
offlineStoreStatusEquals
will returnOfflineStoreStatusValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromofflineStoreStatusEqualsAsString()
.- Returns:
- An
OfflineStore
status. Filters byOfflineStore
status. - See Also:
OfflineStoreStatusValue
-
offlineStoreStatusEqualsAsString
public final String offlineStoreStatusEqualsAsString()
An
OfflineStore
status. Filters byOfflineStore
status.If the service returns an enum value that is not available in the current SDK version,
offlineStoreStatusEquals
will returnOfflineStoreStatusValue.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromofflineStoreStatusEqualsAsString()
.- Returns:
- An
OfflineStore
status. Filters byOfflineStore
status. - See Also:
OfflineStoreStatusValue
-
creationTimeAfter
public final Instant creationTimeAfter()
Use this parameter to search for
FeatureGroups
s created after a specific date and time.- Returns:
- Use this parameter to search for
FeatureGroups
s created after a specific date and time.
-
creationTimeBefore
public final Instant creationTimeBefore()
Use this parameter to search for
FeatureGroups
s created before a specific date and time.- Returns:
- Use this parameter to search for
FeatureGroups
s created before a specific date and time.
-
sortOrder
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 returnFeatureGroupSortOrder.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsortOrderAsString()
.- Returns:
- The order in which feature groups are listed.
- See Also:
FeatureGroupSortOrder
-
sortOrderAsString
public 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 returnFeatureGroupSortOrder.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsortOrderAsString()
.- Returns:
- The order in which feature groups are listed.
- See Also:
FeatureGroupSortOrder
-
sortBy
public 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 returnFeatureGroupSortBy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsortByAsString()
.- Returns:
- The value on which the feature group list is sorted.
- See Also:
FeatureGroupSortBy
-
sortByAsString
public 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 returnFeatureGroupSortBy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsortByAsString()
.- Returns:
- The value on which the feature group list is sorted.
- See Also:
FeatureGroupSortBy
-
maxResults
public final Integer maxResults()
The maximum number of results returned by
ListFeatureGroups
.- Returns:
- The maximum number of results returned by
ListFeatureGroups
.
-
nextToken
public final String nextToken()
A token to resume pagination of
ListFeatureGroups
results.- Returns:
- A token to resume pagination of
ListFeatureGroups
results.
-
toBuilder
public ListFeatureGroupsRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>
- Specified by:
toBuilder
in classSageMakerRequest
-
builder
public static ListFeatureGroupsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListFeatureGroupsRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-