AWSMachineLearningGetBatchPredictionInput
Objective-C
@interface AWSMachineLearningGetBatchPredictionInput
Swift
class AWSMachineLearningGetBatchPredictionInput
-
An ID assigned to the
BatchPrediction
at creation.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable batchPredictionId;
Swift
var batchPredictionId: String? { get set }