GoogleCloudMlV1Job constructor

GoogleCloudMlV1Job({
  1. String? createTime,
  2. String? endTime,
  3. String? errorMessage,
  4. String? etag,
  5. String? jobId,
  6. String? jobPosition,
  7. Map<String, String>? labels,
  8. GoogleCloudMlV1PredictionInput? predictionInput,
  9. GoogleCloudMlV1PredictionOutput? predictionOutput,
  10. String? startTime,
  11. String? state,
  12. GoogleCloudMlV1TrainingInput? trainingInput,
  13. GoogleCloudMlV1TrainingOutput? trainingOutput,
})

Implementation

GoogleCloudMlV1Job({
  this.createTime,
  this.endTime,
  this.errorMessage,
  this.etag,
  this.jobId,
  this.jobPosition,
  this.labels,
  this.predictionInput,
  this.predictionOutput,
  this.startTime,
  this.state,
  this.trainingInput,
  this.trainingOutput,
});