Dataset constructor
Dataset({
- String name = '',
- required String displayName,
- String description = '',
- required String metadataSchemaUri,
- required Value? metadata,
- int dataItemCount = 0,
- Timestamp? createTime,
- Timestamp? updateTime,
- String etag = '',
- Map<
String, String> labels = const {}, - List<
SavedQuery> savedQueries = const [], - EncryptionSpec? encryptionSpec,
- String metadataArtifact = '',
- String modelReference = '',
- bool satisfiesPzs = false,
- bool satisfiesPzi = false,
Implementation
Dataset({
this.name = '',
required this.displayName,
this.description = '',
required this.metadataSchemaUri,
required this.metadata,
this.dataItemCount = 0,
this.createTime,
this.updateTime,
this.etag = '',
this.labels = const {},
this.savedQueries = const [],
this.encryptionSpec,
this.metadataArtifact = '',
this.modelReference = '',
this.satisfiesPzs = false,
this.satisfiesPzi = false,
}) : super(fullyQualifiedName);