Vertex AI에서 데이터 세트를 만들 때 가져온 CSV 또는 JSON Lines 파일에 라벨이 포함된 경우 Vertex AI가 주석 세트를 자동으로 만들고 데이터 세트에 대해 선택한 목표에 이를 할당합니다. 예를 들어 동영상을 데이터 유형으로 선택하고 분류를 목표로 선택한 경우 DATASET_NAME\_vcn이라는 주석 세트가 생성됩니다. 여기서 'vcn'은 '동영상 분류'를 의미합니다.
데이터 세트가 이미 생성되었고 주석 세트 또는 추가 주석 세트를 추가하려는 경우, 다음 섹션에 설명된 대로 Google Cloud 콘솔에서 이를 만들 수 있습니다.
새 주석 세트 만들기
Google Cloud 콘솔에서만 기존 데이터 세트에 대해 새 주석 세트를 만들 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# Create an annotation set\n\nAn *annotation set* is a set of labels that you apply to the data of a dataset\nfor model training. Annotation sets are associated with a data type and model\nobjective (for example, `video/classification`). You create annotation sets for\nimage, text, and video data types.\n\nTo learn how to apply the labels of your annotation set to your dataset's data,\nsee\n[Label using the Google Cloud console](/vertex-ai/docs/datasets/label-using-console).\n\nHow to create an annotation set\n-------------------------------\n\nWhen you create a dataset in Vertex AI, if the imported CSV or\n[JSON Lines](https://jsonlines.org/)\nfile contains labels, Vertex AI automatically creates an annotation set\nand assigns it the objective that you selected for the dataset. For example, if\nyou select *Video* as the data type and *Classification* as the objective, the\nannotation set \u003cvar translate=\"no\"\u003eDATASET_NAME\u003c/var\u003e`\\_vcn` is created, where \"vcn\"\nstands for \"video classification.\"\n\nIf the dataset is already created and you want to add an annotation set or\nadditional annotation sets, you can create them in the Google Cloud console as\ndetailed in the following section.\n\nCreate a new annotation set\n---------------------------\n\nYou can create a new annotation set for an existing dataset in the\nGoogle Cloud console only.\n\n1. In the Google Cloud console, go to the Vertex AI **Datasets** page.\n\n [Go to Datasets](https://console.cloud.google.com/vertex-ai/datasets)\n2. Click the dataset that you want to create an annotation set for.\n\n The dataset appears.\n\n3. In the selector box next to the name of your dataset, select\n **Create annotation set**.\n\n4. In the **Create annotation set** pane, enter a name for the annotation set.\n\n5. Select the model objective.\n\n6. Click **Create**.\n\n The dataset view appears with your new annotation set displayed. You are now\n ready to apply the labels of your new annotation set to your data.\n\nWhat's next\n-----------\n\n- Edit, or add labels to your dataset [using the Google Cloud console](/vertex-ai/docs/datasets/label-using-console)."]]