GoogleCloudAiplatformV1RagFile constructor

GoogleCloudAiplatformV1RagFile({
  1. String? createTime,
  2. String? description,
  3. GoogleCloudAiplatformV1DirectUploadSource? directUploadSource,
  4. String? displayName,
  5. GoogleCloudAiplatformV1FileStatus? fileStatus,
  6. GoogleCloudAiplatformV1GcsSource? gcsSource,
  7. GoogleCloudAiplatformV1GoogleDriveSource? googleDriveSource,
  8. GoogleCloudAiplatformV1JiraSource? jiraSource,
  9. String? name,
  10. GoogleCloudAiplatformV1SharePointSources? sharePointSources,
  11. GoogleCloudAiplatformV1SlackSource? slackSource,
  12. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1RagFile({
  this.createTime,
  this.description,
  this.directUploadSource,
  this.displayName,
  this.fileStatus,
  this.gcsSource,
  this.googleDriveSource,
  this.jiraSource,
  this.name,
  this.sharePointSources,
  this.slackSource,
  this.updateTime,
});