UNPKG

@genkit-ai/vertexai

Version:

Genkit AI framework plugin for Google Cloud Vertex AI APIs including Gemini APIs, Imagen, and more.

15 lines 788 B
var VertexAIEvaluationMetricType = /* @__PURE__ */ ((VertexAIEvaluationMetricType2) => { VertexAIEvaluationMetricType2["BLEU"] = "BLEU"; VertexAIEvaluationMetricType2["ROUGE"] = "ROUGE"; VertexAIEvaluationMetricType2["FLUENCY"] = "FLEUNCY"; VertexAIEvaluationMetricType2["SAFETY"] = "SAFETY"; VertexAIEvaluationMetricType2["GROUNDEDNESS"] = "GROUNDEDNESS"; VertexAIEvaluationMetricType2["SUMMARIZATION_QUALITY"] = "SUMMARIZATION_QUALITY"; VertexAIEvaluationMetricType2["SUMMARIZATION_HELPFULNESS"] = "SUMMARIZATION_HELPFULNESS"; VertexAIEvaluationMetricType2["SUMMARIZATION_VERBOSITY"] = "SUMMARIZATION_VERBOSITY"; return VertexAIEvaluationMetricType2; })(VertexAIEvaluationMetricType || {}); export { VertexAIEvaluationMetricType }; //# sourceMappingURL=types.mjs.map