TrainingJobStatusCounters constructor
      
      TrainingJobStatusCounters({})
     
    
    
Implementation
TrainingJobStatusCounters({
  this.completed,
  this.inProgress,
  this.nonRetryableError,
  this.retryableError,
  this.stopped,
});