Struct aws_sdk_sagemaker::client::fluent_builders::ListTransformJobs
source · [−]pub struct ListTransformJobs<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }Expand description
Fluent builder constructing a request to ListTransformJobs.
Lists transform jobs.
Implementations
impl<C, M, R> ListTransformJobs<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListTransformJobs<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListTransformJobsOutput, SdkError<ListTransformJobsError>> where
R::Policy: SmithyRetryPolicy<ListTransformJobsInputOperationOutputAlias, ListTransformJobsOutput, ListTransformJobsError, ListTransformJobsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListTransformJobsOutput, SdkError<ListTransformJobsError>> where
R::Policy: SmithyRetryPolicy<ListTransformJobsInputOperationOutputAlias, ListTransformJobsOutput, ListTransformJobsError, ListTransformJobsInputOperationRetryAlias>,
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 filter that returns only transform jobs created after the specified time.
A filter that returns only transform jobs created after the specified time.
A filter that returns only transform jobs created before the specified time.
A filter that returns only transform jobs created before the specified time.
A filter that returns only transform jobs modified after the specified time.
A filter that returns only transform jobs modified after the specified time.
A filter that returns only transform jobs modified before the specified time.
A filter that returns only transform jobs modified before the specified time.
A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.
A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.
A filter that retrieves only transform jobs with a specific status.
A filter that retrieves only transform jobs with a specific status.
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 Descending.
The sort order for results. The default is Descending.
If the result of the previous ListTransformJobs request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.
If the result of the previous ListTransformJobs request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.
The maximum number of transform jobs to return in the response. The default value is 10.
The maximum number of transform jobs to return in the response. The default value is 10.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListTransformJobs<C, M, R>
impl<C, M, R> Send for ListTransformJobs<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListTransformJobs<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListTransformJobs<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListTransformJobs<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