Struct aws_sdk_sagemaker::client::fluent_builders::ListTrainingJobsForHyperParameterTuningJob
source · [−]pub struct ListTrainingJobsForHyperParameterTuningJob<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to ListTrainingJobsForHyperParameterTuningJob
.
Gets a list of TrainingJobSummary
objects that describe the training jobs that a hyperparameter tuning job launched.
Implementations
impl<C, M, R> ListTrainingJobsForHyperParameterTuningJob<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListTrainingJobsForHyperParameterTuningJob<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListTrainingJobsForHyperParameterTuningJobOutput, SdkError<ListTrainingJobsForHyperParameterTuningJobError>> where
R::Policy: SmithyRetryPolicy<ListTrainingJobsForHyperParameterTuningJobInputOperationOutputAlias, ListTrainingJobsForHyperParameterTuningJobOutput, ListTrainingJobsForHyperParameterTuningJobError, ListTrainingJobsForHyperParameterTuningJobInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListTrainingJobsForHyperParameterTuningJobOutput, SdkError<ListTrainingJobsForHyperParameterTuningJobError>> where
R::Policy: SmithyRetryPolicy<ListTrainingJobsForHyperParameterTuningJobInputOperationOutputAlias, ListTrainingJobsForHyperParameterTuningJobOutput, ListTrainingJobsForHyperParameterTuningJobError, ListTrainingJobsForHyperParameterTuningJobInputOperationRetryAlias>,
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 name of the tuning job whose training jobs you want to list.
The name of the tuning job whose training jobs you want to list.
If the result of the previous ListTrainingJobsForHyperParameterTuningJob
request was truncated, the response includes a NextToken
. To retrieve the next set of training jobs, use the token in the next request.
If the result of the previous ListTrainingJobsForHyperParameterTuningJob
request was truncated, the response includes a NextToken
. To retrieve the next set of training jobs, use the token in the next request.
The maximum number of training jobs to return. The default value is 10.
The maximum number of training jobs to return. The default value is 10.
A filter that returns only training jobs with the specified status.
A filter that returns only training jobs with the specified status.
The field to sort results by. The default is Name
.
If the value of this field is FinalObjectiveMetricValue
, any training jobs that did not return an objective metric are not listed.
The field to sort results by. The default is Name
.
If the value of this field is FinalObjectiveMetricValue
, any training jobs that did not return an objective metric are not listed.
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 ListTrainingJobsForHyperParameterTuningJob<C, M, R>
impl<C, M, R> Send for ListTrainingJobsForHyperParameterTuningJob<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListTrainingJobsForHyperParameterTuningJob<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListTrainingJobsForHyperParameterTuningJob<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListTrainingJobsForHyperParameterTuningJob<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