Uses of Interface
com.langfuse.client.resources.score.types.CreateScoreRequest._FinalStage
Packages that use CreateScoreRequest._FinalStage
-
Uses of CreateScoreRequest._FinalStage in com.langfuse.client.resources.score.types
Classes in com.langfuse.client.resources.score.types that implement CreateScoreRequest._FinalStageMethods in com.langfuse.client.resources.score.types that return CreateScoreRequest._FinalStageModifier and TypeMethodDescriptionCreateScoreRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) CreateScoreRequest._FinalStage.additionalProperty(String key, Object value) Reference a score config on a score.Reference a score config on a score.Reference a score config on a score.CreateScoreRequest._FinalStage.datasetRunId(String datasetRunId) CreateScoreRequest._FinalStage.datasetRunId(Optional<String> datasetRunId) CreateScoreRequest.Builder.datasetRunId(String datasetRunId) CreateScoreRequest.Builder.datasetRunId(Optional<String> datasetRunId) CreateScoreRequest._FinalStage.dataType(ScoreDataType dataType) CreateScoreRequest._FinalStage.dataType(Optional<ScoreDataType> dataType) The data type of the score.CreateScoreRequest.Builder.dataType(ScoreDataType dataType) The data type of the score.CreateScoreRequest.Builder.dataType(Optional<ScoreDataType> dataType) The data type of the score.CreateScoreRequest._FinalStage.environment(String environment) CreateScoreRequest._FinalStage.environment(Optional<String> environment) The environment of the score.CreateScoreRequest.Builder.environment(String environment) The environment of the score.CreateScoreRequest.Builder.environment(Optional<String> environment) The environment of the score.CreateScoreRequest._FinalStage.observationId(String observationId) CreateScoreRequest._FinalStage.observationId(Optional<String> observationId) CreateScoreRequest.Builder.observationId(String observationId) CreateScoreRequest.Builder.observationId(Optional<String> observationId) The annotation queue referenced by the score.The annotation queue referenced by the score.The annotation queue referenced by the score.CreateScoreRequest.Builder.value(CreateScoreValue value) The value of the score.CreateScoreRequest.ValueStage.value(CreateScoreValue value) The value of the score.