{// Union field destination can be only one of the following:"earthEngineDestination": {object (EarthEngineDestination)}// End of list of possible types for union field destination.}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-25。"],[[["Initiates a batch process to compute and save a classifier as an Earth Engine asset."],["Requires an expression evaluating to an Earth Engine Classifier, asset export options, and authorization."],["Allows customization with optional parameters like description, request ID, workload tag, and priority."],["Returns an Operation object upon successful request initiation."],["Needs `earthengine.exports.create` IAM permission and specific OAuth scopes for authorization."]]],["This describes initiating a batch process to compute and save a classifier as an Earth Engine asset via an HTTP POST request. The request requires a project ID and an expression defining the classifier. It also takes optional parameters like a task description, unique request ID, workload tag, and priority. The `assetExportOptions` field is required and specifies that it is an Earth Engine asset. Successful requests return an Operation instance, and it requires specific OAuth scopes for authorization.\n"]]