Skip to content

Allow sagemaker.experiments.run.Run to log at encrypted bucket #3710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rodrigofp-possiblefinance opened this issue Mar 10, 2023 · 0 comments · Fixed by #4338
Closed

Allow sagemaker.experiments.run.Run to log at encrypted bucket #3710

rodrigofp-possiblefinance opened this issue Mar 10, 2023 · 0 comments · Fixed by #4338
Assignees
Labels
component: experiments Relates to the SageMaker Experiements Platform type: feature request

Comments

@rodrigofp-possiblefinance

Describe the feature you'd like
Currently there is no way to log any experiment artifact like sagemaker.experiments.Run.log_precision_recall into a encrypted S3 bucket.
The function upload_artifact calls S3 client method upload_file without option to pass extra_args in order to specify things like {'ServerSideEncryption': 'AES256'}
I'd like to be able to set such extra args.

How would this feature be used? Please describe.
I don't have a clear idea where this extra args. should be defined but I believe it should responsibility of SessionSettings or Sagemaker Session

Describe alternatives you've considered
I can upload artifacts manually to S3, but there will be no way to attach them to the experiment, so it is almost useless

@dpatro dpatro added the component: experiments Relates to the SageMaker Experiements Platform label Apr 27, 2023
@martinRenou martinRenou self-assigned this Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: experiments Relates to the SageMaker Experiements Platform type: feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants