Struct aws_sdk_sagemaker::types::FeatureParameter
source · #[non_exhaustive]pub struct FeatureParameter { /* private fields */ }
Expand description
A key-value pair that you specify to describe the feature.
Implementations§
source§impl FeatureParameter
impl FeatureParameter
sourcepub fn builder() -> FeatureParameterBuilder
pub fn builder() -> FeatureParameterBuilder
Creates a new builder-style object to manufacture FeatureParameter
.
Trait Implementations§
source§impl Clone for FeatureParameter
impl Clone for FeatureParameter
source§fn clone(&self) -> FeatureParameter
fn clone(&self) -> FeatureParameter
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 FeatureParameter
impl Debug for FeatureParameter
source§impl PartialEq<FeatureParameter> for FeatureParameter
impl PartialEq<FeatureParameter> for FeatureParameter
source§fn eq(&self, other: &FeatureParameter) -> bool
fn eq(&self, other: &FeatureParameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.