VertexAIModel
class VertexAIModel(val modelIdentifier: ModelIdentifier, val generationSettings: GenerationSettings, project: Project, location: Location) : Model
Constructors
Link copied to clipboard
constructor(modelIdentifier: ModelIdentifier, generationSettings: GenerationSettings, project: Project, location: Location)
Functions
Link copied to clipboard
open suspend override fun sendRequest(messages: List<Message>, tools: List<ToolDescription>, structuredOutputParameter: Parameter?): ModelResponse