[[["이해하기 쉬움","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-03-06(UTC)"],[[["Create a FeatureView using an HTTP POST request to the specified endpoint with the FeatureView details in the request body."],["The request requires specifying the parent project using the `parent` path parameter and optionally a `workload` tag for tracking."],["Successful requests will return the newly created FeatureView instance in the response body."],["Proper authorization with the necessary OAuth scopes like `earthengine` or `cloud-platform` is required to make the request."]]],["A `POST` request to `https://earthengine.googleapis.com/v1/{parent=projects/*}/featureViews` creates a FeatureView. The `parent` path parameter, representing the project, is required. An optional `workloadTag` query parameter tracks the computation. The request body must contain a FeatureView instance, and a successful response returns the newly created FeatureView. Authorization requires specific OAuth scopes, including Earth Engine and Cloud Platform permissions.\n"]]