ImportRagFilesResponse constructor

ImportRagFilesResponse({
  1. String? partialFailuresGcsPath,
  2. String? partialFailuresBigqueryTable,
  3. int importedRagFilesCount = 0,
  4. int failedRagFilesCount = 0,
  5. int skippedRagFilesCount = 0,
})

Implementation

ImportRagFilesResponse({
  this.partialFailuresGcsPath,
  this.partialFailuresBigqueryTable,
  this.importedRagFilesCount = 0,
  this.failedRagFilesCount = 0,
  this.skippedRagFilesCount = 0,
}) : super(fullyQualifiedName);