ListTransformJobsResponse
public struct ListTransformJobsResponse : 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 transform jobs, use it in the next request.
Declaration
Swift
public let nextToken: String? -
An array of TransformJobSummary objects.
Declaration
Swift
public let transformJobSummaries: [TransformJobSummary] -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, transformJobSummaries: [TransformJobSummary])
View on GitHub
ListTransformJobsResponse Structure Reference