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