Struct aws_sdk_sagemaker::client::fluent_builders::ListFeatureGroups [−][src]
pub struct ListFeatureGroups<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ListFeatureGroups
.
List FeatureGroup
s based on given filter and order.
Implementations
impl<C, M, R> ListFeatureGroups<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListFeatureGroups<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListFeatureGroupsOutput, SdkError<ListFeatureGroupsError>> where
R::Policy: SmithyRetryPolicy<ListFeatureGroupsInputOperationOutputAlias, ListFeatureGroupsOutput, ListFeatureGroupsError, ListFeatureGroupsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListFeatureGroupsOutput, SdkError<ListFeatureGroupsError>> where
R::Policy: SmithyRetryPolicy<ListFeatureGroupsInputOperationOutputAlias, ListFeatureGroupsOutput, ListFeatureGroupsError, ListFeatureGroupsInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
A string that partially matches one or more FeatureGroup
s names. Filters
FeatureGroup
s by name.
A string that partially matches one or more FeatureGroup
s names. Filters
FeatureGroup
s by name.
A FeatureGroup
status. Filters by FeatureGroup
status.
A FeatureGroup
status. Filters by FeatureGroup
status.
An OfflineStore
status. Filters by OfflineStore
status.
An OfflineStore
status. Filters by OfflineStore
status.
Use this parameter to search for FeatureGroups
s created after a specific
date and time.
Use this parameter to search for FeatureGroups
s created after a specific
date and time.
Use this parameter to search for FeatureGroups
s created before a specific
date and time.
Use this parameter to search for FeatureGroups
s created before a specific
date and time.
The order in which feature groups are listed.
The order in which feature groups are listed.
The value on which the feature group list is sorted.
The value on which the feature group list is sorted.
The maximum number of results returned by ListFeatureGroups
.
The maximum number of results returned by ListFeatureGroups
.
A token to resume pagination of ListFeatureGroups
results.
A token to resume pagination of ListFeatureGroups
results.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListFeatureGroups<C, M, R>
impl<C, M, R> Send for ListFeatureGroups<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListFeatureGroups<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListFeatureGroups<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListFeatureGroups<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more