public interface RagFileTransformationConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRagFileChunkingConfig()
public abstract RagFileChunkingConfig getRagFileChunkingConfig()
Specifies the chunking config for RagFiles.
.google.cloud.aiplatform.v1beta1.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.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 1;
Returns | |
---|---|
Type | Description |
RagFileChunkingConfigOrBuilder |
hasRagFileChunkingConfig()
public abstract boolean hasRagFileChunkingConfig()
Specifies the chunking config for RagFiles.
.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the ragFileChunkingConfig field is set. |