TensorboardExperiment constructor

TensorboardExperiment({
  1. String name = '',
  2. String displayName = '',
  3. String description = '',
  4. Timestamp? createTime,
  5. Timestamp? updateTime,
  6. Map<String, String> labels = const {},
  7. String etag = '',
  8. String source = '',
})

Implementation

TensorboardExperiment({
  this.name = '',
  this.displayName = '',
  this.description = '',
  this.createTime,
  this.updateTime,
  this.labels = const {},
  this.etag = '',
  this.source = '',
}) : super(fullyQualifiedName);