hyrax.verbs.model#

Attributes#

Classes#

Model

Resolves the model class that is defined in the config file.

Module Contents#

logger[source]#
class Model(config)[source]#

Bases: hyrax.verbs.verb_registry.Verb

Resolves the model class that is defined in the config file. This will return a reference to the model class.

__init__()[source]#

Overall initialization for all verbs that saves the config

cli_name = 'model'[source]#
add_parser_kwargs[source]#
static setup_parser(parser)[source]#

Not implemented

run_cli()[source]#

Not implemented

run()[source]#

Fetch and return the model _class_. Does not create an instance of the model class.