GoogleCloudAiplatformV1RagCorpus constructor

GoogleCloudAiplatformV1RagCorpus({
  1. GoogleCloudAiplatformV1CorpusStatus? corpusStatus,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. String? name,
  6. String? updateTime,
  7. GoogleCloudAiplatformV1RagVectorDbConfig? vectorDbConfig,
})

Implementation

GoogleCloudAiplatformV1RagCorpus({
  this.corpusStatus,
  this.createTime,
  this.description,
  this.displayName,
  this.name,
  this.updateTime,
  this.vectorDbConfig,
});