Files
foxhunt/crates/training_uploader
jgrusewski 3df18cf539 docs: add lib.rs doc comment to training_uploader
Add //! module-level doc comment to training_uploader/src/main.rs.
The other 6 crates (backtesting, ctrader-openapi, data, ml, risk,
trading_engine) already had doc comments and were skipped.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 22:53:11 +01:00
..

training_uploader

K8s sidecar that uploads training artifacts to S3 and reports completion via gRPC.

Usage

Deployed as a sidecar container alongside training jobs. Watches for training artifacts (checkpoints, metrics) and uploads them to the configured S3 bucket.

Configuration

  • S3_BUCKET — target bucket for artifacts
  • TRAINING_SERVICE_URL — gRPC endpoint for completion reporting