Anuncio: Todos los proyectos no comerciales registrados para usar Earth Engine antes del 15 de abril de 2025 deben verificar su elegibilidad no comercial para mantener el acceso a Earth Engine.
Es el nombre legible de la tarea. El valor predeterminado es "myExportClassifierTask".
assetId
Cadena, opcional
El ID del recurso de destino.
priority
Número (opcional)
Es la prioridad de la tarea dentro del proyecto. Las tareas de prioridad más alta se programan antes. Debe ser un número entero entre 0 y 9999. La configuración predeterminada es 100.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-07-25 (UTC)"],[[["Exports an Earth Engine classifier as an asset for later use."],["Allows customization of the export task with description, asset ID, and priority settings."],["Provides code examples in JavaScript and Python demonstrating the export and subsequent use of the saved classifier."],["Utilizes a Landsat-based composite and MODIS landcover data for training the classifier in the examples."],["Enables efficient saving and loading of trained classifiers within the Earth Engine platform."]]],["This content details exporting an `ee.Classifier` as an Earth Engine asset using `Export.classifier.toAsset`. Key actions include: creating a classifier, defining a training dataset using landcover data and Landsat composites, sampling training data, and then training the classifier. The export process involves specifying the `classifier`, `description`, `assetId`, and `priority`. After export, the saved classifier can be loaded and used for classification, then visualized.\n"]]