public interface RagFileTransformationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRagFileChunkingConfig()
public abstract RagFileChunkingConfig getRagFileChunkingConfig()Specifies the chunking config for RagFiles.
.google.cloud.vertexai.v1.RagFileChunkingConfig rag_file_chunking_config = 1;
| Returns | |
|---|---|
| Type | Description |
RagFileChunkingConfig |
The ragFileChunkingConfig. |
getRagFileChunkingConfigOrBuilder()
public abstract RagFileChunkingConfigOrBuilder getRagFileChunkingConfigOrBuilder()Specifies the chunking config for RagFiles.
.google.cloud.vertexai.v1.RagFileChunkingConfig rag_file_chunking_config = 1;
| Returns | |
|---|---|
| Type | Description |
RagFileChunkingConfigOrBuilder |
|
hasRagFileChunkingConfig()
public abstract boolean hasRagFileChunkingConfig()Specifies the chunking config for RagFiles.
.google.cloud.vertexai.v1.RagFileChunkingConfig rag_file_chunking_config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ragFileChunkingConfig field is set. |