Struct aws_sdk_sagemaker::input::DescribeAlgorithmInput
source · #[non_exhaustive]pub struct DescribeAlgorithmInput { /* private fields */ }
Implementations§
source§impl DescribeAlgorithmInput
impl DescribeAlgorithmInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAlgorithm, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAlgorithm, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeAlgorithm
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAlgorithmInput
.
source§impl DescribeAlgorithmInput
impl DescribeAlgorithmInput
sourcepub fn algorithm_name(&self) -> Option<&str>
pub fn algorithm_name(&self) -> Option<&str>
The name of the algorithm to describe.
Trait Implementations§
source§impl Clone for DescribeAlgorithmInput
impl Clone for DescribeAlgorithmInput
source§fn clone(&self) -> DescribeAlgorithmInput
fn clone(&self) -> DescribeAlgorithmInput
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 DescribeAlgorithmInput
impl Debug for DescribeAlgorithmInput
source§impl PartialEq<DescribeAlgorithmInput> for DescribeAlgorithmInput
impl PartialEq<DescribeAlgorithmInput> for DescribeAlgorithmInput
source§fn eq(&self, other: &DescribeAlgorithmInput) -> bool
fn eq(&self, other: &DescribeAlgorithmInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.