Struct aws_sdk_sagemaker::output::CreateAlgorithmOutput
source · #[non_exhaustive]pub struct CreateAlgorithmOutput { /* private fields */ }
Implementations§
source§impl CreateAlgorithmOutput
impl CreateAlgorithmOutput
sourcepub fn algorithm_arn(&self) -> Option<&str>
pub fn algorithm_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the new algorithm.
source§impl CreateAlgorithmOutput
impl CreateAlgorithmOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAlgorithmOutput
.
Trait Implementations§
source§impl Clone for CreateAlgorithmOutput
impl Clone for CreateAlgorithmOutput
source§fn clone(&self) -> CreateAlgorithmOutput
fn clone(&self) -> CreateAlgorithmOutput
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 CreateAlgorithmOutput
impl Debug for CreateAlgorithmOutput
source§impl PartialEq<CreateAlgorithmOutput> for CreateAlgorithmOutput
impl PartialEq<CreateAlgorithmOutput> for CreateAlgorithmOutput
source§fn eq(&self, other: &CreateAlgorithmOutput) -> bool
fn eq(&self, other: &CreateAlgorithmOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.