Interface UploadRagFileConfigOrBuilder (3.56.0)

public interface UploadRagFileConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRagFileChunkingConfig() (deprecated)

public abstract RagFileChunkingConfig getRagFileChunkingConfig()

Deprecated. google.cloud.aiplatform.v1beta1.UploadRagFileConfig.rag_file_chunking_config is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=479

Specifies the size and overlap of chunks after uploading RagFile.

.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 1 [deprecated = true];

Returns
Type Description
RagFileChunkingConfig

The ragFileChunkingConfig.

getRagFileChunkingConfigOrBuilder() (deprecated)

public abstract RagFileChunkingConfigOrBuilder getRagFileChunkingConfigOrBuilder()

Specifies the size and overlap of chunks after uploading RagFile.

.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 1 [deprecated = true];

Returns
Type Description
RagFileChunkingConfigOrBuilder

getRagFileTransformationConfig()

public abstract RagFileTransformationConfig getRagFileTransformationConfig()

Specifies the transformation config for RagFiles.

.google.cloud.aiplatform.v1beta1.RagFileTransformationConfig rag_file_transformation_config = 3;

Returns
Type Description
RagFileTransformationConfig

The ragFileTransformationConfig.

getRagFileTransformationConfigOrBuilder()

public abstract RagFileTransformationConfigOrBuilder getRagFileTransformationConfigOrBuilder()

Specifies the transformation config for RagFiles.

.google.cloud.aiplatform.v1beta1.RagFileTransformationConfig rag_file_transformation_config = 3;

Returns
Type Description
RagFileTransformationConfigOrBuilder

hasRagFileChunkingConfig() (deprecated)

public abstract boolean hasRagFileChunkingConfig()

Deprecated. google.cloud.aiplatform.v1beta1.UploadRagFileConfig.rag_file_chunking_config is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=479

Specifies the size and overlap of chunks after uploading RagFile.

.google.cloud.aiplatform.v1beta1.RagFileChunkingConfig rag_file_chunking_config = 1 [deprecated = true];

Returns
Type Description
boolean

Whether the ragFileChunkingConfig field is set.

hasRagFileTransformationConfig()

public abstract boolean hasRagFileTransformationConfig()

Specifies the transformation config for RagFiles.

.google.cloud.aiplatform.v1beta1.RagFileTransformationConfig rag_file_transformation_config = 3;

Returns
Type Description
boolean

Whether the ragFileTransformationConfig field is set.