ListLabelingJobsForWorkteamRequest
public struct ListLabelingJobsForWorkteamRequest : AWSShape
extension SageMaker.ListLabelingJobsForWorkteamRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A filter that returns only labeling jobs created after the specified time (timestamp).
Declaration
Swift
public let creationTimeAfter: TimeStamp?
-
A filter that returns only labeling jobs created before the specified time (timestamp).
Declaration
Swift
public let creationTimeBefore: TimeStamp?
-
A filter the limits jobs to only the ones whose job reference code contains the specified string.
Declaration
Swift
public let jobReferenceCodeContains: String?
-
The maximum number of labeling jobs to return in each page of the response.
Declaration
Swift
public let maxResults: Int?
-
If the result of the previous ListLabelingJobsForWorkteam request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.
Declaration
Swift
public let nextToken: String?
-
The field to sort results by. The default is CreationTime.
Declaration
Swift
public let sortBy: ListLabelingJobsForWorkteamSortByOptions?
-
The sort order for results. The default is Ascending.
Declaration
Swift
public let sortOrder: SortOrder?
-
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
Declaration
Swift
public let workteamArn: String
-
init(creationTimeAfter:creationTimeBefore:jobReferenceCodeContains:maxResults:nextToken:sortBy:sortOrder:workteamArn:)
Undocumented
Declaration
Swift
public init(creationTimeAfter: TimeStamp? = nil, creationTimeBefore: TimeStamp? = nil, jobReferenceCodeContains: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, sortBy: ListLabelingJobsForWorkteamSortByOptions? = nil, sortOrder: SortOrder? = nil, workteamArn: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListLabelingJobsForWorkteamRequest