#[non_exhaustive]pub struct ListCandidatesForAutoMlJobOutput { /* private fields */ }
Implementations§
source§impl ListCandidatesForAutoMlJobOutput
impl ListCandidatesForAutoMlJobOutput
sourcepub fn candidates(&self) -> Option<&[AutoMlCandidate]>
pub fn candidates(&self) -> Option<&[AutoMlCandidate]>
Summaries about the AutoMLCandidates
.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
source§impl ListCandidatesForAutoMlJobOutput
impl ListCandidatesForAutoMlJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCandidatesForAutoMlJobOutput
.
Trait Implementations§
source§impl Clone for ListCandidatesForAutoMlJobOutput
impl Clone for ListCandidatesForAutoMlJobOutput
source§fn clone(&self) -> ListCandidatesForAutoMlJobOutput
fn clone(&self) -> ListCandidatesForAutoMlJobOutput
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<ListCandidatesForAutoMlJobOutput> for ListCandidatesForAutoMlJobOutput
impl PartialEq<ListCandidatesForAutoMlJobOutput> for ListCandidatesForAutoMlJobOutput
source§fn eq(&self, other: &ListCandidatesForAutoMlJobOutput) -> bool
fn eq(&self, other: &ListCandidatesForAutoMlJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.