Class LLMObsAnnotationLabelValueResponse

A single label value entry in an annotation response. In addition to the submitted fields, the server populates type and name_when_saved to mirror the schema state at the time the annotation was created — these help clients display values correctly when the schema has since changed.

Hierarchy

  • LLMObsAnnotationLabelValueResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Assessment result for a label value.

labelSchemaId: string

ID of the label schema this value corresponds to.

nameWhenSaved?: string

Name of the label schema at the time the annotation was created.

reasoning?: string

Free text reasoning for this label value.

Type of a label in an annotation queue label schema.

The value for this label. Must comply with the label schema type constraints.

Generated using TypeDoc