diff --git a/hugo/content/en/api/v2/llm-observability/examples.json b/hugo/content/en/api/v2/llm-observability/examples.json index d68c171c8aa..761e13ec379 100644 --- a/hugo/content/en/api/v2/llm-observability/examples.json +++ b/hugo/content/en/api/v2/llm-observability/examples.json @@ -1136,8 +1136,7 @@ } ] }, - "name": "My annotation queue", - "project_id": "00000000-0000-0000-0000-000000000002" + "name": "My annotation queue" }, "type": "queues" } @@ -1174,7 +1173,7 @@ "type": "queues" } }, - "html": "
data [required]
\nobject
Data object for creating an LLM Observability annotation queue.
attributes [required]
\nobject
Attributes for creating an LLM Observability annotation queue.
annotation_schema
\nobject
Schema defining the labels for an annotation queue.
label_schemas [required]
\n[object]
List of label schema definitions.
description
\nstring
Description of the label.
has_assessment
\nboolean
Whether this label includes an assessment field.
has_reasoning
\nboolean
Whether this label includes a reasoning field.
id
\nstring
Unique identifier of the label schema. Assigned by the server if not provided.
is_assessment
\nboolean
Whether the boolean label represents an assessment. Requires has_assessment to be true.
is_integer
\nboolean
Whether score values must be integers. Applicable to score-type labels.
is_required
\nboolean
Whether this label is required for an annotation.
max
\ndouble
Maximum value for score-type labels.
min
\ndouble
Minimum value for score-type labels.
name [required]
\nstring
Name of the label. Must match the pattern ^[a-zA-Z0-9_-]+$ and be unique within the queue.
type [required]
\nenum
Type of a label in an annotation queue label schema. \nAllowed enum values: score,categorical,boolean,text
values
\n[string]
Allowed values for categorical-type labels. Must contain at least one non-empty, unique value.
description
\nstring
Description of the annotation queue.
name [required]
\nstring
Name of the annotation queue.
project_id [required]
\nstring
Identifier of the project this queue belongs to.
type [required]
\nenum
Resource type of an LLM Observability annotation queue. \nAllowed enum values: queues
data [required]
\nobject
Data object for creating an LLM Observability annotation queue.
attributes [required]
\nobject
Attributes for creating an LLM Observability annotation queue.
annotation_schema
\nobject
Schema defining the labels for an annotation queue.
label_schemas [required]
\n[object]
List of label schema definitions.
description
\nstring
Description of the label.
has_assessment
\nboolean
Whether this label includes an assessment field.
has_reasoning
\nboolean
Whether this label includes a reasoning field.
id
\nstring
Unique identifier of the label schema. Assigned by the server if not provided.
is_assessment
\nboolean
Whether the boolean label represents an assessment. Requires has_assessment to be true.
is_integer
\nboolean
Whether score values must be integers. Applicable to score-type labels.
is_required
\nboolean
Whether this label is required for an annotation.
max
\ndouble
Maximum value for score-type labels.
min
\ndouble
Minimum value for score-type labels.
name [required]
\nstring
Name of the label. Must match the pattern ^[a-zA-Z0-9_-]+$ and be unique within the queue.
type [required]
\nenum
Type of a label in an annotation queue label schema. \nAllowed enum values: score,categorical,boolean,text
values
\n[string]
Allowed values for categorical-type labels. Must contain at least one non-empty, unique value.
description
\nstring
Description of the annotation queue.
name [required]
\nstring
Name of the annotation queue.
project_id
\nstring
Identifier of the project this queue belongs to.
type [required]
\nenum
Resource type of an LLM Observability annotation queue. \nAllowed enum values: queues