Skip to content

Commit

Permalink
๐ŸŒ [i18n-KO] Translated package_reference/collections.md to Korean (hโ€ฆ
Browse files Browse the repository at this point in the history
โ€ฆuggingface#2214)

* docs: ko: package_reference/collections.md

* feat: nmt draft

* fix: manual edits

* fix: resolve suggestions

---------

Co-authored-by: Lucain <[email protected]>
  • Loading branch information
boyunJang and Wauplin authored Apr 18, 2024
1 parent 10315f4 commit 25c01f1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/ko/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
title: (๋ฒˆ์—ญ ์ค‘) Repo Cards and Repo Card Data
- local: in_translation
title: (๋ฒˆ์—ญ ์ค‘) Space runtime
- local: package_reference/collections
title: ์ปฌ๋ ‰์…˜ ๊ด€๋ฆฌ
- local: package_reference/tensorboard
title: TensorBoard ๋กœ๊ฑฐ
- local: in_translation
Expand Down
24 changes: 24 additions & 0 deletions docs/source/ko/package_reference/collections.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!--โš ๏ธ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
rendered properly in your Markdown viewer.
-->

# ์ปฌ๋ ‰์…˜ ๊ด€๋ฆฌ[[managing-collections]]

Hub์—์„œ Space๋ฅผ ๊ด€๋ฆฌํ•˜๋Š” ๋ฉ”์†Œ๋“œ์— ๋Œ€ํ•œ ์ž์„ธํ•œ ์„ค๋ช…์€ [`HfApi`] ํŽ˜์ด์ง€๋ฅผ ํ™•์ธํ•˜์„ธ์š”.

- ์ปฌ๋ ‰์…˜ ๋‚ด์šฉ ๊ฐ€์ ธ์˜ค๊ธฐ: [`get_collection`]
- ์ƒˆ๋กœ์šด ์ปฌ๋ ‰์…˜ ์ƒ์„ฑ: [`create_collection`]
- ์ปฌ๋ ‰์…˜ ์—…๋ฐ์ดํŠธ: [`update_collection_metadata`]
- ์ปฌ๋ ‰์…˜ ์‚ญ์ œ: [`delete_collection`]
- ์ปฌ๋ ‰์…˜์— ํ•ญ๋ชฉ ์ถ”๊ฐ€: [`add_collection_item`]
- ์ปฌ๋ ‰์…˜์˜ ํ•ญ๋ชฉ ์—…๋ฐ์ดํŠธ: [`update_collection_item`]
- ์ปฌ๋ ‰์…˜์—์„œ ํ•ญ๋ชฉ ์ œ๊ฑฐ: [`delete_collection_item`]


### Collection[[huggingface_hub.Collection]]

[[autodoc]] Collection

### CollectionItem[[huggingface_hub.CollectionItem]]

[[autodoc]] CollectionItem

0 comments on commit 25c01f1

Please sign in to comment.