Hi @Brad,
Thank you for clarifying your question.
When you deploy a real-time or batch inference endpoint, you have the option to have both the environment and scoring script auto-generated. However, the auto-generated scoring script is not automatically saved. You will need to manually save the scoring script to a location of your choice.
To access the auto-generated scoring script and environment:
Select the auto-generated scoring script during deployment and also select the environment that you want to use for the deployment.
Once the deployment is complete, you can download the scoring script from the 'Outputs' tab of the specific AutoML job that you used to generate the endpoint.
See this: For more information on how to deploy real-time or batch inference endpoints & how-to-deploy-online-endpoints
I hope this helps! Thank you.