이 레거시 버전의 AI Platform 데이터 라벨링은
지원 중단 되었으며 2024년 1월 23일 이후에는 Google Cloud에서 더 이상 사용할 수 없습니다. 기존 AI Platform 데이터 라벨링의 모든 기능과 신규 기능은 Vertex AI Platform에서 사용할 수 있습니다. 리소스를 마이그레이션하는 방법은
Vertex AI로 마이그레이션 을 참조하세요.
의견 보내기
시작하기 전에
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
베타
이 기능에는 서비스별 약관 의 일반 서비스 약관 섹션에 있는 'GA 이전 제공 서비스 약관'이 적용됩니다.
GA 이전 기능은 '있는 그대로' 제공되며 지원이 제한될 수 있습니다.
자세한 내용은 출시 단계 설명 을 참조하세요.
AI Platform 데이터 라벨링 서비스를 사용하려면 먼저 프로젝트에서 사용 설정해야 합니다.
Google Cloud 계정에 로그인합니다. Google Cloud를 처음 사용하는 경우 계정을 만들고 Google 제품의 실제 성능을 평가해 보세요. 신규 고객에게는 워크로드를 실행, 테스트, 배포하는 데 사용할 수 있는 $300의 무료 크레딧이 제공됩니다.
In the Google Cloud console, on the project selector page,
select or create a Google Cloud project.
Note : If you don't plan to keep the
resources that you create in this procedure, create a project instead of
selecting an existing project. After you finish these steps, you can
delete the project, removing all resources associated with the project.
Go to project selector
Google Cloud 프로젝트에 결제가 사용 설정되어 있는지 확인합니다 .
Enable the Data Labeling API.
Enable the API
In the Google Cloud console, on the project selector page,
select or create a Google Cloud project.
Note : If you don't plan to keep the
resources that you create in this procedure, create a project instead of
selecting an existing project. After you finish these steps, you can
delete the project, removing all resources associated with the project.
Go to project selector
Google Cloud 프로젝트에 결제가 사용 설정되어 있는지 확인합니다 .
Enable the Data Labeling API.
Enable the API
Google Cloud CLI 및 Google Cloud CLI 를 설치합니다.
서비스 계정 만들기 및 키 파일 다운로드 의 안내를 따릅니다.
서비스 계정을 만들 때 다운로드한 서비스 계정 키 파일 경로로 GOOGLE_APPLICATION_CREDENTIALS
환경 변수를 설정합니다.
export GOOGLE_APPLICATION_CREDENTIALS=KEY_FILE
PROJECT_ID
환경 변수를 프로젝트 ID 로 설정합니다.
export PROJECT_ID = YOUR_PROJECT_ID
Data Labeling API 호출 및 리소스 이름에는 프로젝트 ID가 포함됩니다. PROJECT_ID
환경 변수는 ID를 지정하는 편리한 방법을 제공합니다.
Data Labeling Editor IAM 역할에 사용자 계정과 서비스 계정을 추가합니다.
YOUR_USERID@YOUR_DOMAIN 를 사용자 계정으로 바꿉니다.
SERVICE_ACCOUNT_NAME 을 새 서비스 계정의 이름(예: service-account1@myproject.iam.gserviceaccount.com
)으로 바꿉니다.
gcloud auth login
gcloud projects add-iam-policy-binding $PROJECT_ID
--member="user:YOUR_USERID@YOUR_DOMAIN "
--role="roles/datalabeling.editor"
gcloud projects add-iam-policy-binding $PROJECT_ID
--member="serviceAccount:SERVICE_ACCOUNT_EMAIL "
--role="roles/datalabeling.editor"
Google Cloud Storage 버킷을 만들어 라벨을 지정할 데이터와 라벨러에 대한 안내를 저장합니다.
의견 보내기
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스 에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스 에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책 을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-12(UTC)
의견을 전달하고 싶나요?
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-11-12(UTC)"],[],[]]