Skip to content

Commit bce9e41

Browse files
Merge pull request #210906 from ssalgadodev/patch-3
AutoML | V2 Update concept-train-model-git-integration.md
2 parents 6ff881c + 19125dc commit bce9e41

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

articles/machine-learning/concept-train-model-git-integration.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,6 @@ The logged information contains text similar to the following JSON:
179179
}
180180
```
181181
182-
### Python SDK
183-
184-
After submitting a training run, a [Run](/python/api/azureml-core/azureml.core.run%28class%29) object is returned. The `properties` attribute of this object contains the logged git information. For example, the following code retrieves the commit hash:
185-
186-
[!INCLUDE [sdk v1](../../includes/machine-learning-sdk-v1.md)]
187-
188-
```python
189-
run.properties['azureml.git.commit']
190-
```
191-
192182
193183
## Next steps
194184

0 commit comments

Comments
 (0)