Skip to main content

No project description provided

Project description

MLOps Utilities

This library provides implementation for a few high level operations most commonly occuring in any MLOps workflows built in AWS:

  • Upsert pipeline
  • Run pipeline
  • Deploy model
    • Create endpoint
    • Update endpoint

User guide

Installation

pip3 install mlops-utilities

Project structure conventions

TODO

Actions

TODO

from mlops_utilities.actions import run_pipeline
    
run_pipeline(
  pipeline_name='test_pipeline',
  execution_name_prefix='test_pipeline',
  dryrun=True,
  pipeline_params={}
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlops_utilities-0.1.6.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

mlops_utilities-0.1.6-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page