Delete hello.py

This commit is contained in:
Shané Winner
2019-09-22 20:36:29 -07:00
committed by GitHub
parent 7f4101c33e
commit dba978e42a

View File

@@ -1,7 +0,0 @@
# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license.
from azureml.core import Run
submitted_run = Run.get_context()
submitted_run.log(name="message", value="Hello from run!")