Interface StreamAssistRequest.GenerationSpecOrBuilder (0.66.0)

public static interface StreamAssistRequest.GenerationSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelId()

public abstract String getModelId()

Optional. The Vertex AI model_id used for the generative model. If not set, the default Assistant model will be used.

string model_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The modelId.

getModelIdBytes()

public abstract ByteString getModelIdBytes()

Optional. The Vertex AI model_id used for the generative model. If not set, the default Assistant model will be used.

string model_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for modelId.