Tensorboard constructor

Tensorboard({
  1. String name = '',
  2. required String displayName,
  3. String description = '',
  4. EncryptionSpec? encryptionSpec,
  5. String blobStoragePathPrefix = '',
  6. int runCount = 0,
  7. Timestamp? createTime,
  8. Timestamp? updateTime,
  9. Map<String, String> labels = const {},
  10. String etag = '',
  11. bool isDefault = false,
  12. bool satisfiesPzs = false,
  13. bool satisfiesPzi = false,
})

Implementation

Tensorboard({
  this.name = '',
  required this.displayName,
  this.description = '',
  this.encryptionSpec,
  this.blobStoragePathPrefix = '',
  this.runCount = 0,
  this.createTime,
  this.updateTime,
  this.labels = const {},
  this.etag = '',
  this.isDefault = false,
  this.satisfiesPzs = false,
  this.satisfiesPzi = false,
}) : super(fullyQualifiedName);