Skip to content

Commit 8dd642c

Browse files
Update ai-core-data.md
1 parent 61eecfc commit 8dd642c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/ai-core-data/ai-core-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,8 @@ spec:
908908
path: /app/data/ # where to copy in the Dataset in the Docker image
909909
outputs:
910910
artifacts:
911-
- name: housepricemodel # name of the artifact generated, and folder name when placed in S3, complete directory will be `../<executaion_id>/housepricemodel`
912-
globalName: housemodel # local identifier name to the workflow, also used above in annotation
911+
- name: housepricemodel # local identifier name to the workflow
912+
globalName: housemodel # name of the artifact generated, and folder name when placed in S3, complete directory will be `../<executaion_id>/housemodel`. Also used above in annotation
913913
path: /app/model/ # from which folder in docker image (after running workflow step) copy contents to cloud storage
914914
archive:
915915
none: # specify not to compress while uploading to cloud

0 commit comments

Comments
 (0)