LLMObsIntegrationInferenceResponse |
AgentObservabilityApi.createLLMObsIntegrationInference(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
CompletableFuture<LLMObsIntegrationInferenceResponse> |
AgentObservabilityApi.createLLMObsIntegrationInferenceAsync(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
ApiResponse<LLMObsIntegrationInferenceResponse> |
AgentObservabilityApi.createLLMObsIntegrationInferenceWithHttpInfo(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference request through the specified integration and account, returning the model
response and token usage.
|
CompletableFuture<ApiResponse<LLMObsIntegrationInferenceResponse>> |
AgentObservabilityApi.createLLMObsIntegrationInferenceWithHttpInfoAsync(LLMObsIntegrationName integration,
String accountId,
LLMObsIntegrationInferenceRequest body)
Run an LLM inference.
|
List<LLMObsIntegrationAccount> |
AgentObservabilityApi.listLLMObsIntegrationAccounts(LLMObsIntegrationName integration)
List LLM integration accounts.
|
CompletableFuture<List<LLMObsIntegrationAccount>> |
AgentObservabilityApi.listLLMObsIntegrationAccountsAsync(LLMObsIntegrationName integration)
List LLM integration accounts.
|
ApiResponse<List<LLMObsIntegrationAccount>> |
AgentObservabilityApi.listLLMObsIntegrationAccountsWithHttpInfo(LLMObsIntegrationName integration)
Retrieve the list of configured accounts for the specified LLM provider integration.
|
CompletableFuture<ApiResponse<List<LLMObsIntegrationAccount>>> |
AgentObservabilityApi.listLLMObsIntegrationAccountsWithHttpInfoAsync(LLMObsIntegrationName integration)
List LLM integration accounts.
|
List<LLMObsIntegrationModel> |
AgentObservabilityApi.listLLMObsIntegrationModels(LLMObsIntegrationName integration,
String accountId)
List LLM integration models.
|
CompletableFuture<List<LLMObsIntegrationModel>> |
AgentObservabilityApi.listLLMObsIntegrationModelsAsync(LLMObsIntegrationName integration,
String accountId)
List LLM integration models.
|
ApiResponse<List<LLMObsIntegrationModel>> |
AgentObservabilityApi.listLLMObsIntegrationModelsWithHttpInfo(LLMObsIntegrationName integration,
String accountId)
Retrieve the list of models available for the specified LLM provider integration and account.
|
CompletableFuture<ApiResponse<List<LLMObsIntegrationModel>>> |
AgentObservabilityApi.listLLMObsIntegrationModelsWithHttpInfoAsync(LLMObsIntegrationName integration,
String accountId)
List LLM integration models.
|