We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b74ff1 commit 18e74ecCopy full SHA for 18e74ec
sdk/ml/azure-ai-ml/azure/ai/ml/entities/_assets/_artifacts/code.py
@@ -25,8 +25,8 @@ class Code(Artifact):
25
:type name: str
26
:param version: Version of the resource.
27
:type version: str
28
- :param path: A local path or a remote uri. A datastore remote uri example is like,
29
- "azureml://subscriptions/{}/resourcegroups/{}/workspaces/{}/datastores/{}/paths/path_on_datastore/"
+ :param path: A local path or a remote uri. A storage remote uri example is like,
+ "https://{storage_account}.blob.core.windows.net/{container}/{path}"
30
:type path: str
31
:param description: Description of the resource.
32
:type description: str
0 commit comments