- 3.38.0 (latest)
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class ImportRagFilesConfig : IMessage<ImportRagFilesConfig>, IEquatable<ImportRagFilesConfig>, IDeepCloneable<ImportRagFilesConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1 API class ImportRagFilesConfig.
Config for importing RagFiles.
Implements
IMessageImportRagFilesConfig, IEquatableImportRagFilesConfig, IDeepCloneableImportRagFilesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ImportRagFilesConfig()
public ImportRagFilesConfig()
ImportRagFilesConfig(ImportRagFilesConfig)
public ImportRagFilesConfig(ImportRagFilesConfig other)
Parameter | |
---|---|
Name | Description |
other |
ImportRagFilesConfig |
Properties
GcsSource
public GcsSource GcsSource { get; set; }
Google Cloud Storage location. Supports importing individual files as well as entire Google Cloud Storage directories. Sample formats:
gs://bucket_name/my_directory/object_name/my_file.txt
gs://bucket_name/my_directory
Property Value | |
---|---|
Type | Description |
GcsSource |
GoogleDriveSource
public GoogleDriveSource GoogleDriveSource { get; set; }
Google Drive location. Supports importing individual files as well as Google Drive folders.
Property Value | |
---|---|
Type | Description |
GoogleDriveSource |
ImportResultBigquerySink
public BigQueryDestination ImportResultBigquerySink { get; set; }
The BigQuery destination to write import result to. It should be a bigquery table resource name (e.g. "bq://projectId.bqDatasetId.bqTableId"). The dataset must exist. If the table does not exist, it will be created with the expected schema. If the table exists, the schema will be validated and data will be added to this existing table.
Property Value | |
---|---|
Type | Description |
BigQueryDestination |
ImportResultGcsSink
public GcsDestination ImportResultGcsSink { get; set; }
The Cloud Storage path to write import result to.
Property Value | |
---|---|
Type | Description |
GcsDestination |
ImportResultSinkCase
public ImportRagFilesConfig.ImportResultSinkOneofCase ImportResultSinkCase { get; }
Property Value | |
---|---|
Type | Description |
ImportRagFilesConfigImportResultSinkOneofCase |
ImportSourceCase
public ImportRagFilesConfig.ImportSourceOneofCase ImportSourceCase { get; }
Property Value | |
---|---|
Type | Description |
ImportRagFilesConfigImportSourceOneofCase |
JiraSource
public JiraSource JiraSource { get; set; }
Jira queries with their corresponding authentication.
Property Value | |
---|---|
Type | Description |
JiraSource |
MaxEmbeddingRequestsPerMin
public int MaxEmbeddingRequestsPerMin { get; set; }
Optional. The max number of queries per minute that this job is allowed to make to the embedding model specified on the corpus. This value is specific to this job and not shared across other import jobs. Consult the Quotas page on the project to set an appropriate value here. If unspecified, a default value of 1,000 QPM would be used.
Property Value | |
---|---|
Type | Description |
int |
PartialFailureBigquerySink
[Obsolete]
public BigQueryDestination PartialFailureBigquerySink { get; set; }
The BigQuery destination to write partial failures to. It should be a
bigquery table resource name (e.g.
"bq://projectId.bqDatasetId.bqTableId"). The dataset must exist. If the
table does not exist, it will be created with the expected schema. If the
table exists, the schema will be validated and data will be added to this
existing table.
Deprecated. Prefer to use import_result_bq_sink
.
Property Value | |
---|---|
Type | Description |
BigQueryDestination |
PartialFailureGcsSink
[Obsolete]
public GcsDestination PartialFailureGcsSink { get; set; }
The Cloud Storage path to write partial failures to.
Deprecated. Prefer to use import_result_gcs_sink
.
Property Value | |
---|---|
Type | Description |
GcsDestination |
PartialFailureSinkCase
public ImportRagFilesConfig.PartialFailureSinkOneofCase PartialFailureSinkCase { get; }
Property Value | |
---|---|
Type | Description |
ImportRagFilesConfigPartialFailureSinkOneofCase |
RagFileParsingConfig
public RagFileParsingConfig RagFileParsingConfig { get; set; }
Optional. Specifies the parsing config for RagFiles. RAG will use the default parser if this field is not set.
Property Value | |
---|---|
Type | Description |
RagFileParsingConfig |
RagFileTransformationConfig
public RagFileTransformationConfig RagFileTransformationConfig { get; set; }
Specifies the transformation config for RagFiles.
Property Value | |
---|---|
Type | Description |
RagFileTransformationConfig |
RebuildAnnIndex
public bool RebuildAnnIndex { get; set; }
Rebuilds the ANN index to optimize for recall on the imported data.
Only applicable for RagCorpora running on RagManagedDb with
retrieval_strategy
set to ANN
. The rebuild will be performed using the
existing ANN config set on the RagCorpus. To change the ANN config, please
use the UpdateRagCorpus API.
Default is false, i.e., index is not rebuilt.
Property Value | |
---|---|
Type | Description |
bool |
SharePointSources
public SharePointSources SharePointSources { get; set; }
SharePoint sources.
Property Value | |
---|---|
Type | Description |
SharePointSources |
SlackSource
public SlackSource SlackSource { get; set; }
Slack channels with their corresponding access tokens.
Property Value | |
---|---|
Type | Description |
SlackSource |