#[non_exhaustive]pub struct ListTrainingJobsForHyperParameterTuningJobOutput { /* private fields */ }
Implementations§
source§impl ListTrainingJobsForHyperParameterTuningJobOutput
impl ListTrainingJobsForHyperParameterTuningJobOutput
sourcepub fn training_job_summaries(
&self
) -> Option<&[HyperParameterTrainingJobSummary]>
pub fn training_job_summaries(
&self
) -> Option<&[HyperParameterTrainingJobSummary]>
A list of TrainingJobSummary
objects that describe the training jobs that the ListTrainingJobsForHyperParameterTuningJob
request returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the result of this ListTrainingJobsForHyperParameterTuningJob
request was truncated, the response includes a NextToken
. To retrieve the next set of training jobs, use the token in the next request.
source§impl ListTrainingJobsForHyperParameterTuningJobOutput
impl ListTrainingJobsForHyperParameterTuningJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTrainingJobsForHyperParameterTuningJobOutput
.
Trait Implementations§
source§impl Clone for ListTrainingJobsForHyperParameterTuningJobOutput
impl Clone for ListTrainingJobsForHyperParameterTuningJobOutput
source§fn clone(&self) -> ListTrainingJobsForHyperParameterTuningJobOutput
fn clone(&self) -> ListTrainingJobsForHyperParameterTuningJobOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ListTrainingJobsForHyperParameterTuningJobOutput> for ListTrainingJobsForHyperParameterTuningJobOutput
impl PartialEq<ListTrainingJobsForHyperParameterTuningJobOutput> for ListTrainingJobsForHyperParameterTuningJobOutput
source§fn eq(&self, other: &ListTrainingJobsForHyperParameterTuningJobOutput) -> bool
fn eq(&self, other: &ListTrainingJobsForHyperParameterTuningJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.