No project description provided
Project description
aiSSEMBLE™ Model Training API
This module contains the implementation and baseline Docker image for the aiSSEMBLE model training service. This service allows you to create model training jobs, list jobs, retrieve job logs, and kill jobs.
Model Training API
POST /training-jobs?pipeline=PIPELINE_NAME
- Request body contains all key/value pairs required for model training, such as model hyperparameters
- Functionality:
- Spawns appropriate model training Kubernetes job
- Checks for existence of model training image with naming convention: "model-training-PIPELINE_NAME"
- Returns error if not present
- Job naming convention: "model-training-PIPELINE_NAME-RANDOM_UUID"
- Checks for existence of model training image with naming convention: "model-training-PIPELINE_NAME"
- Passes in user-provided parameters
- Spawns appropriate model training Kubernetes job
- Returns model training job name
GET /training-jobs/TRAINING_JOB_NAME
- Returns logs from pod running model training job or error if job doesn't exist
GET /training-jobs
- Returns list of all model training jobs (active, failed, and completed) and statuses
- Filters all jobs in cluster by reserved job name prefix "model-training"
GET /training-jobs?pipeline=PIPELINE_NAME
- Returns list of all model training jobs (active, failed, and completed) and statuses for a given pipeline
DELETE /training-jobs/TRAINING_JOB_NAME
- Deletes specified Kubernetes job
- Returns error if job does not exist
Remaining Items
- Ensure appropriate Kubernetes RBAC config in Helm charts
- Deploy model training API in downstream projects with ML training step(s)
- In downstream projects, ensure model training image is generated into "model-training-PIPELINE_NAME"
- In downstream projects, ensure embeddings deployment name is "PIPELINE_NAME-STEP_NAME"
- Configure permissions/implement PDP authorization for each API route
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
File details
Details for the file aissemble_foundation_model_training_api-1.10.0.tar.gz
.
File metadata
- Download URL: aissemble_foundation_model_training_api-1.10.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.4 Linux/5.10.220-209.869.amzn2.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24be570f387a8a74859be359d5ccf1a8f8c4622a0874fa0db11d50dc3b901bda |
|
MD5 | c272676760597f53e4065d398c4ec484 |
|
BLAKE2b-256 | 155279f1339116892ef0394afecc62bc810721f943cf5cee4ffd77f15dd27c18 |
File details
Details for the file aissemble_foundation_model_training_api-1.10.0-py3-none-any.whl
.
File metadata
- Download URL: aissemble_foundation_model_training_api-1.10.0-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.4 Linux/5.10.220-209.869.amzn2.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca31618483b10942c6efe49bc006711106bf386b7c876e20d840133528d9daff |
|
MD5 | e3d456fc6c0b860c4f0c6cf3a4f84a15 |
|
BLAKE2b-256 | 41c971f474a802318419f2308f3d48d219011d7db076c63e00fcf828e3a11a8f |