Description Usage Arguments Details
Logs a specific file or directory as an artifact for a run.
1 | log_artifact(file, run_id = NULL, client = NULL, ...)
|
file |
The file to log as an artifact. |
run_id |
A run uuid. Automatically inferred if a run is currently active. |
client |
An MLFlow client. Defaults to |
... |
Additional arguments to pass to |
When logging to Amazon S3, ensure that you have the s3:PutObject, s3:GetObject, s3:ListBucket, and s3:GetBucketLocation permissions on your bucket.
Additionally, at least the AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
environment variables must be set to the corresponding key and secrets provided
by Amazon IAM.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.