Struct aws_sdk_sagemaker::client::fluent_builders::ListLineageGroups
source ·
[−]pub struct ListLineageGroups<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ListLineageGroups
.
A list of lineage groups shared with your Amazon Web Services account. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.
Implementations
impl<C, M, R> ListLineageGroups<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListLineageGroups<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListLineageGroupsOutput, SdkError<ListLineageGroupsError>> where
R::Policy: SmithyRetryPolicy<ListLineageGroupsInputOperationOutputAlias, ListLineageGroupsOutput, ListLineageGroupsError, ListLineageGroupsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListLineageGroupsOutput, SdkError<ListLineageGroupsError>> where
R::Policy: SmithyRetryPolicy<ListLineageGroupsInputOperationOutputAlias, ListLineageGroupsOutput, ListLineageGroupsError, ListLineageGroupsInputOperationRetryAlias>,
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.
Create a paginator for this request
Paginators are used by calling send().await
which returns a Stream
.
A timestamp to filter against lineage groups created after a certain point in time.
A timestamp to filter against lineage groups created after a certain point in time.
A timestamp to filter against lineage groups created before a certain point in time.
A timestamp to filter against lineage groups created before a certain point in time.
The parameter by which to sort the results. The default is CreationTime
.
The parameter by which to sort the results. The default is CreationTime
.
The sort order for the results. The default is Ascending
.
The sort order for the results. The default is Ascending
.
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
The maximum number of endpoints to return in the response. This value defaults to 10.
The maximum number of endpoints to return in the response. This value defaults to 10.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListLineageGroups<C, M, R>
impl<C, M, R> Send for ListLineageGroups<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListLineageGroups<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListLineageGroups<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListLineageGroups<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