ListHumanTaskUisRequest
public struct ListHumanTaskUisRequest : AWSShape
extension SageMaker.ListHumanTaskUisRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
Declaration
Swift
public let creationTimeAfter: TimeStamp?
-
A filter that returns only human task user interfaces that were created before the specified timestamp.
Declaration
Swift
public let creationTimeBefore: TimeStamp?
-
The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.
Declaration
Swift
public let maxResults: Int?
-
A token to resume pagination.
Declaration
Swift
public let nextToken: String?
-
An optional value that specifies whether you want the results sorted in Ascending or Descending order.
Declaration
Swift
public let sortOrder: SortOrder?
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListHumanTaskUisRequest