Logarithm::CLI::Model::Arguments
Inherits Iterable < Enumerable < Struct < Value < Object
Model management subcommand for inspecting and managing trained models.
This command provides utilities for examining trained model information, listing available models, and deleting models when needed. It helps with model lifecycle management and troubleshooting.
Actions
info: Display detailed information about trained modelslist: List all available model files in the data directorydelete: Remove trained models (with confirmation)
Usage
logarithm model info
logarithm model list
logarithm model delete
Constants
Constructors
new(command : Admiral::Command)
Instance methods
[](*args, **options)
[](*args, **options, &)
action
Sourceeach(*args, **options)
each(*args, **options, &)
exists?(name : Symbol)
get(name : Symbol)
get?(name : Symbol)
inspect(io)
Sourcerest
validate!(command : Admiral::Command)