pub struct ListHyperParameterTuningJobs<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to ListHyperParameterTuningJobs
.
Gets a list of HyperParameterTuningJobSummary
objects that describe the hyperparameter tuning jobs launched in your account.
Implementations
impl<C, M, R> ListHyperParameterTuningJobs<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListHyperParameterTuningJobs<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListHyperParameterTuningJobsOutput, SdkError<ListHyperParameterTuningJobsError>> where
R::Policy: SmithyRetryPolicy<ListHyperParameterTuningJobsInputOperationOutputAlias, ListHyperParameterTuningJobsOutput, ListHyperParameterTuningJobsError, ListHyperParameterTuningJobsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListHyperParameterTuningJobsOutput, SdkError<ListHyperParameterTuningJobsError>> where
R::Policy: SmithyRetryPolicy<ListHyperParameterTuningJobsInputOperationOutputAlias, ListHyperParameterTuningJobsOutput, ListHyperParameterTuningJobsError, ListHyperParameterTuningJobsInputOperationRetryAlias>,
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
.
If the result of the previous ListHyperParameterTuningJobs
request was truncated, the response includes a NextToken
. To retrieve the next set of tuning jobs, use the token in the next request.
If the result of the previous ListHyperParameterTuningJobs
request was truncated, the response includes a NextToken
. To retrieve the next set of tuning jobs, use the token in the next request.
The maximum number of tuning jobs to return. The default value is 10.
The maximum number of tuning jobs to return. The default value is 10.
The field to sort results by. The default is Name
.
The field to sort results by. The default is Name
.
The sort order for results. The default is Ascending
.
The sort order for results. The default is Ascending
.
A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.
A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.
A filter that returns only tuning jobs that were created after the specified time.
A filter that returns only tuning jobs that were created after the specified time.
A filter that returns only tuning jobs that were created before the specified time.
A filter that returns only tuning jobs that were created before the specified time.
A filter that returns only tuning jobs that were modified after the specified time.
A filter that returns only tuning jobs that were modified after the specified time.
A filter that returns only tuning jobs that were modified before the specified time.
A filter that returns only tuning jobs that were modified before the specified time.
A filter that returns only tuning jobs with the specified status.
A filter that returns only tuning jobs with the specified status.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListHyperParameterTuningJobs<C, M, R>
impl<C, M, R> Send for ListHyperParameterTuningJobs<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListHyperParameterTuningJobs<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListHyperParameterTuningJobs<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListHyperParameterTuningJobs<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