Class BooleanScore
java.lang.Object
com.langfuse.client.resources.commons.types.BooleanScore
- All Implemented Interfaces:
IBaseScore,IBooleanScore
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getValue
public double getValue()- Specified by:
getValuein interfaceIBooleanScore- Returns:
- The numeric value of the score. Equals 1 for "True" and 0 for "False"
-
getStringValue
- Specified by:
getStringValuein interfaceIBooleanScore- Returns:
- The string representation of the score value. Is inferred from the numeric value and equals "True" or "False"
-
getId
- Specified by:
getIdin interfaceIBaseScore
-
getTraceId
- Specified by:
getTraceIdin interfaceIBaseScore- Returns:
- The trace ID associated with the score
-
getSessionId
- Specified by:
getSessionIdin interfaceIBaseScore- Returns:
- The session ID associated with the score
-
getObservationId
- Specified by:
getObservationIdin interfaceIBaseScore- Returns:
- The observation ID associated with the score
-
getDatasetRunId
- Specified by:
getDatasetRunIdin interfaceIBaseScore- Returns:
- The dataset run ID associated with the score
-
getName
- Specified by:
getNamein interfaceIBaseScore
-
getSource
- Specified by:
getSourcein interfaceIBaseScore
-
getTimestamp
- Specified by:
getTimestampin interfaceIBaseScore
-
getCreatedAt
- Specified by:
getCreatedAtin interfaceIBaseScore
-
getUpdatedAt
- Specified by:
getUpdatedAtin interfaceIBaseScore
-
getAuthorUserId
- Specified by:
getAuthorUserIdin interfaceIBaseScore- Returns:
- The user ID of the author
-
getComment
- Specified by:
getCommentin interfaceIBaseScore- Returns:
- Comment on the score
-
getMetadata
- Specified by:
getMetadatain interfaceIBaseScore- Returns:
- Metadata associated with the score
-
getConfigId
- Specified by:
getConfigIdin interfaceIBaseScore- Returns:
- Reference a score config on a score. When set, config and score name must be equal and value must comply to optionally defined numerical range
-
getQueueId
- Specified by:
getQueueIdin interfaceIBaseScore- Returns:
- The annotation queue referenced by the score. Indicates if score was initially created while processing annotation queue.
-
getEnvironment
- Specified by:
getEnvironmentin interfaceIBaseScore- Returns:
- The environment from which this score originated. Can be any lowercase alphanumeric string with hyphens and underscores that does not start with 'langfuse'.
-
equals
-
getAdditionalProperties
-
hashCode
-
toString
-
builder
-