Interface LiveConnectParameters

Parameters for connecting to the live API.

interface LiveConnectParameters {
    callbacks: LiveCallbacks;
    config?: LiveConnectConfig;
    model: string;
}

Properties

callbacks: LiveCallbacks

callbacks

Optional configuration parameters for the request.

model: string

ID of the model to use. For a list of models, see Google models <https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models>_.

MMNEPVFCICPMFPCPTTAAATR