Uses of Class
com.langfuse.client.resources.commons.types.ScoreDataType
Packages that use ScoreDataType
Package
Description
-
Uses of ScoreDataType in com.langfuse.client.resources.commons.types
Fields in com.langfuse.client.resources.commons.types declared as ScoreDataTypeModifier and TypeFieldDescriptionstatic final ScoreDataTypeScoreDataType.BOOLEANstatic final ScoreDataTypeScoreDataType.CATEGORICALstatic final ScoreDataTypeScoreDataType.CORRECTIONstatic final ScoreDataTypeScoreDataType.NUMERICMethods in com.langfuse.client.resources.commons.types that return ScoreDataType -
Uses of ScoreDataType in com.langfuse.client.resources.ingestion.types
Methods in com.langfuse.client.resources.ingestion.types that return types with arguments of type ScoreDataTypeMethods in com.langfuse.client.resources.ingestion.types with parameters of type ScoreDataTypeModifier and TypeMethodDescriptionScoreBody._FinalStage.dataType(ScoreDataType dataType) ScoreBody.Builder.dataType(ScoreDataType dataType) When set, must match the score value's type.Method parameters in com.langfuse.client.resources.ingestion.types with type arguments of type ScoreDataTypeModifier and TypeMethodDescriptionScoreBody._FinalStage.dataType(Optional<ScoreDataType> dataType) When set, must match the score value's type.ScoreBody.Builder.dataType(Optional<ScoreDataType> dataType) When set, must match the score value's type. -
Uses of ScoreDataType in com.langfuse.client.resources.score.types
Methods in com.langfuse.client.resources.score.types that return types with arguments of type ScoreDataTypeMethods in com.langfuse.client.resources.score.types with parameters of type ScoreDataTypeModifier and TypeMethodDescriptionCreateScoreRequest._FinalStage.dataType(ScoreDataType dataType) CreateScoreRequest.Builder.dataType(ScoreDataType dataType) The data type of the score.Method parameters in com.langfuse.client.resources.score.types with type arguments of type ScoreDataTypeModifier and TypeMethodDescriptionCreateScoreRequest._FinalStage.dataType(Optional<ScoreDataType> dataType) The data type of the score.CreateScoreRequest.Builder.dataType(Optional<ScoreDataType> dataType) The data type of the score. -
Uses of ScoreDataType in com.langfuse.client.resources.scorev2.requests
Methods in com.langfuse.client.resources.scorev2.requests that return types with arguments of type ScoreDataTypeMethods in com.langfuse.client.resources.scorev2.requests with parameters of type ScoreDataTypeMethod parameters in com.langfuse.client.resources.scorev2.requests with type arguments of type ScoreDataTypeModifier and TypeMethodDescriptionGetScoresRequest.Builder.dataType(Optional<ScoreDataType> dataType) Retrieve only scores with a specific dataType.