TensorboardRun constructor

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

Implementation

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