TransformSortCriteria
public struct TransformSortCriteria : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The column to be used in the sorting criteria that are associated with the machine learning transform.
Declaration
Swift
public let column: TransformSortColumnType
-
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
Declaration
Swift
public let sortDirection: SortDirectionType
-
Undocumented
Declaration
Swift
public init(column: TransformSortColumnType, sortDirection: SortDirectionType)