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

iai dataset-runs get

Get a dataset run

Synopsis

Get detailed information about a specific dataset run.

iai dataset-runs get <run-name> [flags]

Examples

  iai dataset-runs get my-run --dataset-name my-dataset
  iai dataset-runs get my-run --dataset-name my-dataset -o my-org -p my-project
  iai dataset-runs get my-run --dataset-name my-dataset --json
  iai dataset-runs get my-run --dataset-name my-dataset --yaml

Options

      --dataset-name string   Dataset name (required)
  -h, --help                  help for get
      --json                  Output raw API response as JSON
  -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?