Class GoogleCloudAiplatformV1beta1RagFileMetadataConfig
Metadata config for RagFile.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RagFileMetadataConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcsMetadataSchemaSource
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 the user provides a directory, the metadata schema will be read from the
files that ends with "metadata_schema.json" in the directory.
Declaration
[JsonProperty("gcsMetadataSchemaSource")]
public virtual GoogleCloudAiplatformV1beta1GcsSource GcsMetadataSchemaSource { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1GcsSource |
GcsMetadataSource
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 the user provides a directory, the metadata will be read from the files
that ends with "metadata.json" in the directory.
Declaration
[JsonProperty("gcsMetadataSource")]
public virtual GoogleCloudAiplatformV1beta1GcsSource GcsMetadataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1GcsSource |
GoogleDriveMetadataSchemaSource
Google Drive location. Supports importing individual files as well as Google Drive folders. If the user provides a folder, the metadata schema will be read from the files that ends with "metadata_schema.json" in the directory.
Declaration
[JsonProperty("googleDriveMetadataSchemaSource")]
public virtual GoogleCloudAiplatformV1beta1GoogleDriveSource GoogleDriveMetadataSchemaSource { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1GoogleDriveSource |
GoogleDriveMetadataSource
Google Drive location. Supports importing individual files as well as Google Drive folders. If the user provides a directory, the metadata will be read from the files that ends with "metadata.json" in the directory.
Declaration
[JsonProperty("googleDriveMetadataSource")]
public virtual GoogleCloudAiplatformV1beta1GoogleDriveSource GoogleDriveMetadataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1GoogleDriveSource |
InlineMetadataSchemaSource
Inline metadata schema source. Must be a JSON string.
Declaration
[JsonProperty("inlineMetadataSchemaSource")]
public virtual string InlineMetadataSchemaSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InlineMetadataSource
Inline metadata source. Must be a JSON string.
Declaration
[JsonProperty("inlineMetadataSource")]
public virtual string InlineMetadataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |