ListBatchInferenceJobsResponse constructor
ListBatchInferenceJobsResponse({
- List<
BatchInferenceJobSummary> ? batchInferenceJobs, - String? nextToken,
Implementation
ListBatchInferenceJobsResponse({
this.batchInferenceJobs,
this.nextToken,
});