CreateBatchPredictionOutput
public struct CreateBatchPredictionOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A user-supplied ID that uniquely identifies the BatchPrediction. This value is identical to the value of the BatchPredictionId in the request.
Declaration
Swift
public let batchPredictionId: String? -
Undocumented
Declaration
Swift
public init(batchPredictionId: String? = nil)
View on GitHub
CreateBatchPredictionOutput Structure Reference