ListAutoMLJobsResponse
public struct ListAutoMLJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns a summary list of jobs.
Declaration
Swift
public let autoMLJobSummaries: [AutoMLJobSummary]
-
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(autoMLJobSummaries: [AutoMLJobSummary], nextToken: String? = nil)