AWSMachineLearningUpdateBatchPredictionOutput
Objective-C
@interface AWSMachineLearningUpdateBatchPredictionOutput
Swift
class AWSMachineLearningUpdateBatchPredictionOutput
Represents the output of an UpdateBatchPrediction operation.
You can see the updated content by using the GetBatchPrediction operation.
-
The ID assigned to the
BatchPredictionduring creation. This value should be identical to the value of theBatchPredictionIdin the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable batchPredictionId;Swift
var batchPredictionId: String? { get set }
View on GitHub
Install in Dash
AWSMachineLearningUpdateBatchPredictionOutput Class Reference