TrialComponentSourceDetail constructor

TrialComponentSourceDetail({
  1. ProcessingJob? processingJob,
  2. String? sourceArn,
  3. TrainingJob? trainingJob,
  4. TransformJob? transformJob,
})

Implementation

TrialComponentSourceDetail({
  this.processingJob,
  this.sourceArn,
  this.trainingJob,
  this.transformJob,
});