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