GoogleCloudAiplatformV1ImportRagFilesConfig constructor
GoogleCloudAiplatformV1ImportRagFilesConfig({
- GoogleCloudAiplatformV1GcsSource? gcsSource,
- GoogleCloudAiplatformV1GoogleDriveSource? googleDriveSource,
- GoogleCloudAiplatformV1JiraSource? jiraSource,
- int? maxEmbeddingRequestsPerMin,
- GoogleCloudAiplatformV1BigQueryDestination? partialFailureBigquerySink,
- GoogleCloudAiplatformV1GcsDestination? partialFailureGcsSink,
- GoogleCloudAiplatformV1RagFileTransformationConfig? ragFileTransformationConfig,
- GoogleCloudAiplatformV1SlackSource? slackSource,
Implementation
GoogleCloudAiplatformV1ImportRagFilesConfig({
this.gcsSource,
this.googleDriveSource,
this.jiraSource,
this.maxEmbeddingRequestsPerMin,
this.partialFailureBigquerySink,
this.partialFailureGcsSink,
this.ragFileTransformationConfig,
this.sharePointSources,
this.slackSource,
});