public interface RagFileMetadataConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsMetadataSchemaSource()
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/metadata_schema.json` - `gs://bucket_name/my_directory` If providing a directory, the metadata schema will be read from the files that ends with "metadata_schema.json" in the directory.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_metadata_schema_source = 1;GcsSource getGcsMetadataSchemaSource()
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/metadata_schema.json` - `gs://bucket_name/my_directory` If providing a directory, the metadata schema will be read from the files that ends with "metadata_schema.json" in the directory.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_metadata_schema_source = 1;GcsSourceOrBuilder getGcsMetadataSchemaSourceOrBuilder()
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/metadata_schema.json` - `gs://bucket_name/my_directory` If providing a directory, the metadata schema will be read from the files that ends with "metadata_schema.json" in the directory.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_metadata_schema_source = 1;boolean hasGoogleDriveMetadataSchemaSource()
Google Drive location. Supports importing individual files as well as Google Drive folders. If providing a folder, the metadata schema will be read from the files that ends with "metadata_schema.json" in the directory.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_metadata_schema_source = 2;
GoogleDriveSource getGoogleDriveMetadataSchemaSource()
Google Drive location. Supports importing individual files as well as Google Drive folders. If providing a folder, the metadata schema will be read from the files that ends with "metadata_schema.json" in the directory.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_metadata_schema_source = 2;
GoogleDriveSourceOrBuilder getGoogleDriveMetadataSchemaSourceOrBuilder()
Google Drive location. Supports importing individual files as well as Google Drive folders. If providing a folder, the metadata schema will be read from the files that ends with "metadata_schema.json" in the directory.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_metadata_schema_source = 2;
boolean hasInlineMetadataSchemaSource()
Inline metadata schema source. Must be a JSON string.
string inline_metadata_schema_source = 3;String getInlineMetadataSchemaSource()
Inline metadata schema source. Must be a JSON string.
string inline_metadata_schema_source = 3;com.google.protobuf.ByteString getInlineMetadataSchemaSourceBytes()
Inline metadata schema source. Must be a JSON string.
string inline_metadata_schema_source = 3;boolean hasGcsMetadataSource()
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/metadata.json` - `gs://bucket_name/my_directory` If providing a directory, the metadata will be read from the files that ends with "metadata.json" in the directory.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_metadata_source = 4;GcsSource getGcsMetadataSource()
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/metadata.json` - `gs://bucket_name/my_directory` If providing a directory, the metadata will be read from the files that ends with "metadata.json" in the directory.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_metadata_source = 4;GcsSourceOrBuilder getGcsMetadataSourceOrBuilder()
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/metadata.json` - `gs://bucket_name/my_directory` If providing a directory, the metadata will be read from the files that ends with "metadata.json" in the directory.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_metadata_source = 4;boolean hasGoogleDriveMetadataSource()
Google Drive location. Supports importing individual files as well as Google Drive folders. If providing a directory, the metadata will be read from the files that ends with "metadata.json" in the directory.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_metadata_source = 5;
GoogleDriveSource getGoogleDriveMetadataSource()
Google Drive location. Supports importing individual files as well as Google Drive folders. If providing a directory, the metadata will be read from the files that ends with "metadata.json" in the directory.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_metadata_source = 5;
GoogleDriveSourceOrBuilder getGoogleDriveMetadataSourceOrBuilder()
Google Drive location. Supports importing individual files as well as Google Drive folders. If providing a directory, the metadata will be read from the files that ends with "metadata.json" in the directory.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_metadata_source = 5;
boolean hasInlineMetadataSource()
Inline metadata source. Must be a JSON string.
string inline_metadata_source = 6;String getInlineMetadataSource()
Inline metadata source. Must be a JSON string.
string inline_metadata_source = 6;com.google.protobuf.ByteString getInlineMetadataSourceBytes()
Inline metadata source. Must be a JSON string.
string inline_metadata_source = 6;RagFileMetadataConfig.MetadataSchemaSourceCase getMetadataSchemaSourceCase()
RagFileMetadataConfig.MetadataSourceCase getMetadataSourceCase()
Copyright © 2025 Google LLC. All rights reserved.