Class CreateApiKeyRequest
java.lang.Object
com.langfuse.client.resources.projects.requests.CreateApiKeyRequest
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateApiKeyRequest.Builderbuilder()booleangetNote()inthashCode()toString()
-
Method Details
-
getNote
- Returns:
- Optional note for the API key
-
getPublicKey
- Returns:
- Optional predefined public key. Must start with 'pk-lf-'. If provided, secretKey must also be provided.
-
getSecretKey
- Returns:
- Optional predefined secret key. Must start with 'sk-lf-'. If provided, publicKey must also be provided.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-