선택사항입니다. 중복 요청을 감지하는 데 사용되는 고유 문자열입니다. 동일한 비어 있지 않은 requestId를 사용하여 동일한 사용자가 두 번 이상 요청하는 경우 이러한 요청 중 하나만 장기 실행 작업을 성공적으로 시작할 수 있습니다. requestId에는 a..z, A..Z, 0~9 또는 '-' 문자가 포함될 수 있습니다. requestId의 길이는 최대 60자(영문 기준)입니다.
{// Union field destination can be only one of the following:"earthEngineDestination": {object (EarthEngineDestination)}// End of list of possible types for union field destination.}
필드
통합 필드 destination. 결과를 작성할 위치입니다. destination은 다음 중 하나여야 합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[],["This describes initiating a batch process to compute and save a classifier as an Earth Engine asset via an HTTP POST request. The request requires a project ID and an expression defining the classifier. It also takes optional parameters like a task description, unique request ID, workload tag, and priority. The `assetExportOptions` field is required and specifies that it is an Earth Engine asset. Successful requests return an Operation instance, and it requires specific OAuth scopes for authorization.\n"]]