ListBatchInferenceJobsResponse constructor

ListBatchInferenceJobsResponse({
  1. List<BatchInferenceJobSummary>? batchInferenceJobs,
  2. String? nextToken,
})

Implementation

ListBatchInferenceJobsResponse({
  this.batchInferenceJobs,
  this.nextToken,
});