Interface BaseScore._FinalStage
- All Known Implementing Classes:
BaseScore.Builder
- Enclosing class:
BaseScore
public static interface BaseScore._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) authorUserId(Nullable<String> authorUserId) authorUserId(String authorUserId) authorUserId(Optional<String> authorUserId) The user ID of the authorbuild()Comment on the scoreReference a score config on a score.datasetRunId(Nullable<String> datasetRunId) datasetRunId(String datasetRunId) datasetRunId(Optional<String> datasetRunId) The dataset run ID associated with the scoreobservationId(Nullable<String> observationId) observationId(String observationId) observationId(Optional<String> observationId) The observation ID associated with the scoreThe annotation queue referenced by the score.The session ID associated with the scoreThe trace ID associated with the score
-
Method Details
-
build
BaseScore build() -
additionalProperty
-
additionalProperties
-
traceId
The trace ID associated with the score
-
traceId
-
traceId
-
sessionId
The session ID associated with the score
-
sessionId
-
sessionId
-
observationId
The observation ID associated with the score
-
observationId
-
observationId
-
datasetRunId
The dataset run ID associated with the score
-
datasetRunId
-
datasetRunId
-
authorUserId
The user ID of the author
-
authorUserId
-
authorUserId
-
comment
Comment on the score
-
comment
-
comment
-
configId
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
-
configId
-
configId
-
queueId
The annotation queue referenced by the score. Indicates if score was initially created while processing annotation queue.
-
queueId
-
queueId
-