public interface ImportRagFilesConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsSource |
getGcsSource()
Google Cloud Storage location.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
Google Cloud Storage location.
|
GoogleDriveSource |
getGoogleDriveSource()
Google Drive location.
|
GoogleDriveSourceOrBuilder |
getGoogleDriveSourceOrBuilder()
Google Drive location.
|
ImportRagFilesConfig.ImportSourceCase |
getImportSourceCase() |
JiraSource |
getJiraSource()
Jira queries with their corresponding authentication.
|
JiraSourceOrBuilder |
getJiraSourceOrBuilder()
Jira queries with their corresponding authentication.
|
int |
getMaxEmbeddingRequestsPerMin()
Optional.
|
BigQueryDestination |
getPartialFailureBigquerySink()
The BigQuery destination to write partial failures to.
|
BigQueryDestinationOrBuilder |
getPartialFailureBigquerySinkOrBuilder()
The BigQuery destination to write partial failures to.
|
GcsDestination |
getPartialFailureGcsSink()
The Cloud Storage path to write partial failures to.
|
GcsDestinationOrBuilder |
getPartialFailureGcsSinkOrBuilder()
The Cloud Storage path to write partial failures to.
|
ImportRagFilesConfig.PartialFailureSinkCase |
getPartialFailureSinkCase() |
RagFileChunkingConfig |
getRagFileChunkingConfig()
Specifies the size and overlap of chunks after importing RagFiles.
|
RagFileChunkingConfigOrBuilder |
getRagFileChunkingConfigOrBuilder()
Specifies the size and overlap of chunks after importing RagFiles.
|
RagFileParsingConfig |
getRagFileParsingConfig()
Specifies the parsing config for RagFiles.
|
RagFileParsingConfigOrBuilder |
getRagFileParsingConfigOrBuilder()
Specifies the parsing config for RagFiles.
|
SharePointSources |
getSharePointSources()
SharePoint sources.
|
SharePointSourcesOrBuilder |
getSharePointSourcesOrBuilder()
SharePoint sources.
|
SlackSource |
getSlackSource()
Slack channels with their corresponding access tokens.
|
SlackSourceOrBuilder |
getSlackSourceOrBuilder()
Slack channels with their corresponding access tokens.
|
boolean |
hasGcsSource()
Google Cloud Storage location.
|
boolean |
hasGoogleDriveSource()
Google Drive location.
|
boolean |
hasJiraSource()
Jira queries with their corresponding authentication.
|
boolean |
hasPartialFailureBigquerySink()
The BigQuery destination to write partial failures to.
|
boolean |
hasPartialFailureGcsSink()
The Cloud Storage path to write partial failures to.
|
boolean |
hasRagFileChunkingConfig()
Specifies the size and overlap of chunks after importing RagFiles.
|
boolean |
hasRagFileParsingConfig()
Specifies the parsing config for RagFiles.
|
boolean |
hasSharePointSources()
SharePoint sources.
|
boolean |
hasSlackSource()
Slack channels with their corresponding access tokens.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsSource()
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.v1beta1.GcsSource gcs_source = 2;GcsSource getGcsSource()
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.v1beta1.GcsSource gcs_source = 2;GcsSourceOrBuilder getGcsSourceOrBuilder()
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.v1beta1.GcsSource gcs_source = 2;boolean hasGoogleDriveSource()
Google Drive location. Supports importing individual files as well as Google Drive folders.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_source = 3;GoogleDriveSource getGoogleDriveSource()
Google Drive location. Supports importing individual files as well as Google Drive folders.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_source = 3;GoogleDriveSourceOrBuilder getGoogleDriveSourceOrBuilder()
Google Drive location. Supports importing individual files as well as Google Drive folders.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_source = 3;boolean hasSlackSource()
Slack channels with their corresponding access tokens.
.google.cloud.aiplatform.v1beta1.SlackSource slack_source = 6;SlackSource getSlackSource()
Slack channels with their corresponding access tokens.
.google.cloud.aiplatform.v1beta1.SlackSource slack_source = 6;SlackSourceOrBuilder getSlackSourceOrBuilder()
Slack channels with their corresponding access tokens.
.google.cloud.aiplatform.v1beta1.SlackSource slack_source = 6;boolean hasJiraSource()
Jira queries with their corresponding authentication.
.google.cloud.aiplatform.v1beta1.JiraSource jira_source = 7;JiraSource getJiraSource()
Jira queries with their corresponding authentication.
.google.cloud.aiplatform.v1beta1.JiraSource jira_source = 7;JiraSourceOrBuilder getJiraSourceOrBuilder()
Jira queries with their corresponding authentication.
.google.cloud.aiplatform.v1beta1.JiraSource jira_source = 7;boolean hasSharePointSources()
SharePoint sources.
.google.cloud.aiplatform.v1beta1.SharePointSources share_point_sources = 13;SharePointSources getSharePointSources()
SharePoint sources.
.google.cloud.aiplatform.v1beta1.SharePointSources share_point_sources = 13;SharePointSourcesOrBuilder getSharePointSourcesOrBuilder()
SharePoint sources.
.google.cloud.aiplatform.v1beta1.SharePointSources share_point_sources = 13;boolean hasPartialFailureGcsSink()
The Cloud Storage path to write partial failures to.
.google.cloud.aiplatform.v1beta1.GcsDestination partial_failure_gcs_sink = 11;GcsDestination getPartialFailureGcsSink()
The Cloud Storage path to write partial failures to.
.google.cloud.aiplatform.v1beta1.GcsDestination partial_failure_gcs_sink = 11;GcsDestinationOrBuilder getPartialFailureGcsSinkOrBuilder()
The Cloud Storage path to write partial failures to.
.google.cloud.aiplatform.v1beta1.GcsDestination partial_failure_gcs_sink = 11;boolean hasPartialFailureBigquerySink()
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.
.google.cloud.aiplatform.v1beta1.BigQueryDestination partial_failure_bigquery_sink = 12;
BigQueryDestination getPartialFailureBigquerySink()
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.
.google.cloud.aiplatform.v1beta1.BigQueryDestination partial_failure_bigquery_sink = 12;
BigQueryDestinationOrBuilder getPartialFailureBigquerySinkOrBuilder()
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.
.google.cloud.aiplatform.v1beta1.BigQueryDestination partial_failure_bigquery_sink = 12;
boolean hasRagFileChunkingConfig()
Specifies the size and overlap of chunks after importing RagFiles.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 4;
RagFileChunkingConfig getRagFileChunkingConfig()
Specifies the size and overlap of chunks after importing RagFiles.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 4;
RagFileChunkingConfigOrBuilder getRagFileChunkingConfigOrBuilder()
Specifies the size and overlap of chunks after importing RagFiles.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 4;
boolean hasRagFileParsingConfig()
Specifies the parsing config for RagFiles.
.google.cloud.aiplatform.v1beta1.RagFileParsingConfig rag_file_parsing_config = 8;RagFileParsingConfig getRagFileParsingConfig()
Specifies the parsing config for RagFiles.
.google.cloud.aiplatform.v1beta1.RagFileParsingConfig rag_file_parsing_config = 8;RagFileParsingConfigOrBuilder getRagFileParsingConfigOrBuilder()
Specifies the parsing config for RagFiles.
.google.cloud.aiplatform.v1beta1.RagFileParsingConfig rag_file_parsing_config = 8;int getMaxEmbeddingRequestsPerMin()
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.
int32 max_embedding_requests_per_min = 5 [(.google.api.field_behavior) = OPTIONAL];
ImportRagFilesConfig.ImportSourceCase getImportSourceCase()
ImportRagFilesConfig.PartialFailureSinkCase getPartialFailureSinkCase()
Copyright © 2024 Google LLC. All rights reserved.