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