Method: projects.featureViews.create

FeatureView를 만듭니다.

HTTP 요청

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

URL은 gRPC 트랜스코딩 문법을 사용합니다.

경로 매개변수

매개변수
parent

string

필수입니다. 지도 컬렉션의 상위 요소입니다 (예: 'projects/*')를 사용합니다.

쿼리 매개변수

매개변수
workloadTag

string

사용자가 이 계산을 추적하기 위해 제공한 태그입니다.

요청 본문

요청 본문에 FeatureView의 인스턴스가 포함됩니다.

응답 본문

성공한 경우 응답 본문에 새로 생성된 FeatureView의 인스턴스가 포함됩니다.

승인 범위

다음 OAuth 범위 중 하나가 필요합니다.

  • 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

자세한 내용은 OAuth 2.0 Overview를 참고하세요.