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": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Data object for creating an LLM Observability annotation queue.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Attributes for creating an LLM Observability annotation queue.

\n
\n
\n
\n
\n
\n

annotation_schema

\n
\n

object

\n

Schema defining the labels for an annotation queue.

\n
\n
\n
\n
\n
\n

label_schemas [required]

\n
\n

[object]

\n

List of label schema definitions.

\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the label.

\n
\n \n
\n
\n
\n
\n
\n

has_assessment

\n
\n

boolean

\n

Whether this label includes an assessment field.

\n
\n \n
\n
\n
\n
\n
\n

has_reasoning

\n
\n

boolean

\n

Whether this label includes a reasoning field.

\n
\n \n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Unique identifier of the label schema. Assigned by the server if not provided.

\n
\n \n
\n
\n
\n
\n
\n

is_assessment

\n
\n

boolean

\n

Whether the boolean label represents an assessment. Requires has_assessment to be true.

\n
\n \n
\n
\n
\n
\n
\n

is_integer

\n
\n

boolean

\n

Whether score values must be integers. Applicable to score-type labels.

\n
\n \n
\n
\n
\n
\n
\n

is_required

\n
\n

boolean

\n

Whether this label is required for an annotation.

\n
\n \n
\n
\n
\n
\n
\n

max

\n
\n

double

\n

Maximum value for score-type labels.

\n
\n \n
\n
\n
\n
\n
\n

min

\n
\n

double

\n

Minimum value for score-type labels.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the label. Must match the pattern ^[a-zA-Z0-9_-]+$ and be unique within the queue.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Type of a label in an annotation queue label schema. \nAllowed enum values: score,categorical,boolean,text

\n
\n \n
\n
\n
\n
\n
\n

values

\n
\n

[string]

\n

Allowed values for categorical-type labels. Must contain at least one non-empty, unique value.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the annotation queue.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the annotation queue.

\n
\n \n
\n
\n
\n
\n
\n

project_id [required]

\n
\n

string

\n

Identifier of the project this queue belongs to.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Resource type of an LLM Observability annotation queue. \nAllowed enum values: queues

\n
\n \n
\n
\n
\n
" + "html": "
\n
\n
\n
\n

data [required]

\n
\n

object

\n

Data object for creating an LLM Observability annotation queue.

\n
\n
\n
\n
\n
\n

attributes [required]

\n
\n

object

\n

Attributes for creating an LLM Observability annotation queue.

\n
\n
\n
\n
\n
\n

annotation_schema

\n
\n

object

\n

Schema defining the labels for an annotation queue.

\n
\n
\n
\n
\n
\n

label_schemas [required]

\n
\n

[object]

\n

List of label schema definitions.

\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the label.

\n
\n \n
\n
\n
\n
\n
\n

has_assessment

\n
\n

boolean

\n

Whether this label includes an assessment field.

\n
\n \n
\n
\n
\n
\n
\n

has_reasoning

\n
\n

boolean

\n

Whether this label includes a reasoning field.

\n
\n \n
\n
\n
\n
\n
\n

id

\n
\n

string

\n

Unique identifier of the label schema. Assigned by the server if not provided.

\n
\n \n
\n
\n
\n
\n
\n

is_assessment

\n
\n

boolean

\n

Whether the boolean label represents an assessment. Requires has_assessment to be true.

\n
\n \n
\n
\n
\n
\n
\n

is_integer

\n
\n

boolean

\n

Whether score values must be integers. Applicable to score-type labels.

\n
\n \n
\n
\n
\n
\n
\n

is_required

\n
\n

boolean

\n

Whether this label is required for an annotation.

\n
\n \n
\n
\n
\n
\n
\n

max

\n
\n

double

\n

Maximum value for score-type labels.

\n
\n \n
\n
\n
\n
\n
\n

min

\n
\n

double

\n

Minimum value for score-type labels.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the label. Must match the pattern ^[a-zA-Z0-9_-]+$ and be unique within the queue.

\n
\n \n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Type of a label in an annotation queue label schema. \nAllowed enum values: score,categorical,boolean,text

\n
\n \n
\n
\n
\n
\n
\n

values

\n
\n

[string]

\n

Allowed values for categorical-type labels. Must contain at least one non-empty, unique value.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n

description

\n
\n

string

\n

Description of the annotation queue.

\n
\n \n
\n
\n
\n
\n
\n

name [required]

\n
\n

string

\n

Name of the annotation queue.

\n
\n \n
\n
\n
\n
\n
\n

project_id

\n
\n

string

\n

Identifier of the project this queue belongs to.

\n
\n \n
\n
\n
\n
\n
\n
\n
\n

type [required]

\n
\n

enum

\n

Resource type of an LLM Observability annotation queue. \nAllowed enum values: queues

\n
\n \n
\n
\n
\n
" } }, "DeleteLLMObsAnnotationQueue": { diff --git a/hugo/data/api/v2/full_spec.yaml b/hugo/data/api/v2/full_spec.yaml index f7698a2fd21..5b58c3a6a9f 100644 --- a/hugo/data/api/v2/full_spec.yaml +++ b/hugo/data/api/v2/full_spec.yaml @@ -55630,7 +55630,6 @@ components: type: string required: - name - - project_id type: object LLMObsAnnotationQueueDataAttributesResponse: description: Attributes of an LLM Observability annotation queue. @@ -160385,7 +160384,8 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). post: description: |- - Create an annotation queue. The `name` and `project_id` fields are required. + Create an annotation queue. The `name` field is required. + Optionally associate the queue with a project by providing `project_id`. An optional `annotation_schema` can be provided to define the labels for the queue. Fields such as `created_by`, `owned_by`, `created_at`, `modified_by`, and `modified_at` are inferred by the backend. diff --git a/hugo/data/api/v2/translate_actions.json b/hugo/data/api/v2/translate_actions.json index eb9bbbe4438..f979b5b9acf 100644 --- a/hugo/data/api/v2/translate_actions.json +++ b/hugo/data/api/v2/translate_actions.json @@ -3242,7 +3242,7 @@ "summary": "List LLM Observability annotation queues" }, "CreateLLMObsAnnotationQueue": { - "description": "Create an annotation queue. The `name` and `project_id` fields are required.\nAn optional `annotation_schema` can be provided to define the labels for the queue.\nFields such as `created_by`, `owned_by`, `created_at`, `modified_by`,\nand `modified_at` are inferred by the backend.", + "description": "Create an annotation queue. The `name` field is required.\nOptionally associate the queue with a project by providing `project_id`.\nAn optional `annotation_schema` can be provided to define the labels for the queue.\nFields such as `created_by`, `owned_by`, `created_at`, `modified_by`,\nand `modified_at` are inferred by the backend.", "summary": "Create an LLM Observability annotation queue", "request_description": "Create annotation queue payload.", "request_schema_description": "Request to create an LLM Observability annotation queue."