GoogleCloudAiplatformV1Dataset constructor
GoogleCloudAiplatformV1Dataset({
- String? createTime,
- String? dataItemCount,
- String? description,
- String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? etag,
- Map<
String, String> ? labels, - Object? metadata,
- String? metadataArtifact,
- String? metadataSchemaUri,
- String? modelReference,
- String? name,
- List<
GoogleCloudAiplatformV1SavedQuery> ? savedQueries, - String? updateTime,
Implementation
GoogleCloudAiplatformV1Dataset({
this.createTime,
this.dataItemCount,
this.description,
this.displayName,
this.encryptionSpec,
this.etag,
this.labels,
this.metadata,
this.metadataArtifact,
this.metadataSchemaUri,
this.modelReference,
this.name,
this.savedQueries,
this.updateTime,
});