Uses of Class
com.langfuse.client.resources.llmconnections.types.LlmConnection
Packages that use LlmConnection
Package
Description
-
Uses of LlmConnection in com.langfuse.client.resources.llmconnections
Methods in com.langfuse.client.resources.llmconnections that return LlmConnectionModifier and TypeMethodDescriptionLlmConnectionsClient.upsert(UpsertLlmConnectionRequest request) Create or update an LLM connection.LlmConnectionsClient.upsert(UpsertLlmConnectionRequest request, RequestOptions requestOptions) Create or update an LLM connection.Methods in com.langfuse.client.resources.llmconnections that return types with arguments of type LlmConnectionModifier and TypeMethodDescriptionAsyncLlmConnectionsClient.upsert(UpsertLlmConnectionRequest request) Create or update an LLM connection.AsyncLlmConnectionsClient.upsert(UpsertLlmConnectionRequest request, RequestOptions requestOptions) Create or update an LLM connection.AsyncRawLlmConnectionsClient.upsert(UpsertLlmConnectionRequest request) Create or update an LLM connection.AsyncRawLlmConnectionsClient.upsert(UpsertLlmConnectionRequest request, RequestOptions requestOptions) Create or update an LLM connection.RawLlmConnectionsClient.upsert(UpsertLlmConnectionRequest request) Create or update an LLM connection.RawLlmConnectionsClient.upsert(UpsertLlmConnectionRequest request, RequestOptions requestOptions) Create or update an LLM connection. -
Uses of LlmConnection in com.langfuse.client.resources.llmconnections.types
Methods in com.langfuse.client.resources.llmconnections.types that return LlmConnectionModifier and TypeMethodDescriptionLlmConnection._FinalStage.build()LlmConnection.Builder.build()Methods in com.langfuse.client.resources.llmconnections.types that return types with arguments of type LlmConnectionMethods in com.langfuse.client.resources.llmconnections.types with parameters of type LlmConnectionModifier and TypeMethodDescriptionPaginatedLlmConnections._FinalStage.addData(LlmConnection data) PaginatedLlmConnections.Builder.addData(LlmConnection data) LlmConnection.Builder.from(LlmConnection other) LlmConnection.IdStage.from(LlmConnection other) Method parameters in com.langfuse.client.resources.llmconnections.types with type arguments of type LlmConnectionModifier and TypeMethodDescriptionPaginatedLlmConnections._FinalStage.addAllData(List<LlmConnection> data) PaginatedLlmConnections.Builder.addAllData(List<LlmConnection> data) PaginatedLlmConnections._FinalStage.data(List<LlmConnection> data) PaginatedLlmConnections.Builder.data(List<LlmConnection> data)