Cloud AI Platform v1beta1 API - Class ImportRagFilesConfig (1.0.0-beta03)

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.

Inheritance

object > ImportRagFilesConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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

PartialFailureBigquerySink

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"). If the dataset id does not exist, it will be created. 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

PartialFailureGcsSink

public GcsDestination PartialFailureGcsSink { get; set; }

The Cloud Storage path to write partial failures to.

Property Value
Type Description
GcsDestination

PartialFailureSinkCase

public ImportRagFilesConfig.PartialFailureSinkOneofCase PartialFailureSinkCase { get; }
Property Value
Type Description
ImportRagFilesConfigPartialFailureSinkOneofCase

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

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