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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val modelIdentifier: ModelIdentifier

Functions

Link copied to clipboard
open suspend override fun sendRequest(messages: List<Message>, tools: List<ToolDescription>, structuredOutputParameter: Parameter?): ModelResponse