[[["เข้าใจง่าย","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"]]