public sealed class ImportRagFilesConfig : IMessage<ImportRagFilesConfig>, IEquatable<ImportRagFilesConfig>, IDeepCloneable<ImportRagFilesConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImportRagFilesConfig.
Config for importing RagFiles.
Implements
IMessageImportRagFilesConfig, IEquatableImportRagFilesConfig, IDeepCloneableImportRagFilesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
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 |
RagFileChunkingConfig
public RagFileChunkingConfig RagFileChunkingConfig { get; set; }
Specifies the size and overlap of chunks after importing RagFiles.
Property Value | |
---|---|
Type | Description |
RagFileChunkingConfig |
RagFileParsingConfig
public RagFileParsingConfig RagFileParsingConfig { get; set; }
Specifies the parsing config for RagFiles.
Property Value | |
---|---|
Type | Description |
RagFileParsingConfig |
SlackSource
public SlackSource SlackSource { get; set; }
Slack channels with their corresponding access tokens.
Property Value | |
---|---|
Type | Description |
SlackSource |