ListLabelingJobsForWorkteamResponse
public struct ListLabelingJobsForWorkteamResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of LabelingJobSummary objects, each describing a labeling job.
Declaration
Swift
public let labelingJobSummaryList: [LabelingJobForWorkteamSummary]
-
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(labelingJobSummaryList: [LabelingJobForWorkteamSummary], nextToken: String? = nil)