FeatureTransformation class
Provides feature transformation information. Feature transformation is the process of modifying raw input data into a form more suitable for model training.
Constructors
Properties
- creationDateTime → DateTime?
-
The creation date and time (in Unix time) of the feature transformation.
final
-
defaultParameters
→ Map<
String, String> ? -
Provides the default parameters for feature transformation.
final
- featureTransformationArn → String?
-
The Amazon Resource Name (ARN) of the FeatureTransformation object.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedDateTime → DateTime?
-
The last update date and time (in Unix time) of the feature transformation.
final
- name → String?
-
The name of the feature transformation.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The status of the feature transformation.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited