Model show
Usage #
aioli model show [-h] [--yaml | --json] name
Full Example #
aioli model show NAME --yaml
Options: #
The packaged model id, name or versioned-name (evaluated in that order). A versioned-name is the package model name with suffix of the version with the format ’name.V###’ where ‘###’ is the version number. For example, a model named ‘my-model’ with a version of ‘23’ would be represented by versioned-name of: my-model.V23
–yaml #
print as YAML (default: True)
–json #
print as JSON