Class LlmConnection
java.lang.Object
com.langfuse.client.resources.llmconnections.types.LlmConnection
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionstatic LlmConnection.IdStagebuilder()booleangetId()booleaninthashCode()toString()
-
Method Details
-
getId
-
getProvider
- Returns:
- Provider name (e.g., 'openai', 'my-gateway'). Must be unique in project, used for upserting.
-
getAdapter
- Returns:
- The adapter used to interface with the LLM
-
getDisplaySecretKey
- Returns:
- Masked version of the secret key for display purposes
-
getBaseUrl
-
getCustomModels
-
getWithDefaultModels
public boolean getWithDefaultModels()- Returns:
- Whether to include default models for this adapter
-
getExtraHeaderKeys
-
getConfig
-
getCreatedAt
-
getUpdatedAt
-
equals
-
getAdditionalProperties
-
hashCode
-
toString
-
builder
-