Class GoogleCloudAiplatformV1beta1ImportRagFilesConfig
Config for importing RagFiles.
Implements
Inherited Members
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 |
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 |
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"). 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.
Declaration
[JsonProperty("partialFailureBigquerySink")]
public virtual GoogleCloudAiplatformV1beta1BigQueryDestination PartialFailureBigquerySink { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1BigQueryDestination |
PartialFailureGcsSink
The Cloud Storage path to write partial failures to.
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
Specifies the parsing config for RagFiles.
Declaration
[JsonProperty("ragFileParsingConfig")]
public virtual GoogleCloudAiplatformV1beta1RagFileParsingConfig RagFileParsingConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1RagFileParsingConfig |
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 |