ListTopicsDetectionJobsRequest
public struct ListTopicsDetectionJobsRequest : AWSShape
extension Comprehend.ListTopicsDetectionJobsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
Declaration
Swift
public let filter: TopicsDetectionJobFilter?
-
The maximum number of results to return in each page. The default is 100.
Declaration
Swift
public let maxResults: Int?
-
Identifies the next page of results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(filter: TopicsDetectionJobFilter? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Comprehend.ListTopicsDetectionJobsRequest