GoogleCloudAiplatformV1RagCorpus constructor

GoogleCloudAiplatformV1RagCorpus({
  1. GoogleCloudAiplatformV1CorpusStatus? corpusStatus,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  6. String? name,
  7. bool? satisfiesPzi,
  8. bool? satisfiesPzs,
  9. String? updateTime,
  10. GoogleCloudAiplatformV1RagVectorDbConfig? vectorDbConfig,
  11. GoogleCloudAiplatformV1VertexAiSearchConfig? vertexAiSearchConfig,
})

Implementation

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