GoogleCloudAiplatformV1ImportRagFilesConfig constructor

GoogleCloudAiplatformV1ImportRagFilesConfig({
  1. GoogleCloudAiplatformV1GcsSource? gcsSource,
  2. GoogleCloudAiplatformV1GoogleDriveSource? googleDriveSource,
  3. GoogleCloudAiplatformV1BigQueryDestination? importResultBigquerySink,
  4. GoogleCloudAiplatformV1GcsDestination? importResultGcsSink,
  5. GoogleCloudAiplatformV1JiraSource? jiraSource,
  6. int? maxEmbeddingRequestsPerMin,
  7. GoogleCloudAiplatformV1BigQueryDestination? partialFailureBigquerySink,
  8. GoogleCloudAiplatformV1GcsDestination? partialFailureGcsSink,
  9. GoogleCloudAiplatformV1RagFileParsingConfig? ragFileParsingConfig,
  10. GoogleCloudAiplatformV1RagFileTransformationConfig? ragFileTransformationConfig,
  11. bool? rebuildAnnIndex,
  12. GoogleCloudAiplatformV1SharePointSources? sharePointSources,
  13. GoogleCloudAiplatformV1SlackSource? slackSource,
})

Implementation

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