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

iai datasets create

Create a dataset

Synopsis

Create a new evaluation dataset.

iai datasets create <name> [flags]

Examples

  iai datasets create my-dataset
  iai datasets create my-dataset --description "Golden eval set"
  iai datasets create my-dataset --metadata-json '{"source":"prod"}' -p my-project
  iai datasets create my-dataset --json

Options

      --description string     Dataset description
  -h, --help                   help for create
      --json                   Output raw API response as JSON
      --metadata-json string   Metadata as JSON object
  -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?