Interface GoogleVertexAILLMPredictions<PredictionType>

interface GoogleVertexAILLMPredictions<PredictionType> {
    predictions: PredictionType[];
}

Type Parameters

Properties

Properties

predictions: PredictionType[]

Generated using TypeDoc