Class LlmConnectionsClient
java.lang.Object
com.langfuse.client.resources.llmconnections.LlmConnectionsClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()Get all LLM connections in a projectlist(RequestOptions requestOptions) Get all LLM connections in a projectlist(GetLlmConnectionsRequest request) Get all LLM connections in a projectlist(GetLlmConnectionsRequest request, RequestOptions requestOptions) Get all LLM connections in a projectupsert(UpsertLlmConnectionRequest request) Create or update an LLM connection.upsert(UpsertLlmConnectionRequest request, RequestOptions requestOptions) Create or update an LLM connection.Get responses with HTTP metadata like headers
-
Field Details
-
clientOptions
-
-
Constructor Details
-
LlmConnectionsClient
-
-
Method Details
-
withRawResponse
Get responses with HTTP metadata like headers -
list
Get all LLM connections in a project -
list
Get all LLM connections in a project -
list
Get all LLM connections in a project -
list
public PaginatedLlmConnections list(GetLlmConnectionsRequest request, RequestOptions requestOptions) Get all LLM connections in a project -
upsert
Create or update an LLM connection. The connection is upserted on provider. -
upsert
Create or update an LLM connection. The connection is upserted on provider.
-