interface PluginOptions {
    googleAuth?: GoogleAuthOptions<JSONClient>;
    location: string;
    metrics: VertexAIEvaluationMetric[];
    projectId?: string;
}

Hierarchy

  • CommonPluginOptions
  • EvaluationOptions
    • PluginOptions

Properties

googleAuth?: GoogleAuthOptions<JSONClient>

Provide custom authentication configuration for connecting to Vertex AI.

location: string

The Google Cloud region to call.

metrics: VertexAIEvaluationMetric[]
projectId?: string

The Google Cloud project id to call.