GoogleCloudAiplatformV1MetadataSchema constructor

GoogleCloudAiplatformV1MetadataSchema({
  1. String? createTime,
  2. String? description,
  3. String? name,
  4. String? schema,
  5. String? schemaType,
  6. String? schemaVersion,
})

Implementation

GoogleCloudAiplatformV1MetadataSchema({
  this.createTime,
  this.description,
  this.name,
  this.schema,
  this.schemaType,
  this.schemaVersion,
});