Before you start
You need a bucket and a credential. A bucket is a tape that has delegated writes to the gateway, and a credential is an access key pair the gateway operator issues you. Set up a bucket walks through both. A training run logs many files. Run it against your own gateway (gateway setup) rather than a public one.Configure
Everyday calls
Good to know
- The bucket must exist before MLflow starts. MLflow cannot create one. Buckets are created with
tape create. - Every artifact is a transaction on the chain, so the cost of a run depends on how many files it logs, not how large they are.
Next
- AWS CLI and boto3 for the client MLflow uses underneath.
- Uploads for multipart uploads and overwrites.