pub struct ListLabelingJobsForWorkteam<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to ListLabelingJobsForWorkteam
.
Gets a list of labeling jobs assigned to a specified work team.
Implementations
impl<C, M, R> ListLabelingJobsForWorkteam<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListLabelingJobsForWorkteam<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListLabelingJobsForWorkteamOutput, SdkError<ListLabelingJobsForWorkteamError>> where
R::Policy: SmithyRetryPolicy<ListLabelingJobsForWorkteamInputOperationOutputAlias, ListLabelingJobsForWorkteamOutput, ListLabelingJobsForWorkteamError, ListLabelingJobsForWorkteamInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListLabelingJobsForWorkteamOutput, SdkError<ListLabelingJobsForWorkteamError>> where
R::Policy: SmithyRetryPolicy<ListLabelingJobsForWorkteamInputOperationOutputAlias, ListLabelingJobsForWorkteamOutput, ListLabelingJobsForWorkteamError, ListLabelingJobsForWorkteamInputOperationRetryAlias>,
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
.
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
The maximum number of labeling jobs to return in each page of the response.
The maximum number of labeling jobs to return in each page of the response.
If the result of the previous ListLabelingJobsForWorkteam
request was truncated, the response includes a NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
If the result of the previous ListLabelingJobsForWorkteam
request was truncated, the response includes a NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
A filter that returns only labeling jobs created after the specified time (timestamp).
A filter that returns only labeling jobs created after the specified time (timestamp).
A filter that returns only labeling jobs created before the specified time (timestamp).
A filter that returns only labeling jobs created before the specified time (timestamp).
A filter the limits jobs to only the ones whose job reference code contains the specified string.
A filter the limits jobs to only the ones whose job reference code contains the specified string.
The field to sort results by. The default is CreationTime
.
The field to sort results by. The default is CreationTime
.
The sort order for results. The default is Ascending
.
The sort order for results. The default is Ascending
.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListLabelingJobsForWorkteam<C, M, R>
impl<C, M, R> Send for ListLabelingJobsForWorkteam<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListLabelingJobsForWorkteam<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListLabelingJobsForWorkteam<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListLabelingJobsForWorkteam<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