Docs: Update for PR# 77#67
Conversation
|
Here's a summary of the changes: A new document has been added which describes updates to the codebase. The changes are related to the addition of a new command-line argument, |
|
📝 From @SirDocsALot the new docs are staged at https://magemaker-staging-a7933add265b4f9e.slashml.com |
There was a problem hiding this comment.
The given code diff details the addition of new functionality to the MageMaker CLI tool. A new command-line argument --query was added to support YAML query configuration files. This feature allows users to query deployed models using the path of a YAML configuration file.
The --query argument takes a string input, which should be the path to the YAML query configuration file. It has the attributes action='query', help, and type=str.
An example usage of this new functionality is provided as follows:
magemaker --query /path/to/your/queryconfig.yamlHere, /path/to/your/queryconfig.yaml should be replaced with the actual path of the YAML query configuration file. The YAML file should be formatted as per the specifications needed by the --query command.
This PR was auto-created based on a PR in
slashml/magemaker