Files
foxhunt/crates/training_uploader/README.md
jgrusewski b57df47ddc docs: create/update README.md for all 17 crates
Create 8 missing READMEs (config, ctrader-openapi, market-data, ml-data,
model_loader, risk-data, trading-data, training_uploader). Update 9 existing
READMEs to standard template format.

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

14 lines
405 B
Markdown

# 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