TrialComponent constructor

TrialComponent({
  1. UserContext? createdBy,
  2. DateTime? creationTime,
  3. String? displayName,
  4. DateTime? endTime,
  5. Map<String, TrialComponentArtifact>? inputArtifacts,
  6. UserContext? lastModifiedBy,
  7. DateTime? lastModifiedTime,
  8. MetadataProperties? metadataProperties,
  9. List<TrialComponentMetricSummary>? metrics,
  10. Map<String, TrialComponentArtifact>? outputArtifacts,
  11. Map<String, TrialComponentParameterValue>? parameters,
  12. List<Parent>? parents,
  13. TrialComponentSource? source,
  14. TrialComponentSourceDetail? sourceDetail,
  15. DateTime? startTime,
  16. TrialComponentStatus? status,
  17. List<Tag>? tags,
  18. String? trialComponentArn,
  19. String? trialComponentName,
})

Implementation

TrialComponent({
  this.createdBy,
  this.creationTime,
  this.displayName,
  this.endTime,
  this.inputArtifacts,
  this.lastModifiedBy,
  this.lastModifiedTime,
  this.metadataProperties,
  this.metrics,
  this.outputArtifacts,
  this.parameters,
  this.parents,
  this.source,
  this.sourceDetail,
  this.startTime,
  this.status,
  this.tags,
  this.trialComponentArn,
  this.trialComponentName,
});