Class GoogleCloudAiplatformV1ImportRagFilesConfig
Config for importing RagFiles.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ImportRagFilesConfig : 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 GoogleCloudAiplatformV1GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1GcsSource |
GoogleDriveSource
Google Drive location. Supports importing individual files as well as Google Drive folders.
Declaration
[JsonProperty("googleDriveSource")]
public virtual GoogleCloudAiplatformV1GoogleDriveSource GoogleDriveSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1GoogleDriveSource |
JiraSource
Jira queries with their corresponding authentication.
Declaration
[JsonProperty("jiraSource")]
public virtual GoogleCloudAiplatformV1JiraSource JiraSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1JiraSource |
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 GoogleCloudAiplatformV1BigQueryDestination PartialFailureBigquerySink { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1BigQueryDestination |
PartialFailureGcsSink
The Cloud Storage path to write partial failures to. Deprecated. Prefer to use import_result_gcs_sink
.
Declaration
[JsonProperty("partialFailureGcsSink")]
public virtual GoogleCloudAiplatformV1GcsDestination PartialFailureGcsSink { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1GcsDestination |
RagFileTransformationConfig
Specifies the transformation config for RagFiles.
Declaration
[JsonProperty("ragFileTransformationConfig")]
public virtual GoogleCloudAiplatformV1RagFileTransformationConfig RagFileTransformationConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1RagFileTransformationConfig |
SharePointSources
SharePoint sources.
Declaration
[JsonProperty("sharePointSources")]
public virtual GoogleCloudAiplatformV1SharePointSources SharePointSources { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SharePointSources |
SlackSource
Slack channels with their corresponding access tokens.
Declaration
[JsonProperty("slackSource")]
public virtual GoogleCloudAiplatformV1SlackSource SlackSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SlackSource |