GoogleCloudAiplatformV1ImportRagFilesConfig constructor

GoogleCloudAiplatformV1ImportRagFilesConfig({
  1. GoogleCloudAiplatformV1GcsSource? gcsSource,
  2. GoogleCloudAiplatformV1GoogleDriveSource? googleDriveSource,
  3. GoogleCloudAiplatformV1JiraSource? jiraSource,
  4. int? maxEmbeddingRequestsPerMin,
  5. GoogleCloudAiplatformV1BigQueryDestination? partialFailureBigquerySink,
  6. GoogleCloudAiplatformV1GcsDestination? partialFailureGcsSink,
  7. GoogleCloudAiplatformV1RagFileTransformationConfig? ragFileTransformationConfig,
  8. GoogleCloudAiplatformV1SharePointSources? sharePointSources,
  9. GoogleCloudAiplatformV1SlackSource? slackSource,
})

Implementation

GoogleCloudAiplatformV1ImportRagFilesConfig({
  this.gcsSource,
  this.googleDriveSource,
  this.jiraSource,
  this.maxEmbeddingRequestsPerMin,
  this.partialFailureBigquerySink,
  this.partialFailureGcsSink,
  this.ragFileTransformationConfig,
  this.sharePointSources,
  this.slackSource,
});