describe_feature_transformation
(**kwargs)¶Describes the given feature transformation.
See also: AWS API Documentation
Request Syntax
response = client.describe_feature_transformation(
featureTransformationArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the feature transformation to describe.
{
'featureTransformation': {
'name': 'string',
'featureTransformationArn': 'string',
'defaultParameters': {
'string': 'string'
},
'creationDateTime': datetime(2015, 1, 1),
'lastUpdatedDateTime': datetime(2015, 1, 1),
'status': 'string'
}
}
Response Structure
A listing of the FeatureTransformation properties.
The name of the feature transformation.
The Amazon Resource Name (ARN) of the FeatureTransformation object.
Provides the default parameters for 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 status of the feature transformation.
A feature transformation can be in one of the following states:
Exceptions
Personalize.Client.exceptions.InvalidInputException
Personalize.Client.exceptions.ResourceNotFoundException