Method: projects.featureViews.create

  • 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.

Create a FeatureView.

HTTP request

POST https://earthengine.googleapis.com/v1/{parent=projects/*}/featureViews

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent of the map collection (e.g., "projects/*").

Query parameters

Parameters
workloadTag

string

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/earthengine
  • https://www.googleapis.com/auth/earthengine.readonly
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloud-platform.read-only

For more information, see the OAuth 2.0 Overview.