Struct aws_sdk_sagemaker::types::OutputParameter
source · #[non_exhaustive]pub struct OutputParameter { /* private fields */ }
Expand description
An output parameter of a pipeline step.
Implementations§
source§impl OutputParameter
impl OutputParameter
sourcepub fn builder() -> OutputParameterBuilder
pub fn builder() -> OutputParameterBuilder
Creates a new builder-style object to manufacture OutputParameter
.
Trait Implementations§
source§impl Clone for OutputParameter
impl Clone for OutputParameter
source§fn clone(&self) -> OutputParameter
fn clone(&self) -> OutputParameter
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 OutputParameter
impl Debug for OutputParameter
source§impl PartialEq<OutputParameter> for OutputParameter
impl PartialEq<OutputParameter> for OutputParameter
source§fn eq(&self, other: &OutputParameter) -> bool
fn eq(&self, other: &OutputParameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.