interface GoogleModelParams {
    model?: string;
    modelName?: string;
}

Hierarchy (view full)

Properties

Properties

model?: string

Model to use

modelName?: string

Model to use Alias for model