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