Class RawScoreConfigsClient
java.lang.Object
com.langfuse.client.resources.scoreconfigs.RawScoreConfigsClient
-
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 config
-
Field Details
-
clientOptions
-
-
Constructor Details
-
RawScoreConfigsClient
-
-
Method Details
-
create
Create a score configuration (config). Score configs are used to define the structure of scores -
create
public LangfuseClientHttpResponse<ScoreConfig> create(CreateScoreConfigRequest request, RequestOptions requestOptions) 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
public LangfuseClientHttpResponse<ScoreConfigs> get(GetScoreConfigsRequest request, RequestOptions requestOptions) Get all score configs -
getById
Get a score config -
getById
public LangfuseClientHttpResponse<ScoreConfig> getById(String configId, RequestOptions requestOptions) Get a score config -
update
Update a score config -
update
public LangfuseClientHttpResponse<ScoreConfig> update(String configId, RequestOptions requestOptions) Update a score config -
update
public LangfuseClientHttpResponse<ScoreConfig> update(String configId, UpdateScoreConfigRequest request) Update a score config -
update
public LangfuseClientHttpResponse<ScoreConfig> update(String configId, UpdateScoreConfigRequest request, RequestOptions requestOptions) Update a score config
-