@deskcreate/agentcraft
Preparing search index...
index
BedrockModelConfig
Interface BedrockModelConfig
interface
BedrockModelConfig
{
accessKeyId
?:
string
;
frequencyPenalty
?:
number
;
maxTokens
?:
number
;
model
:
string
;
name
?:
string
;
presencePenalty
?:
number
;
provider
:
"bedrock"
;
region
:
string
;
responseFormat
?:
ResponseFormat
;
secretAccessKey
?:
string
;
stopSequences
?:
string
[]
;
temperature
?:
number
;
timeout
?:
number
;
topP
?:
number
;
}
Hierarchy (
View Summary
)
BaseModelConfig
BedrockModelConfig
Index
Properties
access
Key
Id?
frequency
Penalty?
max
Tokens?
model
name?
presence
Penalty?
provider
region
response
Format?
secret
Access
Key?
stop
Sequences?
temperature?
timeout?
top
P?
Properties
Optional
access
Key
Id
accessKeyId
?:
string
Optional
frequency
Penalty
frequencyPenalty
?:
number
Optional
max
Tokens
maxTokens
?:
number
model
model
:
string
Optional
name
name
?:
string
Optional
presence
Penalty
presencePenalty
?:
number
provider
provider
:
"bedrock"
region
region
:
string
Optional
response
Format
responseFormat
?:
ResponseFormat
Optional
secret
Access
Key
secretAccessKey
?:
string
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
access
Key
Id
frequency
Penalty
max
Tokens
model
name
presence
Penalty
provider
region
response
Format
secret
Access
Key
stop
Sequences
temperature
timeout
top
P
@deskcreate/agentcraft
Loading...