export_model
Export a trained model from Tuning Engines cloud storage to your S3 bucket.
Instructions
Export a trained model from Tuning Engines cloud storage to your S3 bucket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | Model ID (UUID) to export | |
| s3_bucket | Yes | Destination S3 bucket name | |
| s3_prefix | No | Optional S3 key prefix for the exported model | |
| s3_access_key_id | Yes | AWS access key ID | |
| s3_secret_access_key | Yes | AWS secret access key | |
| s3_region | Yes | AWS region (e.g. us-east-1) | |
| delete_after | No | Delete the model from Tuning Engines storage after export (default: false) |