arguments
method of ProcessingStep
results in unwanted upload to S3
#4262
Unanswered
francisco-camargo
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to register a model made via SageMaker Pipelines. Following this as an example. Here is the code for model registration:
The line
step_eval.arguments
results in an upload ofsourdir.tar.gz
containingevaluate.py
to S3. I don't want this behavior, I just need the function defined in the code above to be able to get the S3 path it needs to read the model metrics of interest. Guidance on how to accomplish this would be much appreciated!Beta Was this translation helpful? Give feedback.
All reactions