FeatureTransformation
Provides feature transformation information. Feature transformation is the process of modifying raw input data into a form more suitable for model training.
Contents
- creationDateTime
-
The creation date and time (in Unix time) of the feature transformation.
Type: Timestamp
Required: No
- defaultParameters
-
Provides the default parameters for feature transformation.
Type: String to string map
Map Entries: Maximum number of 100 items.
Key Length Constraints: Maximum length of 256.
Value Length Constraints: Maximum length of 1000.
Required: No
- featureTransformationArn
-
The Amazon Resource Name (ARN) of the FeatureTransformation object.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:([a-z\d-]+):personalize:.*:.*:.+
Required: No
- lastUpdatedDateTime
-
The last update date and time (in Unix time) of the feature transformation.
Type: Timestamp
Required: No
- name
-
The name of the feature transformation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9\-_]*
Required: No
- status
-
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
Type: String
Length Constraints: Maximum length of 256.
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: