AI-generated Key Takeaways
-
FeatureViews are created using an HTTP POST request to the specified endpoint.
-
The request requires a
parentpath parameter indicating the project, and an optionalworkloadTagquery parameter for tracking. -
The request body must include an instance of a
FeatureView. -
A successful response returns the newly created
FeatureView. -
Authorization requires one of the listed OAuth scopes.
Create a FeatureView.
HTTP request
POST https://earthengine.googleapis.com/v1/{parent=projects/*}/featureView
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent of the map collection (e.g., "projects/*"). |
Query parameters
| Parameters | |
|---|---|
workloadTag |
User supplied tag to track this computation. |
Request body
The request body contains an instance of FeatureView.
Response body
If successful, the response body contains a newly created instance of FeatureView.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/earthenginehttps://www.googleapis.com/auth/earthengine.readonlyhttps://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/cloud-platform.read-only
For more information, see the OAuth 2.0 Overview.