DescribeBatchPredictionsOutput
public struct DescribeBatchPredictionsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the next page in the paginated results that indicates at least one more page follows.
Declaration
Swift
public let nextToken: String?
-
A list of BatchPrediction objects that meet the search criteria.
Declaration
Swift
public let results: [BatchPrediction]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, results: [BatchPrediction]? = nil)