public interface ReasoningEngineContextSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ReasoningEngineContextSpec.MemoryBankConfig |
getMemoryBankConfig()
Optional.
|
ReasoningEngineContextSpec.MemoryBankConfigOrBuilder |
getMemoryBankConfigOrBuilder()
Optional.
|
boolean |
hasMemoryBankConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.