Class GoogleCloudAiplatformV1beta1UploadRagFileConfig
Config for uploading RagFile.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1UploadRagFileConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RagFileChunkingConfig
Specifies the size and overlap of chunks after uploading RagFile.
Declaration
[JsonProperty("ragFileChunkingConfig")]
public virtual GoogleCloudAiplatformV1beta1RagFileChunkingConfig RagFileChunkingConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1RagFileChunkingConfig |
RagFileMetadataConfig
Specifies the metadata config for RagFiles. Including paths for metadata schema and metadata. Alteratively, inline metadata schema and metadata can be provided.
Declaration
[JsonProperty("ragFileMetadataConfig")]
public virtual GoogleCloudAiplatformV1beta1RagFileMetadataConfig RagFileMetadataConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1RagFileMetadataConfig |
RagFileParsingConfig
Optional. Specifies the parsing config for RagFiles. RAG will use the default parser if this field is not set.
Declaration
[JsonProperty("ragFileParsingConfig")]
public virtual GoogleCloudAiplatformV1beta1RagFileParsingConfig RagFileParsingConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1RagFileParsingConfig |
RagFileTransformationConfig
Specifies the transformation config for RagFiles.
Declaration
[JsonProperty("ragFileTransformationConfig")]
public virtual GoogleCloudAiplatformV1beta1RagFileTransformationConfig RagFileTransformationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1RagFileTransformationConfig |