AWSMachineLearningUpdateBatchPredictionInput
Objective-C
@interface AWSMachineLearningUpdateBatchPredictionInput
Swift
class AWSMachineLearningUpdateBatchPredictionInput
-
The ID assigned to the
BatchPredictionduring creation.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable batchPredictionId;Swift
var batchPredictionId: String? { get set } -
A new user-supplied name or description of the
BatchPrediction.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable batchPredictionName;Swift
var batchPredictionName: String? { get set }
View on GitHub
Install in Dash
AWSMachineLearningUpdateBatchPredictionInput Class Reference