Class GoogleCloudAiplatformV1RagFileTransformationConfig
Specifies the transformation config for RagFiles.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RagFileTransformationConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RagFileChunkingConfig
Specifies the chunking config for RagFiles.
Declaration
[JsonProperty("ragFileChunkingConfig")]
public virtual GoogleCloudAiplatformV1RagFileChunkingConfig RagFileChunkingConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1RagFileChunkingConfig |