JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.quarkiverse.langchain4j.watsonx.runtime.config
Interface IAMConfig
public interface
IAMConfig
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
URL
baseUrl
()
IAM base URL
String
grantType
()
IAM grant type
Duration
timeout
()
Timeout for IAM API calls
Method Details
baseUrl
@WithDefault("https://iam.cloud.ibm.com")
URL
baseUrl
()
IAM base URL
timeout
@WithDefault("10s")
Duration
timeout
()
Timeout for IAM API calls
grantType
@WithDefault("urn:ibm:params:oauth:grant-type:apikey")
String
grantType
()
IAM grant type