langchain.js
Preparing search index...
@langchain/community
llms/ibm
WatsonxDeployedInputLLM
Interface WatsonxDeployedInputLLM
Parameters for basic llm invoke
interface
WatsonxDeployedInputLLM
{
authenticator
?:
string
;
idOrName
:
string
;
maxConcurrency
?:
number
;
maxRetries
?:
number
;
promptIndex
?:
number
;
serviceUrl
:
string
;
streaming
?:
boolean
;
version
:
string
;
watsonxCallbacks
?:
RequestCallbacks
<
any
>
;
}
Hierarchy (
View Summary
)
WatsonxLLMBasicOptions
WatsonxDeploymentLLMParams
WatsonxDeployedInputLLM
Index
Properties
authenticator?
id
Or
Name
max
Concurrency?
max
Retries?
prompt
Index?
service
Url
streaming?
version
watsonx
Callbacks?
Properties
Optional
authenticator
authenticator
?:
string
id
Or
Name
idOrName
:
string
Optional
max
Concurrency
maxConcurrency
?:
number
Optional
max
Retries
maxRetries
?:
number
Optional
prompt
Index
promptIndex
?:
number
service
Url
serviceUrl
:
string
Optional
streaming
streaming
?:
boolean
version
version
:
string
Optional
watsonx
Callbacks
watsonxCallbacks
?:
RequestCallbacks
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authenticator
id
Or
Name
max
Concurrency
max
Retries
prompt
Index
service
Url
streaming
version
watsonx
Callbacks
langchain.js
Loading...
Parameters for basic llm invoke