Is there a way to access the stdout from the asynchronous inference endpoint in AWS SageMaker? I want to be able to view the output of the print commands that I use in the inference python script. Also, which method can I use in order to retrieve the current progress from an inference session? Thanks!
Anything sent to stdout/stderr would show up in CloudWatch.
https://docs.aws.amazon.com/sagemaker/latest/dg/logging-cloudwatch.html
I am not sure what you mean by " Also, which method can I use in order to retrieve the current progress from an inference session"