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
BatchPrediction
during creation. This value should be identical to the value of theBatchPredictionId
in the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable batchPredictionId;
Swift
var batchPredictionId: String? { get set }