Struct aws_sdk_personalize::operation::describe_algorithm::builders::DescribeAlgorithmOutputBuilder
source · #[non_exhaustive]pub struct DescribeAlgorithmOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeAlgorithmOutput
.
Implementations§
source§impl DescribeAlgorithmOutputBuilder
impl DescribeAlgorithmOutputBuilder
sourcepub fn set_algorithm(self, input: Option<Algorithm>) -> Self
pub fn set_algorithm(self, input: Option<Algorithm>) -> Self
A listing of the properties of the algorithm.
sourcepub fn build(self) -> DescribeAlgorithmOutput
pub fn build(self) -> DescribeAlgorithmOutput
Consumes the builder and constructs a DescribeAlgorithmOutput
.
Trait Implementations§
source§impl Clone for DescribeAlgorithmOutputBuilder
impl Clone for DescribeAlgorithmOutputBuilder
source§fn clone(&self) -> DescribeAlgorithmOutputBuilder
fn clone(&self) -> DescribeAlgorithmOutputBuilder
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 Default for DescribeAlgorithmOutputBuilder
impl Default for DescribeAlgorithmOutputBuilder
source§fn default() -> DescribeAlgorithmOutputBuilder
fn default() -> DescribeAlgorithmOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeAlgorithmOutputBuilder> for DescribeAlgorithmOutputBuilder
impl PartialEq<DescribeAlgorithmOutputBuilder> for DescribeAlgorithmOutputBuilder
source§fn eq(&self, other: &DescribeAlgorithmOutputBuilder) -> bool
fn eq(&self, other: &DescribeAlgorithmOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.