v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
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
External
Theme
OS
Light
Dark
On This Page
Properties
candidates
safety
Attributes
LangChain.js
Loading...
Defines the prediction output of the Google Vertex AI chat model.