TaskRunSortCriteria
public struct TaskRunSortCriteria : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The column to be used to sort the list of task runs for the machine learning transform.
Declaration
Swift
public let column: TaskRunSortColumnType
-
The sort direction to be used to sort the list of task runs for the machine learning transform.
Declaration
Swift
public let sortDirection: SortDirectionType
-
Undocumented
Declaration
Swift
public init(column: TaskRunSortColumnType, sortDirection: SortDirectionType)