@deskcreate/agentcraft
Preparing search index...
index
VertexAIModelConfig
Interface VertexAIModelConfig
interface
VertexAIModelConfig
{
frequencyPenalty
?:
number
;
location
?:
string
;
maxTokens
?:
number
;
model
:
string
;
name
?:
string
;
presencePenalty
?:
number
;
project
:
string
;
provider
:
"vertexai"
;
responseFormat
?:
ResponseFormat
;
stopSequences
?:
string
[]
;
temperature
?:
number
;
timeout
?:
number
;
topP
?:
number
;
}
Hierarchy (
View Summary
)
BaseModelConfig
VertexAIModelConfig
Index
Properties
frequency
Penalty?
location?
max
Tokens?
model
name?
presence
Penalty?
project
provider
response
Format?
stop
Sequences?
temperature?
timeout?
top
P?
Properties
Optional
frequency
Penalty
frequencyPenalty
?:
number
Optional
location
location
?:
string
Optional
max
Tokens
maxTokens
?:
number
model
model
:
string
Optional
name
name
?:
string
Optional
presence
Penalty
presencePenalty
?:
number
project
project
:
string
provider
provider
:
"vertexai"
Optional
response
Format
responseFormat
?:
ResponseFormat
Optional
stop
Sequences
stopSequences
?:
string
[]
Optional
temperature
temperature
?:
number
Optional
timeout
timeout
?:
number
Optional
top
P
topP
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
frequency
Penalty
location
max
Tokens
model
name
presence
Penalty
project
provider
response
Format
stop
Sequences
temperature
timeout
top
P
@deskcreate/agentcraft
Loading...