public interface UpdateRagEngineConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v1.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.v1.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.v1.RagEngineConfig rag_engine_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ragEngineConfig field is set. |