pub struct ListInferenceRecommendationsJobs<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }Expand description
Fluent builder constructing a request to ListInferenceRecommendationsJobs.
Lists recommendation jobs that satisfy various filters.
Implementations
impl<C, M, R> ListInferenceRecommendationsJobs<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListInferenceRecommendationsJobs<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListInferenceRecommendationsJobsOutput, SdkError<ListInferenceRecommendationsJobsError>> where
R::Policy: SmithyRetryPolicy<ListInferenceRecommendationsJobsInputOperationOutputAlias, ListInferenceRecommendationsJobsOutput, ListInferenceRecommendationsJobsError, ListInferenceRecommendationsJobsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListInferenceRecommendationsJobsOutput, SdkError<ListInferenceRecommendationsJobsError>> where
R::Policy: SmithyRetryPolicy<ListInferenceRecommendationsJobsInputOperationOutputAlias, ListInferenceRecommendationsJobsOutput, ListInferenceRecommendationsJobsError, ListInferenceRecommendationsJobsInputOperationRetryAlias>,
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 jobs created after the specified time (timestamp).
A filter that returns only jobs created after the specified time (timestamp).
A filter that returns only jobs created before the specified time (timestamp).
A filter that returns only jobs created before the specified time (timestamp).
A filter that returns only jobs that were last modified after the specified time (timestamp).
A filter that returns only jobs that were last modified after the specified time (timestamp).
A filter that returns only jobs that were last modified before the specified time (timestamp).
A filter that returns only jobs that were last modified before the specified time (timestamp).
A string in the job name. This filter returns only recommendations whose name contains the specified string.
A string in the job name. This filter returns only recommendations whose name contains the specified string.
A filter that retrieves only inference recommendations jobs with a specific status.
A filter that retrieves only inference recommendations jobs with a specific status.
The parameter by which to sort the results.
The parameter by which to sort the results.
The sort order for the results.
The sort order for the results.
If the response to a previous ListInferenceRecommendationsJobsRequest request was truncated, the response includes a NextToken. To retrieve the next set of recommendations, use the token in the next request.
If the response to a previous ListInferenceRecommendationsJobsRequest request was truncated, the response includes a NextToken. To retrieve the next set of recommendations, use the token in the next request.
The maximum number of recommendations to return in the response.
The maximum number of recommendations to return in the response.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListInferenceRecommendationsJobs<C, M, R>
impl<C, M, R> Send for ListInferenceRecommendationsJobs<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListInferenceRecommendationsJobs<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListInferenceRecommendationsJobs<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListInferenceRecommendationsJobs<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