Struct aws_sdk_personalize::model::feature_transformation::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for FeatureTransformation
Implementations
The Amazon Resource Name (ARN) of the FeatureTransformation object.
The Amazon Resource Name (ARN) of the FeatureTransformation object.
Adds a key-value pair to default_parameters.
To override the contents of this collection use set_default_parameters.
Provides the default parameters for feature transformation.
Provides the default parameters for feature transformation.
The creation date and time (in Unix time) of the feature transformation.
The creation date and time (in Unix time) of the feature transformation.
The last update date and time (in Unix time) of the feature transformation.
The last update date and time (in Unix time) of the feature transformation.
The status of the feature transformation.
A feature transformation can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
The status of the feature transformation.
A feature transformation can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
Consumes the builder and constructs a FeatureTransformation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more