GoogleCloudAiplatformV1Dataset constructor

GoogleCloudAiplatformV1Dataset({
  1. String? createTime,
  2. String? dataItemCount,
  3. String? description,
  4. String? displayName,
  5. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  6. String? etag,
  7. Map<String, String>? labels,
  8. Object? metadata,
  9. String? metadataArtifact,
  10. String? metadataSchemaUri,
  11. String? name,
  12. List<GoogleCloudAiplatformV1SavedQuery>? savedQueries,
  13. 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.name,
  this.savedQueries,
  this.updateTime,
});