Tensorboard constructor
Tensorboard({
- String name = '',
- required String displayName,
- String description = '',
- EncryptionSpec? encryptionSpec,
- String blobStoragePathPrefix = '',
- int runCount = 0,
- Timestamp? createTime,
- Timestamp? updateTime,
- Map<
String, String> labels = const {}, - String etag = '',
- bool isDefault = false,
- bool satisfiesPzs = false,
- 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);