- 0.61.0 (latest)
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.1
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ImportRagFilesConfig.
Config for importing RagFiles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_source
def gcs_source() -> ::Google::Cloud::AIPlatform::V1::GcsSource
-
(::Google::Cloud::AIPlatform::V1::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
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::AIPlatform::V1::GcsSource
-
value (::Google::Cloud::AIPlatform::V1::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
-
(::Google::Cloud::AIPlatform::V1::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
#google_drive_source
def google_drive_source() -> ::Google::Cloud::AIPlatform::V1::GoogleDriveSource
- (::Google::Cloud::AIPlatform::V1::GoogleDriveSource) — Google Drive location. Supports importing individual files as well as Google Drive folders.
#google_drive_source=
def google_drive_source=(value) -> ::Google::Cloud::AIPlatform::V1::GoogleDriveSource
- value (::Google::Cloud::AIPlatform::V1::GoogleDriveSource) — Google Drive location. Supports importing individual files as well as Google Drive folders.
- (::Google::Cloud::AIPlatform::V1::GoogleDriveSource) — Google Drive location. Supports importing individual files as well as Google Drive folders.
#jira_source
def jira_source() -> ::Google::Cloud::AIPlatform::V1::JiraSource
- (::Google::Cloud::AIPlatform::V1::JiraSource) — Jira queries with their corresponding authentication.
#jira_source=
def jira_source=(value) -> ::Google::Cloud::AIPlatform::V1::JiraSource
- value (::Google::Cloud::AIPlatform::V1::JiraSource) — Jira queries with their corresponding authentication.
- (::Google::Cloud::AIPlatform::V1::JiraSource) — Jira queries with their corresponding authentication.
#max_embedding_requests_per_min
def max_embedding_requests_per_min() -> ::Integer
- (::Integer) — 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.
#max_embedding_requests_per_min=
def max_embedding_requests_per_min=(value) -> ::Integer
- value (::Integer) — 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.
- (::Integer) — 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.
#partial_failure_bigquery_sink
def partial_failure_bigquery_sink() -> ::Google::Cloud::AIPlatform::V1::BigQueryDestination
-
(::Google::Cloud::AIPlatform::V1::BigQueryDestination) — 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
.
#partial_failure_bigquery_sink=
def partial_failure_bigquery_sink=(value) -> ::Google::Cloud::AIPlatform::V1::BigQueryDestination
-
value (::Google::Cloud::AIPlatform::V1::BigQueryDestination) — 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
.
-
(::Google::Cloud::AIPlatform::V1::BigQueryDestination) — 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
.
#partial_failure_gcs_sink
def partial_failure_gcs_sink() -> ::Google::Cloud::AIPlatform::V1::GcsDestination
-
(::Google::Cloud::AIPlatform::V1::GcsDestination) — The Cloud Storage path to write partial failures to.
Deprecated. Prefer to use
import_result_gcs_sink
.
#partial_failure_gcs_sink=
def partial_failure_gcs_sink=(value) -> ::Google::Cloud::AIPlatform::V1::GcsDestination
-
value (::Google::Cloud::AIPlatform::V1::GcsDestination) — The Cloud Storage path to write partial failures to.
Deprecated. Prefer to use
import_result_gcs_sink
.
-
(::Google::Cloud::AIPlatform::V1::GcsDestination) — The Cloud Storage path to write partial failures to.
Deprecated. Prefer to use
import_result_gcs_sink
.
#rag_file_transformation_config
def rag_file_transformation_config() -> ::Google::Cloud::AIPlatform::V1::RagFileTransformationConfig
- (::Google::Cloud::AIPlatform::V1::RagFileTransformationConfig) — Specifies the transformation config for RagFiles.
#rag_file_transformation_config=
def rag_file_transformation_config=(value) -> ::Google::Cloud::AIPlatform::V1::RagFileTransformationConfig
- value (::Google::Cloud::AIPlatform::V1::RagFileTransformationConfig) — Specifies the transformation config for RagFiles.
- (::Google::Cloud::AIPlatform::V1::RagFileTransformationConfig) — Specifies the transformation config for RagFiles.
#share_point_sources
def share_point_sources() -> ::Google::Cloud::AIPlatform::V1::SharePointSources
- (::Google::Cloud::AIPlatform::V1::SharePointSources) — SharePoint sources.
#share_point_sources=
def share_point_sources=(value) -> ::Google::Cloud::AIPlatform::V1::SharePointSources
- value (::Google::Cloud::AIPlatform::V1::SharePointSources) — SharePoint sources.
- (::Google::Cloud::AIPlatform::V1::SharePointSources) — SharePoint sources.
#slack_source
def slack_source() -> ::Google::Cloud::AIPlatform::V1::SlackSource
- (::Google::Cloud::AIPlatform::V1::SlackSource) — Slack channels with their corresponding access tokens.
#slack_source=
def slack_source=(value) -> ::Google::Cloud::AIPlatform::V1::SlackSource
- value (::Google::Cloud::AIPlatform::V1::SlackSource) — Slack channels with their corresponding access tokens.
- (::Google::Cloud::AIPlatform::V1::SlackSource) — Slack channels with their corresponding access tokens.