Method: projects.datasets.create
Belirtilen proje için yeni bir veri kümesi oluşturur.
HTTP isteği
POST https://mapsplatformdatasets.googleapis.com/v1/{parent=projects/*}/datasets
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
parent |
string
Zorunlu. Veri kümesinin sahibi olacak üst proje. Biçim: projeler/{proje}
|
İstek içeriği
İstek metni, Dataset
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılı olursa yanıt gövdesi, yeni oluşturulmuş bir Dataset
örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/cloud-platform
IAM İzinleri
parent
kaynağında aşağıdaki IAM iznini gerektirir:
mapsplatformdatasets.datasets.create
Daha fazla bilgi için IAM belgelerini inceleyin.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-06-26 UTC.
[null,null,["Son güncelleme tarihi: 2024-06-26 UTC."],[[["Creates a new dataset within a specified Google Cloud project."],["Requires a POST request to the designated URL with specific path parameters and request body structure."],["Utilizes OAuth scope `https://www.googleapis.com/auth/cloud-platform` and IAM permission `mapsplatformdatasets.datasets.create` for authorization."],["The response body provides the newly created dataset's details upon successful creation."]]],["This content outlines how to create a new dataset within a specified project. A `POST` HTTP request is sent to a designated URL, including a required `parent` path parameter representing the project. The request body contains the new dataset information. Upon success, the response body returns the created dataset. This process requires authorization via the `cloud-platform` OAuth scope and the `mapsplatformdatasets.datasets.create` IAM permission on the parent project.\n"]]