Method: projects.featureViews.create

  • A FeatureView can be created by sending a POST request to the specified URL with the necessary parameters.

  • The request body should contain a FeatureView object, as detailed in the provided documentation.

  • Upon successful creation, the response body will include the newly created FeatureView object.

  • Proper authorization with specific OAuth scopes like https://www.googleapis.com/auth/earthengine or https://www.googleapis.com/auth/cloud-platform is required.

Create a FeatureView.

HTTP request

POST https://earthengine.googleapis.com/v1alpha/{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.