Struct aws_sdk_personalize::model::FeatureTransformation
source · #[non_exhaustive]pub struct FeatureTransformation { /* private fields */ }
Expand description
Provides feature transformation information. Feature transformation is the process of modifying raw input data into a form more suitable for model training.
Implementations§
source§impl FeatureTransformation
impl FeatureTransformation
sourcepub fn feature_transformation_arn(&self) -> Option<&str>
pub fn feature_transformation_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the FeatureTransformation object.
sourcepub fn default_parameters(&self) -> Option<&HashMap<String, String>>
pub fn default_parameters(&self) -> Option<&HashMap<String, String>>
Provides the default parameters for feature transformation.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The creation date and time (in Unix time) of the feature transformation.
sourcepub fn last_updated_date_time(&self) -> Option<&DateTime>
pub fn last_updated_date_time(&self) -> Option<&DateTime>
The last update date and time (in Unix time) of the feature transformation.
source§impl FeatureTransformation
impl FeatureTransformation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FeatureTransformation
.
Trait Implementations§
source§impl Clone for FeatureTransformation
impl Clone for FeatureTransformation
source§fn clone(&self) -> FeatureTransformation
fn clone(&self) -> FeatureTransformation
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 FeatureTransformation
impl Debug for FeatureTransformation
source§impl PartialEq<FeatureTransformation> for FeatureTransformation
impl PartialEq<FeatureTransformation> for FeatureTransformation
source§fn eq(&self, other: &FeatureTransformation) -> bool
fn eq(&self, other: &FeatureTransformation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.