ListCandidatesForAutoMLJobResponse
public struct ListCandidatesForAutoMLJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Summaries about the Candidates.
Declaration
Swift
public let candidates: [AutoMLCandidate] -
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(candidates: [AutoMLCandidate], nextToken: String? = nil)
View on GitHub
ListCandidatesForAutoMLJobResponse Structure Reference