Package com.google.cloud.aiplatform.v1
Interface RagFileParsingConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RagFileParsingConfig,RagFileParsingConfig.Builder
@Generated
public interface RagFileParsingConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe Layout Parser to use for RagFiles.The Layout Parser to use for RagFiles.The LLM Parser to use for RagFiles.The LLM Parser to use for RagFiles.booleanThe Layout Parser to use for RagFiles.booleanThe LLM Parser to use for RagFiles.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasLayoutParser
boolean hasLayoutParser()The Layout Parser to use for RagFiles.
.google.cloud.aiplatform.v1.RagFileParsingConfig.LayoutParser layout_parser = 4;- Returns:
- Whether the layoutParser field is set.
-
getLayoutParser
RagFileParsingConfig.LayoutParser getLayoutParser()The Layout Parser to use for RagFiles.
.google.cloud.aiplatform.v1.RagFileParsingConfig.LayoutParser layout_parser = 4;- Returns:
- The layoutParser.
-
getLayoutParserOrBuilder
RagFileParsingConfig.LayoutParserOrBuilder getLayoutParserOrBuilder()The Layout Parser to use for RagFiles.
.google.cloud.aiplatform.v1.RagFileParsingConfig.LayoutParser layout_parser = 4; -
hasLlmParser
boolean hasLlmParser()The LLM Parser to use for RagFiles.
.google.cloud.aiplatform.v1.RagFileParsingConfig.LlmParser llm_parser = 5;- Returns:
- Whether the llmParser field is set.
-
getLlmParser
RagFileParsingConfig.LlmParser getLlmParser()The LLM Parser to use for RagFiles.
.google.cloud.aiplatform.v1.RagFileParsingConfig.LlmParser llm_parser = 5;- Returns:
- The llmParser.
-
getLlmParserOrBuilder
RagFileParsingConfig.LlmParserOrBuilder getLlmParserOrBuilder()The LLM Parser to use for RagFiles.
.google.cloud.aiplatform.v1.RagFileParsingConfig.LlmParser llm_parser = 5; -
getParserCase
RagFileParsingConfig.ParserCase getParserCase()
-