GoogleCloudAiplatformV1RagFileParsingConfigLlmParser class

Specifies the LLM parsing for RagFiles.

Constructors

GoogleCloudAiplatformV1RagFileParsingConfigLlmParser.new({String? customParsingPrompt, int? maxParsingRequestsPerMin, String? modelName})
GoogleCloudAiplatformV1RagFileParsingConfigLlmParser.fromJson(Map json_)

Properties

customParsingPrompt String?
The prompt to use for parsing.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxParsingRequestsPerMin int?
The maximum number of requests the job is allowed to make to the LLM model per minute.
getter/setter pair
modelName String?
The name of a LLM model used for parsing.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited