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