Skip to main content
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.