GoogleCloudAiplatformV1RagFile constructor
GoogleCloudAiplatformV1RagFile({
- String? createTime,
- String? description,
- GoogleCloudAiplatformV1DirectUploadSource? directUploadSource,
- String? displayName,
- GoogleCloudAiplatformV1FileStatus? fileStatus,
- GoogleCloudAiplatformV1GcsSource? gcsSource,
- GoogleCloudAiplatformV1GoogleDriveSource? googleDriveSource,
- GoogleCloudAiplatformV1JiraSource? jiraSource,
- String? name,
- GoogleCloudAiplatformV1SlackSource? slackSource,
- 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,
});