For the complete documentation index, see llms.txt. This page is also available as Markdown.

9. म्यूटेशन: "ZonesMap" असमकालिक रूप से जनरेट करें

"Field" के लिए "ZonesMap" बनाएं असिंक्रोनस तरीके से.

असिंक्रोनस तरीका एक कार्य (Generate) को रखता है generateVectorAnalysisMap) को प्रोसेस करने के लिए और प्रोसेसिंग समाप्त होते ही Subscription प्राप्त होगा।

mutation GenerateZonesMapAsync {
  generateVectorAnalysisMapAsync(input: {
    fieldUuid: "<placeholder_of_field_uuid>"
    satelliteImageUuids: [
      "<placeholder_of_satelliteimage_uuid_1>",
      "<placeholder_of_satelliteimage_uuid_2>",
      "<placeholder_of_satelliteimage_uuid_3>"
    ]
    index: NDVI
    numberOfZones :7
    name: "3 Years 2017-2019 (API)"
  }) {    
    uuid 
    fieldUuid
    statusCode  
  }
}

अंतिम अपडेट

क्या यह उपयोगी था?