Class ScoreConfigsClient
java.lang.Object
com.langfuse.client.resources.scoreconfigs.ScoreConfigsClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateScoreConfigRequest request) Create a score configuration (config).create(CreateScoreConfigRequest request, RequestOptions requestOptions) Create a score configuration (config).get()Get all score configsget(RequestOptions requestOptions) Get all score configsget(GetScoreConfigsRequest request) Get all score configsget(GetScoreConfigsRequest request, RequestOptions requestOptions) Get all score configsGet a score configgetById(String configId, RequestOptions requestOptions) Get a score configUpdate a score configupdate(String configId, RequestOptions requestOptions) Update a score configupdate(String configId, UpdateScoreConfigRequest request) Update a score configupdate(String configId, UpdateScoreConfigRequest request, RequestOptions requestOptions) Update a score configGet responses with HTTP metadata like headers
-
Field Details
-
clientOptions
-
-
Constructor Details
-
ScoreConfigsClient
-
-
Method Details
-
withRawResponse
Get responses with HTTP metadata like headers -
create
Create a score configuration (config). Score configs are used to define the structure of scores -
create
Create a score configuration (config). Score configs are used to define the structure of scores -
get
Get all score configs -
get
Get all score configs -
get
Get all score configs -
get
Get all score configs -
getById
Get a score config -
getById
Get a score config -
update
Update a score config -
update
Update a score config -
update
Update a score config -
update
public ScoreConfig update(String configId, UpdateScoreConfigRequest request, RequestOptions requestOptions) Update a score config
-