Struct aws_sdk_sagemaker::output::ListTrialsOutput
source · #[non_exhaustive]pub struct ListTrialsOutput { /* private fields */ }
Implementations§
source§impl ListTrialsOutput
impl ListTrialsOutput
sourcepub fn trial_summaries(&self) -> Option<&[TrialSummary]>
pub fn trial_summaries(&self) -> Option<&[TrialSummary]>
A list of the summaries of your trials.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token for getting the next set of trials, if there are any.
source§impl ListTrialsOutput
impl ListTrialsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTrialsOutput
.
Trait Implementations§
source§impl Clone for ListTrialsOutput
impl Clone for ListTrialsOutput
source§fn clone(&self) -> ListTrialsOutput
fn clone(&self) -> ListTrialsOutput
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 Debug for ListTrialsOutput
impl Debug for ListTrialsOutput
source§impl PartialEq<ListTrialsOutput> for ListTrialsOutput
impl PartialEq<ListTrialsOutput> for ListTrialsOutput
source§fn eq(&self, other: &ListTrialsOutput) -> bool
fn eq(&self, other: &ListTrialsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.