#[non_exhaustive]pub struct GetMlTransformsOutput { /* private fields */ }Implementations§
source§impl GetMlTransformsOutput
impl GetMlTransformsOutput
sourcepub fn transforms(&self) -> Option<&[MlTransform]>
pub fn transforms(&self) -> Option<&[MlTransform]>
A list of machine learning transforms.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A pagination token, if more results are available.
source§impl GetMlTransformsOutput
impl GetMlTransformsOutput
sourcepub fn builder() -> GetMlTransformsOutputBuilder
pub fn builder() -> GetMlTransformsOutputBuilder
Creates a new builder-style object to manufacture GetMlTransformsOutput.
Trait Implementations§
source§impl Clone for GetMlTransformsOutput
impl Clone for GetMlTransformsOutput
source§fn clone(&self) -> GetMlTransformsOutput
fn clone(&self) -> GetMlTransformsOutput
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 GetMlTransformsOutput
impl Debug for GetMlTransformsOutput
source§impl PartialEq<GetMlTransformsOutput> for GetMlTransformsOutput
impl PartialEq<GetMlTransformsOutput> for GetMlTransformsOutput
source§fn eq(&self, other: &GetMlTransformsOutput) -> bool
fn eq(&self, other: &GetMlTransformsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetMlTransformsOutput
impl RequestId for GetMlTransformsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.