Interface RagFileTransformationConfigOrBuilder (3.56.0)

public interface RagFileTransformationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRagFileChunkingConfig()

public abstract RagFileChunkingConfig getRagFileChunkingConfig()

Specifies the chunking config for RagFiles.

.google.cloud.aiplatform.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.aiplatform.v1.RagFileChunkingConfig rag_file_chunking_config = 1;

Returns
Type Description
RagFileChunkingConfigOrBuilder

hasRagFileChunkingConfig()

public abstract boolean hasRagFileChunkingConfig()

Specifies the chunking config for RagFiles.

.google.cloud.aiplatform.v1.RagFileChunkingConfig rag_file_chunking_config = 1;

Returns
Type Description
boolean

Whether the ragFileChunkingConfig field is set.