DescribeBatchInferenceJobResponse constructor

DescribeBatchInferenceJobResponse({
  1. BatchInferenceJob? batchInferenceJob,
})

Implementation

DescribeBatchInferenceJobResponse({
  this.batchInferenceJob,
});