Interface ReasoningEngineContextSpec.MemoryBankConfig.GenerationConfigOrBuilder (3.68.0)

public static interface ReasoningEngineContextSpec.MemoryBankConfig.GenerationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModel()

public abstract String 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) = { ... }

Returns
Type Description
String

The model.

getModelBytes()

public abstract 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) = { ... }

Returns
Type Description
ByteString

The bytes for model.