Class GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser
Specifies the advanced parsing for RagFiles.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser : IDirectResponseSchema
Properties
CustomParsingPrompt
The prompt to use for parsing. If not specified, a default prompt will be used.
Declaration
[JsonProperty("customParsingPrompt")]
public virtual string CustomParsingPrompt { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxParsingRequestsPerMin
The maximum number of requests the job is allowed to make to the LLM model per minute. Consult https://cloud.google.com/vertex-ai/generative-ai/docs/quotas and your document size to set an appropriate value here. If unspecified, a default value of 5000 QPM would be used.
Declaration
[JsonProperty("maxParsingRequestsPerMin")]
public virtual int? MaxParsingRequestsPerMin { get; set; }
Property Value
Type | Description |
---|---|
int? |
ModelName
The name of a LLM model used for parsing. Format: gemini-1.5-pro-002
Declaration
[JsonProperty("modelName")]
public virtual string ModelName { get; set; }
Property Value
Type | Description |
---|---|
string |