ee.Reducer.getOutputs
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
فهرستی از نام های خروجی کاهش دهنده داده شده را برمی گرداند.
استفاده | برمی گرداند | Reducer. getOutputs () | فهرست کنید |
استدلال | تایپ کنید | جزئیات | این: reducer | کاهنده | |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eReducer.getOutputs() returns a list of the output names for the given reducer.\u003c/p\u003e\n"],["\u003cp\u003eThis method is called on a Reducer object and takes no arguments.\u003c/p\u003e\n"]]],["The `Reducer.getOutputs()` method retrieves a list of output names associated with a specified reducer. It takes one argument, `reducer`, of the type `Reducer`, and returns a `List` containing the output names. The method effectively provides a way to access the output structure defined by a given reducer.\n"],null,["# ee.Reducer.getOutputs\n\nReturns a list of the output names of the given reducer.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| Reducer.getOutputs`()` | List |\n\n| Argument | Type | Details |\n|-----------------|---------|---------|\n| this: `reducer` | Reducer | |"]]