Interface TuningExample

A single example for tuning. This data type is not supported in Vertex AI.

interface TuningExample {
    output?: string;
    textInput?: string;
}

Properties

Properties

output?: string

Required. The expected model output.

textInput?: string

Optional. Text model input.