-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
Hi,
Please help.
I am having some challenges with stepfunctions + sagemaker APIs.
It seems that I should be able to pass environmental variables to endpoint using env(dict[str,str]) in the sagemaker.Model constructor in the steps.Modelstep.
However I am not able to get those env variables visible in the endpoint.
I am able to get the env variables working with boto3 but I don't want to use that as I prefer Sagemaker API with step functions.
So how to pass env variables correctly to stepfunctions to that those are visible?
Running:
stepfunctions=1.0.0.9
sagemaker=1.55.4
However in container once I start it (printing os.environ all keys and values)
Metadata
Metadata
Assignees
Labels
No labels