Interface ReasoningEngineContextSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReasoningEngineContextSpec, ReasoningEngineContextSpec.Builder

@Generated public interface ReasoningEngineContextSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMemoryBankConfig

      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:
      Whether the memoryBankConfig field is set.
    • 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:
      The memoryBankConfig.
    • 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];