FeatureTransformation
public struct FeatureTransformation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The creation date and time (in Unix time) of the feature transformation.
Declaration
Swift
public let creationDateTime: TimeStamp?
-
Provides the default parameters for feature transformation.
Declaration
Swift
public let defaultParameters: [String : String]?
-
The Amazon Resource Name (ARN) of the FeatureTransformation object.
Declaration
Swift
public let featureTransformationArn: String?
-
The last update date and time (in Unix time) of the feature transformation.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp?
-
The name of the feature transformation.
Declaration
Swift
public let name: String?
-
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
Declaration
Swift
public let status: String?
-
Undocumented
Declaration
Swift
public init(creationDateTime: TimeStamp? = nil, defaultParameters: [String : String]? = nil, featureTransformationArn: String? = nil, lastUpdatedDateTime: TimeStamp? = nil, name: String? = nil, status: String? = nil)