Provides extra information for this training stage in the context of auto-ml.

interface MetricsContext {
    deployment_id?: string;
    prompt_tuning?: WatsonXAI.PromptTuningMetricsContext;
}

Properties

deployment_id?: string

The deployment that created the metrics.

The context for prompt tuning metrics.