AWSMachineLearningDeleteBatchPredictionOutput
Objective-C
@interface AWSMachineLearningDeleteBatchPredictionOutput
Swift
class AWSMachineLearningDeleteBatchPredictionOutput
Represents the output of a DeleteBatchPrediction
operation.
You can use the GetBatchPrediction
operation and check the value of the Status
parameter to see whether a BatchPrediction
is marked as DELETED
.
-
A user-supplied ID that uniquely identifies the
BatchPrediction
. 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 }