Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.flex.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns detailed information about a dataset: its inception time, metadata, status, file content list, and more. It outputs the information in YAML format by default.

Usage

flexai dataset inspect <dataset_name> [flags]

Arguments

ArgumentTypeRequiredDescription
dataset_namestringYesThe name of the Dataset to inspect.

Flags

FlagShortTypeDescription
--help-hbooleanDisplays this help page.
--json-jbooleanDisplays dataset information in JSON format instead of the default YAML.
--verbose-vbooleanProvides more detailed output when inspecting a Dataset.