public static interface RagCorpus.CorpusTypeConfig.MemoryCorpusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagFileParsingConfig.LlmParser |
getLlmParser()
The LLM parser to use for the memory corpus.
|
RagFileParsingConfig.LlmParserOrBuilder |
getLlmParserOrBuilder()
The LLM parser to use for the memory corpus.
|
boolean |
hasLlmParser()
The LLM parser to use for the memory corpus.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLlmParser()
The LLM parser to use for the memory corpus.
.google.cloud.aiplatform.v1beta1.RagFileParsingConfig.LlmParser llm_parser = 1;
RagFileParsingConfig.LlmParser getLlmParser()
The LLM parser to use for the memory corpus.
.google.cloud.aiplatform.v1beta1.RagFileParsingConfig.LlmParser llm_parser = 1;
RagFileParsingConfig.LlmParserOrBuilder getLlmParserOrBuilder()
The LLM parser to use for the memory corpus.
.google.cloud.aiplatform.v1beta1.RagFileParsingConfig.LlmParser llm_parser = 1;
Copyright © 2025 Google LLC. All rights reserved.