An API package connect to a MLops server relating to the GEMstack project.
Project description
MLOps API Gemstack
This is the mlops_api_gemstack package, version 0.3.3. It is an API package designed to connect to a MLOps server relating to the GEMstack project.
Installation
You can install this package using pip:
pip install mlops_api_gemstack
Introduction to Package CLI Command
mlops [OPTIONS] COMMAND [ARGS]...
list-models-info
mlops list-models-info
- Description: Print a list of all models information stored in the database.
model-info MODEL_ID
mlops model-info MODEL_ID
- Description: Print details of a specific model based on its ID.
- Parameters:
MODEL_ID: The unique identifier of the model.
model-update MODEL_ID NEW_DESCRIPTION
mlops model-update MODEL_ID NEW_DESCRIPTION
- Description: Updating description of a specific model based on its ID.
- Parameters:
MODEL_ID: The unique identifier of the model.NEW_DESCRIPTION: New description of the model.
model-download MODEL_ID
mlops model-download MODEL_ID
- Description: Download the model file of a specific model based on ID.
- Parameters:
MODEL_ID: The unique identifier of the model.
model-upload FILE_PATH
mlops model-upload FILE_PATH
- Description: Uploading a new model to the server. If model name existed, it will update an existing model.
- Parameters:
FILE_PATH: The complete path to the file.
list-datasets-info
mlops list-datasets-info
- Description: Print a list of all dataset information stored in the database.
dataset-info DATASET_ID
mlops dataset-info DATASET_ID
- Description: Pirnt details of a specific dataset based on its ID.
- Parameters:
DATASET_ID: The unique identifier of the dataset.
dataset-update DATASET_ID NEW_DESCRIPTION NEW_SOURCE
mlops dataset-update DATASET_ID NEW_DESCRIPTION NEW_SOURCE
- Description: Updating details of a specific dataset based on its ID.
- Parameters:
DATASET_ID: The unique identifier of the dataset.NEW_DESCRIPTION: New description of the dataset.NEW_SOURCE: New source description of the dataset.
dataset-download DATASET_ID
mlops mlops dataset-download DATASET_ID
- Description: Download the dataset file of a specific dataset.
- Parameters:
DATASET_ID: The unique identifier of the dataset.
dataset-upload FILE_PATH SOURCE
mlops dataset-upload FILE_PATH SOURCE
- Description: Uploading a new dataset to the server. If the dataset name existed, it will update an existing dataset.
- Parameters:
FILE_PATH: The complete path to the file.SOURCE: The source description of the dataset.
dataset-uploadbag FILE_PATH SOURCE
mlops dataset-uploadbag FILE_PATH SOURCE
- Description: Uploading a new bag dataset to the server. If the dataset name existed, it will update an existing dataset.
- Parameters:
FILE_PATH: The complete path to the file.SOURCE: The source description of the bag dataset.
record-rosbag TOPICS_FILE ROSBAG_FILE_NAME SOURCE --delete_rosbag
mlops record-rosbag TOPICS_FILE ROSBAG_FILE_NAME SOURCE --delete_rosbag
- Description: Uploading a new bag dataset to the server. If the dataset name existed, it will update an existing dataset.
- Parameters:
TOPICS_FILE: A text file containing the topics that want rosbag to record. One topic per line.ROSBAG_FILE_NAME: The name you want the final rosbag file to have.SOURCE: The source description of the bag dataset.--delete_rosbag: A optional flag if you want to delete the rosbag after uploading.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mlops_api_gemstack-0.3.5.tar.gz.
File metadata
- Download URL: mlops_api_gemstack-0.3.5.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea13b7d84e36f8f6086e4c766732dbb6ac91ff0de1bd8c35e3264beccd809d96
|
|
| MD5 |
bb57025dc9706982ed7b5a3688309251
|
|
| BLAKE2b-256 |
3cec9eda348233114f4d794b19c9e5e4382b7833058ed5b2219ef390746cc87c
|
File details
Details for the file mlops_api_gemstack-0.3.5-py3-none-any.whl.
File metadata
- Download URL: mlops_api_gemstack-0.3.5-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c5d200af475b67027fd7397d66d367d93de74faa4d18be6a0b340509101b3ee
|
|
| MD5 |
3ca0f77a068668b8a63a10bcbc51a91a
|
|
| BLAKE2b-256 |
12bbb835dc869c2303031283efdd030c938adfffc24b97321602f7b564b79b91
|