Created
September 13, 2019 12:43
-
-
Save aribornstein/57b6a6afdfc635018b86641d4c9b8e34 to your computer and use it in GitHub Desktop.
InferenceConfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from azureml.core.model import InferenceConfig | |
inference_config = InferenceConfig(environment=deploy_env, | |
entry_script="score.py") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment