Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ein Annotationssatz ist eine Reihe von Labels, die Sie auf die Daten eines Datasets für das Modelltraining anwenden. Annotationssätze sind einem Datentyp und einem Modellziel zugeordnet (z. B. video/classification). Sie erstellen Annotationssätze für Bild-, Text- und Videodatentypen.
Wenn Sie ein Dataset in Vertex AI erstellen und die importierte CSV- oder JSON Lines-Datei Labels enthält, erstellt Vertex AI automatisch einen Annotationssatz und weist ihm das Ziel zu, das Sie für das Dataset ausgewählt haben. Wenn Sie beispielsweise Video als Datentyp und Klassifizierung als Ziel auswählen, wird der Annotationssatz DATASET_NAME\_vcn erstellt. Dabei steht „vcn" für „Videoklassifizierung”.
Wenn das Dataset bereits erstellt wurde und Sie einen Annotationssatz oder zusätzliche Annotationssätze hinzufügen möchten, können Sie diese in der Google Cloud Konsole erstellen. Dies wird im folgenden Abschnitt beschrieben.
Neuen Annotationssatz erstellen
Sie können einen neuen Annotationssatz für ein vorhandenes Dataset nur in derGoogle Cloud Console erstellen.
Rufen Sie in der Google Cloud Console die Seite Vertex AI-Datasets auf.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-19 (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)."]]