Skip to content

Commit 18e74ec

Browse files
update code path docstring (#42356)
1 parent 6b74ff1 commit 18e74ec

File tree

1 file changed

+2
-2
lines changed
  • sdk/ml/azure-ai-ml/azure/ai/ml/entities/_assets/_artifacts

1 file changed

+2
-2
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/entities/_assets/_artifacts/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class Code(Artifact):
2525
:type name: str
2626
:param version: Version of the resource.
2727
: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/"
28+
:param path: A local path or a remote uri. A storage remote uri example is like,
29+
"https://{storage_account}.blob.core.windows.net/{container}/{path}"
3030
:type path: str
3131
:param description: Description of the resource.
3232
:type description: str

0 commit comments

Comments
 (0)