Skip to main content
The ax annotation-configs commands are currently in BETA. The API may change without notice. A one-time warning is emitted on first use.
The ax annotation-configs commands let you create, retrieve, and manage annotation configs on the Arize platform. Annotation configs define structured label schemas for human feedback and data curation.

ax annotation-configs list

List all annotation configs in a space.
Examples:

ax annotation-configs create

Create a new annotation config. Three types are supported: CATEGORICAL, CONTINUOUS, and FREEFORM.
Examples: Categorical (discrete labels with optional scores):
Continuous (numeric score range):
Freeform (free-text feedback, no scoring):

ax annotation-configs get

Retrieve a single annotation config by name or ID.
Examples:

ax annotation-configs update

Update an annotation config. Choose the subcommand matching the config’s type: continuous, categorical, or freeform. Only the fields you pass are changed; omitted fields are left unchanged.

ax annotation-configs update continuous

ax annotation-configs update categorical

ax annotation-configs update freeform

Examples:

ax annotation-configs delete

Delete an annotation config by name or ID. This operation is irreversible.
Examples: