For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai score-configs update

Update a score config

Synopsis

Update an existing scoring configuration.

This command requires API key authentication.

iai score-configs update <id> [flags]

Examples

  iai score-configs update sc_123 --description "Updated scoring rubric"
  iai score-configs update sc_123 --min-value 0 --max-value 10
  iai score-configs update sc_123 --categories '["pass","fail"]'
  iai score-configs update sc_123 --is-archived --yaml

Options

      --categories string     New categories as JSON array
      --description string    New description
  -h, --help                  help for update
      --is-archived           Set archived status
      --json                  Output raw API response as JSON
      --max-value float       New maximum value
      --min-value float       New minimum value
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?