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 |