The context for prompt tuning metrics.

interface PromptTuningMetricsContext {
    metrics_location?: string;
}

Properties

metrics_location?: string

The location where the prompt tuning metrics are stored.