#[non_exhaustive]pub struct ListHyperParameterTuningJobsOutput {
pub hyper_parameter_tuning_job_summaries: Option<Vec<HyperParameterTuningJobSummary>>,
pub next_token: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.hyper_parameter_tuning_job_summaries: Option<Vec<HyperParameterTuningJobSummary>>A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the ListHyperParameterTuningJobs request returned.
next_token: Option<String>If the result of this ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.
Implementations
pub fn hyper_parameter_tuning_job_summaries(
&self
) -> Option<&[HyperParameterTuningJobSummary]>
pub fn hyper_parameter_tuning_job_summaries(
&self
) -> Option<&[HyperParameterTuningJobSummary]>
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the ListHyperParameterTuningJobs request returned.
If the result of this ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.
Creates a new builder-style object to manufacture ListHyperParameterTuningJobsOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for ListHyperParameterTuningJobsOutput
impl Sync for ListHyperParameterTuningJobsOutput
impl Unpin for ListHyperParameterTuningJobsOutput
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