DeleteBatchPredictionOutput.fromJson constructor
Implementation
factory DeleteBatchPredictionOutput.fromJson(Map<String, dynamic> json) {
return DeleteBatchPredictionOutput(
batchPredictionId: json['BatchPredictionId'] as String?,
);
}
factory DeleteBatchPredictionOutput.fromJson(Map<String, dynamic> json) {
return DeleteBatchPredictionOutput(
batchPredictionId: json['BatchPredictionId'] as String?,
);
}