v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-community/chat_models/googlevertexai
GoogleVertexAIChatPrediction
Interface GoogleVertexAIChatPrediction
Defines the prediction output of the Google Vertex AI chat model.
interface
GoogleVertexAIChatPrediction
{
candidates
:
GoogleVertexAIChatMessage
[]
;
safetyAttributes
?:
any
;
}
Hierarchy
GoogleVertexAIBasePrediction
GoogleVertexAIChatPrediction
Index
Properties
candidates
safety
Attributes?
Properties
candidates
candidates
:
GoogleVertexAIChatMessage
[]
Optional
safety
Attributes
safety
Attributes
?:
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
candidates
safety
Attributes
LangChain.js - v0.2.10
Loading...
Defines the prediction output of the Google Vertex AI chat model.