Genkit JS API reference
    Preparing search index...
    interface PluginOptions {
        experimental_debugTraces?: boolean;
        googleAuth?: GoogleAuthOptions<JSONClient>;
        location: string;
        metrics: VertexAIEvaluationMetric[];
        projectId?: string;
    }

    Hierarchy

    • CommonPluginOptions
    • EvaluationOptions
      • PluginOptions
    Index

    Properties

    experimental_debugTraces?: boolean

    Enables additional debug traces (e.g. raw model API call details).

    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.