Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser

Specifies the LLM parsing for RagFiles.

Inheritance
object
GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

GlobalMaxParsingRequestsPerMin

The maximum number of requests the job is allowed to make to the LLM model per minute in this project. Consult https://cloud.google.com/vertex-ai/generative-ai/docs/quotas and your document size to set an appropriate value here. If this value is not specified, max_parsing_requests_per_min will be used by indexing pipeline job as the global limit.

Declaration
[JsonProperty("globalMaxParsingRequestsPerMin")]
public virtual int? GlobalMaxParsingRequestsPerMin { get; set; }
Property Value
Type Description
int?

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: * projects/{project_id}/locations/{location}/publishers/{publisher}/models/{model}

Declaration
[JsonProperty("modelName")]
public virtual string ModelName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX