Uses of Class
com.langfuse.client.resources.commons.types.ScoreConfig
Packages that use ScoreConfig
Package
Description
-
Uses of ScoreConfig in com.langfuse.client.resources.commons.types
Methods in com.langfuse.client.resources.commons.types that return ScoreConfigMethods in com.langfuse.client.resources.commons.types with parameters of type ScoreConfigModifier and TypeMethodDescriptionScoreConfig.Builder.from(ScoreConfig other) ScoreConfig.IdStage.from(ScoreConfig other) -
Uses of ScoreConfig in com.langfuse.client.resources.scoreconfigs
Methods in com.langfuse.client.resources.scoreconfigs that return ScoreConfigModifier and TypeMethodDescriptionScoreConfigsClient.create(CreateScoreConfigRequest request) Create a score configuration (config).ScoreConfigsClient.create(CreateScoreConfigRequest request, RequestOptions requestOptions) Create a score configuration (config).Get a score configScoreConfigsClient.getById(String configId, RequestOptions requestOptions) Get a score configUpdate a score configScoreConfigsClient.update(String configId, RequestOptions requestOptions) Update a score configScoreConfigsClient.update(String configId, UpdateScoreConfigRequest request) Update a score configScoreConfigsClient.update(String configId, UpdateScoreConfigRequest request, RequestOptions requestOptions) Update a score configMethods in com.langfuse.client.resources.scoreconfigs that return types with arguments of type ScoreConfigModifier and TypeMethodDescriptionAsyncRawScoreConfigsClient.create(CreateScoreConfigRequest request) Create a score configuration (config).AsyncRawScoreConfigsClient.create(CreateScoreConfigRequest request, RequestOptions requestOptions) Create a score configuration (config).AsyncScoreConfigsClient.create(CreateScoreConfigRequest request) Create a score configuration (config).AsyncScoreConfigsClient.create(CreateScoreConfigRequest request, RequestOptions requestOptions) Create a score configuration (config).RawScoreConfigsClient.create(CreateScoreConfigRequest request) Create a score configuration (config).RawScoreConfigsClient.create(CreateScoreConfigRequest request, RequestOptions requestOptions) Create a score configuration (config).Get a score configAsyncRawScoreConfigsClient.getById(String configId, RequestOptions requestOptions) Get a score configGet a score configAsyncScoreConfigsClient.getById(String configId, RequestOptions requestOptions) Get a score configGet a score configRawScoreConfigsClient.getById(String configId, RequestOptions requestOptions) Get a score configUpdate a score configAsyncRawScoreConfigsClient.update(String configId, RequestOptions requestOptions) Update a score configAsyncRawScoreConfigsClient.update(String configId, UpdateScoreConfigRequest request) Update a score configAsyncRawScoreConfigsClient.update(String configId, UpdateScoreConfigRequest request, RequestOptions requestOptions) Update a score configUpdate a score configAsyncScoreConfigsClient.update(String configId, RequestOptions requestOptions) Update a score configAsyncScoreConfigsClient.update(String configId, UpdateScoreConfigRequest request) Update a score configAsyncScoreConfigsClient.update(String configId, UpdateScoreConfigRequest request, RequestOptions requestOptions) Update a score configUpdate a score configRawScoreConfigsClient.update(String configId, RequestOptions requestOptions) Update a score configRawScoreConfigsClient.update(String configId, UpdateScoreConfigRequest request) Update a score configRawScoreConfigsClient.update(String configId, UpdateScoreConfigRequest request, RequestOptions requestOptions) Update a score config -
Uses of ScoreConfig in com.langfuse.client.resources.scoreconfigs.types
Methods in com.langfuse.client.resources.scoreconfigs.types that return types with arguments of type ScoreConfigMethods in com.langfuse.client.resources.scoreconfigs.types with parameters of type ScoreConfigModifier and TypeMethodDescriptionScoreConfigs._FinalStage.addData(ScoreConfig data) ScoreConfigs.Builder.addData(ScoreConfig data) Method parameters in com.langfuse.client.resources.scoreconfigs.types with type arguments of type ScoreConfigModifier and TypeMethodDescriptionScoreConfigs._FinalStage.addAllData(List<ScoreConfig> data) ScoreConfigs.Builder.addAllData(List<ScoreConfig> data) ScoreConfigs._FinalStage.data(List<ScoreConfig> data) ScoreConfigs.Builder.data(List<ScoreConfig> data)