Index

A B C D E F G H I J L M O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

accessToken() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenResponse
Returns the value of the accessToken record component.
apikey() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenRequest
Returns the value of the apikey record component.
apiKey() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.Langchain4jWatsonConfig
Watsonx API key
AUTHENTICATION_TOKEN_EXPIRED - Enum constant in enum class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Code
 
AUTHORIZATION_REJECTED - Enum constant in enum class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Code
 

B

baseUrl() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.IAMConfig
IAM base URL
baseUrl() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.Langchain4jWatsonConfig
Base URL
BearerRequestFilter - Class in io.quarkiverse.langchain4j.watsonx.client.filter
 
BearerRequestFilter(TokenGenerator) - Constructor for class io.quarkiverse.langchain4j.watsonx.client.filter.BearerRequestFilter
 
build() - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
build() - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
builder() - Static method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters
 
builder() - Static method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel
 
Builder() - Constructor for class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
Builder() - Constructor for class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
BXNIM0415E - Enum constant in enum class io.quarkiverse.langchain4j.watsonx.bean.IAMError.Code
 

C

chat(TextGenerationRequest, String) - Method in interface io.quarkiverse.langchain4j.watsonx.client.WatsonRestApi
 
chatModel() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.Langchain4jWatsonConfig
Chat model related settings
chatModel(Langchain4jWatsonConfig) - Method in class io.quarkiverse.langchain4j.watsonx.runtime.WatsonRecorder
 
ChatModelConfig - Interface in io.quarkiverse.langchain4j.watsonx.runtime.config
 
code() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Error
Returns the value of the code record component.

D

decodingMethod() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.ChatModelConfig
Represents the strategy used for picking the tokens during generation of the output text.
decodingMethod(String) - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
decodingMethod(String) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
decondingMethod(String) - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
decondingMethod(String) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
details() - Method in exception io.quarkiverse.langchain4j.watsonx.exception.WatsonException
 

E

equals(Object) - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IAMError
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse.Result
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Error
Indicates whether some other object is "equal to" this one.
Error(WatsonError.Code, String) - Constructor for record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Error
Creates an instance of a Error record class.
errorCode() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IAMError
Returns the value of the errorCode record component.
errorMessage() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IAMError
Returns the value of the errorMessage record component.
errors() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError
Returns the value of the errors record component.
expiration() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenResponse
Returns the value of the expiration record component.
expiresIn() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenResponse
Returns the value of the expiresIn record component.

F

filter(ClientRequestContext) - Method in class io.quarkiverse.langchain4j.watsonx.client.filter.BearerRequestFilter
 

G

generate() - Method in class io.quarkiverse.langchain4j.watsonx.TokenGenerator
 
generate(List<ChatMessage>) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel
 
generate(List<ChatMessage>, ToolSpecification) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel
 
generate(List<ChatMessage>, List<ToolSpecification>) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel
 
generateBearer(IdentityTokenRequest) - Method in interface io.quarkiverse.langchain4j.watsonx.client.IAMRestApi
 
generatedText() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse.Result
Returns the value of the generatedText record component.
generatedTokenCount() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse.Result
Returns the value of the generatedTokenCount record component.
getDecodingMethod() - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters
 
getIncludeStopSequence() - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters
 
getMaxNewTokens() - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters
 
getMinNewTokens() - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters
 
getRandomSeed() - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters
 
getRepetitionPenalty() - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters
 
getStopSequences() - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters
 
getTemperature() - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters
 
getTopK() - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters
 
getTopP() - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters
 
grantType() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenRequest
Returns the value of the grantType record component.
grantType() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.IAMConfig
IAM grant type

H

hashCode() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IAMError
Returns a hash code value for this object.
hashCode() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenRequest
Returns a hash code value for this object.
hashCode() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenResponse
Returns a hash code value for this object.
hashCode() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationRequest
Returns a hash code value for this object.
hashCode() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse
Returns a hash code value for this object.
hashCode() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse.Result
Returns a hash code value for this object.
hashCode() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Error
Returns a hash code value for this object.
hashCode() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError
Returns a hash code value for this object.

I

iam() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.Langchain4jWatsonConfig
Chat model related settings
IAMConfig - Interface in io.quarkiverse.langchain4j.watsonx.runtime.config
 
IAMError - Record Class in io.quarkiverse.langchain4j.watsonx.bean
 
IAMError(IAMError.Code, String) - Constructor for record class io.quarkiverse.langchain4j.watsonx.bean.IAMError
Creates an instance of a IAMError record class.
IAMError.Code - Enum Class in io.quarkiverse.langchain4j.watsonx.bean
 
IAMRestApi - Interface in io.quarkiverse.langchain4j.watsonx.client
 
IdentityTokenRequest - Record Class in io.quarkiverse.langchain4j.watsonx.bean
 
IdentityTokenRequest(String, String) - Constructor for record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenRequest
Creates an instance of a IdentityTokenRequest record class.
IdentityTokenResponse - Record Class in io.quarkiverse.langchain4j.watsonx.bean
 
IdentityTokenResponse(String, String, String, long, long, String) - Constructor for record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenResponse
Creates an instance of a IdentityTokenResponse record class.
input() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationRequest
Returns the value of the input record component.
inputTokenCount() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse.Result
Returns the value of the inputTokenCount record component.
INVALID_INPUT_ARGUMENT - Enum constant in enum class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Code
 
INVALID_REQUEST_ENTITY - Enum constant in enum class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Code
 
io.quarkiverse.langchain4j.watsonx - package io.quarkiverse.langchain4j.watsonx
 
io.quarkiverse.langchain4j.watsonx.bean - package io.quarkiverse.langchain4j.watsonx.bean
 
io.quarkiverse.langchain4j.watsonx.client - package io.quarkiverse.langchain4j.watsonx.client
 
io.quarkiverse.langchain4j.watsonx.client.filter - package io.quarkiverse.langchain4j.watsonx.client.filter
 
io.quarkiverse.langchain4j.watsonx.exception - package io.quarkiverse.langchain4j.watsonx.exception
 
io.quarkiverse.langchain4j.watsonx.runtime - package io.quarkiverse.langchain4j.watsonx.runtime
 
io.quarkiverse.langchain4j.watsonx.runtime.config - package io.quarkiverse.langchain4j.watsonx.runtime.config
 

J

JSON_VALIDATION_ERROR - Enum constant in enum class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Code
 

L

Langchain4jWatsonConfig - Interface in io.quarkiverse.langchain4j.watsonx.runtime.config
 
logger - Static variable in interface io.quarkiverse.langchain4j.watsonx.client.WatsonRestApi
 
logRequest(HttpClientRequest, Buffer, boolean) - Method in class io.quarkiverse.langchain4j.watsonx.client.WatsonRestApi.WatsonClientLogger
 
logRequests - Variable in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
logRequests() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.Langchain4jWatsonConfig
Whether the Watsonx client should log requests
logRequests(boolean) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
logResponse(HttpClientResponse, boolean) - Method in class io.quarkiverse.langchain4j.watsonx.client.WatsonRestApi.WatsonClientLogger
 
logResponses - Variable in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
logResponses() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.Langchain4jWatsonConfig
Whether the Watsonx client should log responses
logResponses(boolean) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 

M

maxNewTokens() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.ChatModelConfig
The maximum number of new tokens to be generated.
maxNewTokens(Integer) - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
maxNewTokens(Integer) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
message() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Error
Returns the value of the message record component.
minNewTokens() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.ChatModelConfig
If stop sequences are given, they are ignored until minimum tokens are generated.
minNewTokens(Integer) - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
minNewTokens(Integer) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
MODEL_NOT_SUPPORTED - Enum constant in enum class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Code
 
modelId() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationRequest
Returns the value of the modelId record component.
modelId() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.ChatModelConfig
Model to use
modelId(String) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 

O

objectMapper(ObjectMapper) - Static method in interface io.quarkiverse.langchain4j.watsonx.client.IAMRestApi
 
objectMapper(ObjectMapper) - Static method in interface io.quarkiverse.langchain4j.watsonx.client.WatsonRestApi
 

P

parameters() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationRequest
Returns the value of the parameters record component.
Parameters - Class in io.quarkiverse.langchain4j.watsonx.bean
 
Parameters.Builder - Class in io.quarkiverse.langchain4j.watsonx.bean
 
projectId() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationRequest
Returns the value of the projectId record component.
projectId() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.Langchain4jWatsonConfig
Watsonx project id.
projectId(String) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 

R

randomSeed() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.ChatModelConfig
Random number generator seed to use in sampling mode for experimental repeatability.
randomSeed(Integer) - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
randomSeed(Integer) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
refreshToken() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenResponse
Returns the value of the refreshToken record component.
repetitionPenalty() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.ChatModelConfig
Represents the penalty for penalizing tokens that have already been generated or belong to the context.
repetitionPenalty(Double) - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
repetitionPenalty(Double) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
Result(String, int, int, String) - Constructor for record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse.Result
Creates an instance of a Result record class.
results() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse
Returns the value of the results record component.
retryOn(Callable<T>) - Static method in class io.quarkiverse.langchain4j.watsonx.Utility
 

S

scope() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenResponse
Returns the value of the scope record component.
setBodySize(int) - Method in class io.quarkiverse.langchain4j.watsonx.client.WatsonRestApi.WatsonClientLogger
 
statusCode() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError
Returns the value of the statusCode record component.
statusCode() - Method in exception io.quarkiverse.langchain4j.watsonx.exception.WatsonException
 
stopReason() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse.Result
Returns the value of the stopReason record component.
stopSequences() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.ChatModelConfig
Stop sequences are one or more strings which will cause the text generation to stop if/when they are produced as part of the output.
stopSequences(List<String>) - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
stopSequences(List<String>) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 

T

temperature() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.ChatModelConfig
A value used to modify the next-token probabilities in sampling mode.
temperature(Double) - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
temperature(Double) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
TextGenerationRequest - Record Class in io.quarkiverse.langchain4j.watsonx.bean
 
TextGenerationRequest(String, String, String, Parameters) - Constructor for record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationRequest
Creates an instance of a TextGenerationRequest record class.
TextGenerationResponse - Record Class in io.quarkiverse.langchain4j.watsonx.bean
 
TextGenerationResponse(List<TextGenerationResponse.Result>) - Constructor for record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse
Creates an instance of a TextGenerationResponse record class.
TextGenerationResponse.Result - Record Class in io.quarkiverse.langchain4j.watsonx.bean
 
timeout() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.IAMConfig
Timeout for IAM API calls
timeout() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.Langchain4jWatsonConfig
Timeout for Watsonx API calls
timeout(Duration) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
toException(Response) - Static method in interface io.quarkiverse.langchain4j.watsonx.client.IAMRestApi
 
toException(Response) - Static method in interface io.quarkiverse.langchain4j.watsonx.client.WatsonRestApi
 
TOKEN_QUOTA_REACHED - Enum constant in enum class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Code
 
tokenGenerator(Langchain4jWatsonConfig) - Method in class io.quarkiverse.langchain4j.watsonx.runtime.WatsonRecorder
 
TokenGenerator - Class in io.quarkiverse.langchain4j.watsonx
 
TokenGenerator(URL, Duration, String, String) - Constructor for class io.quarkiverse.langchain4j.watsonx.TokenGenerator
 
tokenType() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenResponse
Returns the value of the tokenType record component.
topK() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.ChatModelConfig
The number of highest probability vocabulary tokens to keep for top-k-filtering.
topK(Integer) - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
topK(Integer) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
topP() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.ChatModelConfig
Similar to top_k except the candidates to generate the next token are the most likely tokens with probabilities that add up to at least top_p.
topP(Double) - Method in class io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
 
topP(Double) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
toString() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IAMError
Returns a string representation of this record class.
toString() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenRequest
Returns a string representation of this record class.
toString() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.IdentityTokenResponse
Returns a string representation of this record class.
toString() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationRequest
Returns a string representation of this record class.
toString() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse.Result
Returns a string representation of this record class.
toString() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.TextGenerationResponse
Returns a string representation of this record class.
toString() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Error
Returns a string representation of this record class.
toString() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError
Returns a string representation of this record class.
toString() - Method in exception io.quarkiverse.langchain4j.watsonx.exception.WatsonException
 
trace() - Method in record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError
Returns the value of the trace record component.

U

url(URL) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 
USER_AUTHORIZATION_FAILED - Enum constant in enum class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Code
 
Utility - Class in io.quarkiverse.langchain4j.watsonx
 
Utility() - Constructor for class io.quarkiverse.langchain4j.watsonx.Utility
 

V

valueOf(String) - Static method in enum class io.quarkiverse.langchain4j.watsonx.bean.IAMError.Code
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Code
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.quarkiverse.langchain4j.watsonx.bean.IAMError.Code
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.quarkiverse.langchain4j.watsonx.bean.WatsonError.Code
Returns an array containing the constants of this enum class, in the order they are declared.
version() - Method in interface io.quarkiverse.langchain4j.watsonx.runtime.config.Langchain4jWatsonConfig
Version to use
version(String) - Method in class io.quarkiverse.langchain4j.watsonx.WatsonChatModel.Builder
 

W

WatsonChatModel - Class in io.quarkiverse.langchain4j.watsonx
 
WatsonChatModel(WatsonChatModel.Builder) - Constructor for class io.quarkiverse.langchain4j.watsonx.WatsonChatModel
 
WatsonChatModel.Builder - Class in io.quarkiverse.langchain4j.watsonx
 
WatsonClientLogger(boolean, boolean) - Constructor for class io.quarkiverse.langchain4j.watsonx.client.WatsonRestApi.WatsonClientLogger
 
WatsonError - Record Class in io.quarkiverse.langchain4j.watsonx.bean
 
WatsonError(Integer, String, List<WatsonError.Error>) - Constructor for record class io.quarkiverse.langchain4j.watsonx.bean.WatsonError
Creates an instance of a WatsonError record class.
WatsonError.Code - Enum Class in io.quarkiverse.langchain4j.watsonx.bean
 
WatsonError.Error - Record Class in io.quarkiverse.langchain4j.watsonx.bean
 
WatsonException - Exception in io.quarkiverse.langchain4j.watsonx.exception
 
WatsonException(Integer, WatsonError) - Constructor for exception io.quarkiverse.langchain4j.watsonx.exception.WatsonException
 
WatsonException(String, Integer) - Constructor for exception io.quarkiverse.langchain4j.watsonx.exception.WatsonException
 
WatsonException(String, Integer, WatsonError) - Constructor for exception io.quarkiverse.langchain4j.watsonx.exception.WatsonException
 
WatsonException(Throwable, Integer) - Constructor for exception io.quarkiverse.langchain4j.watsonx.exception.WatsonException
 
WatsonRecorder - Class in io.quarkiverse.langchain4j.watsonx.runtime
 
WatsonRecorder() - Constructor for class io.quarkiverse.langchain4j.watsonx.runtime.WatsonRecorder
 
WatsonRestApi - Interface in io.quarkiverse.langchain4j.watsonx.client
This Microprofile REST client is used as the building block of all the API calls to Watsonx.
WatsonRestApi.WatsonClientLogger - Class in io.quarkiverse.langchain4j.watsonx.client
Introduce a custom logger as the stock one logs at the DEBUG level by default...
A B C D E F G H I J L M O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form