Class RawLlmConnectionsClient
java.lang.Object
com.langfuse.client.resources.llmconnections.RawLlmConnectionsClient
-
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.
-
Field Details
-
clientOptions
-
-
Constructor Details
-
RawLlmConnectionsClient
-
-
Method Details
-
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 LangfuseClientHttpResponse<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
public LangfuseClientHttpResponse<LlmConnection> upsert(UpsertLlmConnectionRequest request, RequestOptions requestOptions) Create or update an LLM connection. The connection is upserted on provider.
-