Interface OutputInfo

Describes the info for output of EvaluationService. This data type is not supported in Gemini API.

interface OutputInfo {
    gcsOutputDirectory?: string;
}

Properties

gcsOutputDirectory?: string

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.