Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ImportRagFilesConfig

Config for importing RagFiles.

Inheritance
object
GoogleCloudAiplatformV1beta1ImportRagFilesConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ImportRagFilesConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcsSource

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

Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudAiplatformV1beta1GcsSource GcsSource { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1GcsSource

GlobalMaxEmbeddingRequestsPerMin

Optional. The max number of queries per minute that the indexing pipeline job is allowed to make to the embedding model specified in the project. Please follow the quota usage guideline of the embedding model you use to set the value properly.If this value is not specified, max_embedding_requests_per_min will be used by indexing pipeline job as the global limit.

Declaration
[JsonProperty("globalMaxEmbeddingRequestsPerMin")]
public virtual int? GlobalMaxEmbeddingRequestsPerMin { get; set; }
Property Value
Type Description
int?

GoogleDriveSource

Google Drive location. Supports importing individual files as well as Google Drive folders.

Declaration
[JsonProperty("googleDriveSource")]
public virtual GoogleCloudAiplatformV1beta1GoogleDriveSource GoogleDriveSource { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1GoogleDriveSource

ImportResultBigquerySink

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.

Declaration
[JsonProperty("importResultBigquerySink")]
public virtual GoogleCloudAiplatformV1beta1BigQueryDestination ImportResultBigquerySink { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1BigQueryDestination

ImportResultGcsSink

The Cloud Storage path to write import result to.

Declaration
[JsonProperty("importResultGcsSink")]
public virtual GoogleCloudAiplatformV1beta1GcsDestination ImportResultGcsSink { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1GcsDestination

JiraSource

Jira queries with their corresponding authentication.

Declaration
[JsonProperty("jiraSource")]
public virtual GoogleCloudAiplatformV1beta1JiraSource JiraSource { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1JiraSource

MaxEmbeddingRequestsPerMin

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.

Declaration
[JsonProperty("maxEmbeddingRequestsPerMin")]
public virtual int? MaxEmbeddingRequestsPerMin { get; set; }
Property Value
Type Description
int?

PartialFailureBigquerySink

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.

Declaration
[JsonProperty("partialFailureBigquerySink")]
public virtual GoogleCloudAiplatformV1beta1BigQueryDestination PartialFailureBigquerySink { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1BigQueryDestination

PartialFailureGcsSink

The Cloud Storage path to write partial failures to. Deprecated. Prefer to use import_result_gcs_sink.

Declaration
[JsonProperty("partialFailureGcsSink")]
public virtual GoogleCloudAiplatformV1beta1GcsDestination PartialFailureGcsSink { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1GcsDestination

RagFileChunkingConfig

Specifies the size and overlap of chunks after importing RagFiles.

Declaration
[JsonProperty("ragFileChunkingConfig")]
public virtual GoogleCloudAiplatformV1beta1RagFileChunkingConfig RagFileChunkingConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1RagFileChunkingConfig

RagFileParsingConfig

Optional. Specifies the parsing config for RagFiles. RAG will use the default parser if this field is not set.

Declaration
[JsonProperty("ragFileParsingConfig")]
public virtual GoogleCloudAiplatformV1beta1RagFileParsingConfig RagFileParsingConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1RagFileParsingConfig

RagFileTransformationConfig

Specifies the transformation config for RagFiles.

Declaration
[JsonProperty("ragFileTransformationConfig")]
public virtual GoogleCloudAiplatformV1beta1RagFileTransformationConfig RagFileTransformationConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1RagFileTransformationConfig

RebuildAnnIndex

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.

Declaration
[JsonProperty("rebuildAnnIndex")]
public virtual bool? RebuildAnnIndex { get; set; }
Property Value
Type Description
bool?

SharePointSources

SharePoint sources.

Declaration
[JsonProperty("sharePointSources")]
public virtual GoogleCloudAiplatformV1beta1SharePointSources SharePointSources { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1SharePointSources

SlackSource

Slack channels with their corresponding access tokens.

Declaration
[JsonProperty("slackSource")]
public virtual GoogleCloudAiplatformV1beta1SlackSource SlackSource { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1SlackSource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX