Interface UpdateRagEngineConfigRequestOrBuilder (3.65.0)

public interface UpdateRagEngineConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRagEngineConfig()

public abstract RagEngineConfig getRagEngineConfig()

Required. The updated RagEngineConfig.

NOTE: Downgrading your RagManagedDb's ComputeTier could temporarily increase request latencies until the operation is fully complete.

.google.cloud.aiplatform.v1beta1.RagEngineConfig rag_engine_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RagEngineConfig

The ragEngineConfig.

getRagEngineConfigOrBuilder()

public abstract RagEngineConfigOrBuilder getRagEngineConfigOrBuilder()

Required. The updated RagEngineConfig.

NOTE: Downgrading your RagManagedDb's ComputeTier could temporarily increase request latencies until the operation is fully complete.

.google.cloud.aiplatform.v1beta1.RagEngineConfig rag_engine_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RagEngineConfigOrBuilder

hasRagEngineConfig()

public abstract boolean hasRagEngineConfig()

Required. The updated RagEngineConfig.

NOTE: Downgrading your RagManagedDb's ComputeTier could temporarily increase request latencies until the operation is fully complete.

.google.cloud.aiplatform.v1beta1.RagEngineConfig rag_engine_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the ragEngineConfig field is set.