Interface ReasoningEngineContextSpecOrBuilder (3.68.0)

public interface ReasoningEngineContextSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMemoryBankConfig()

public abstract ReasoningEngineContextSpec.MemoryBankConfig getMemoryBankConfig()

Optional. Specification for a Memory Bank, which manages memories for the Agent Engine.

.google.cloud.aiplatform.v1beta1.ReasoningEngineContextSpec.MemoryBankConfig memory_bank_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ReasoningEngineContextSpec.MemoryBankConfig

The memoryBankConfig.

getMemoryBankConfigOrBuilder()

public abstract ReasoningEngineContextSpec.MemoryBankConfigOrBuilder getMemoryBankConfigOrBuilder()

Optional. Specification for a Memory Bank, which manages memories for the Agent Engine.

.google.cloud.aiplatform.v1beta1.ReasoningEngineContextSpec.MemoryBankConfig memory_bank_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ReasoningEngineContextSpec.MemoryBankConfigOrBuilder

hasMemoryBankConfig()

public abstract boolean hasMemoryBankConfig()

Optional. Specification for a Memory Bank, which manages memories for the Agent Engine.

.google.cloud.aiplatform.v1beta1.ReasoningEngineContextSpec.MemoryBankConfig memory_bank_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the memoryBankConfig field is set.