Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::RagFileParsingConfig.
Specifies the parsing config for RagFiles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#layout_parser
def layout_parser() -> ::Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LayoutParser
-
(::Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LayoutParser) — The Layout Parser to use for RagFiles.
Note: The following fields are mutually exclusive:
layout_parser
,llm_parser
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#layout_parser=
def layout_parser=(value) -> ::Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LayoutParser
-
value (::Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LayoutParser) — The Layout Parser to use for RagFiles.
Note: The following fields are mutually exclusive:
layout_parser
,llm_parser
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LayoutParser) — The Layout Parser to use for RagFiles.
Note: The following fields are mutually exclusive:
layout_parser
,llm_parser
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#llm_parser
def llm_parser() -> ::Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LlmParser
-
(::Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LlmParser) — The LLM Parser to use for RagFiles.
Note: The following fields are mutually exclusive:
llm_parser
,layout_parser
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#llm_parser=
def llm_parser=(value) -> ::Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LlmParser
-
value (::Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LlmParser) — The LLM Parser to use for RagFiles.
Note: The following fields are mutually exclusive:
llm_parser
,layout_parser
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::RagFileParsingConfig::LlmParser) — The LLM Parser to use for RagFiles.
Note: The following fields are mutually exclusive:
llm_parser
,layout_parser
. If a field in that set is populated, all other fields in the set will automatically be cleared.