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