public static interface ReasoningEngineContextSpec.MemoryBankConfig.GenerationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
Required.
|
com.google.protobuf.ByteString |
getModelBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
Required. The model used to generate memories.
Format:
`projects/{project}/locations/{location}/publishers/google/models/{model}`
or `projects/{project}/locations/{location}/endpoints/{endpoint}`.
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getModelBytes()
Required. The model used to generate memories.
Format:
`projects/{project}/locations/{location}/publishers/google/models/{model}`
or `projects/{project}/locations/{location}/endpoints/{endpoint}`.
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2025 Google LLC. All rights reserved.