from azureml.core import Environment
from azureml.core.model import InferenceConfig
env = Environment(name="project_environment")
dummy_inference_config = InferenceConfig(
environment=env,
source_directory="./source_dir",
entry_script="./echo_score.py",
)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter