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 Summary
Modifier and TypeMethodDescriptionOptional.Optional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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:
- The memoryBankConfig.
-
getMemoryBankConfigOrBuilder
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];
-