다음을 통해 공유


get_all_metric_identifiers_by_sustainability_area

Important

Some or all of this functionality is available as part of a preview release. The content and the functionality are subject to change.

get_all_metric_identifiers_by_sustainability_area(sustainability_area: str) -> list  

Parameters:

  • sustainability_area (str): Sustainability area to filter metrics.

Description:
Gets all metric IDs by sustainability area.

Returns:

  • list: List of metric IDs.

Example usage:

metrics_manager = MetricsManager()
metric_ids = metrics_manager.get_all_metric_identifiers_by_sustainability_area(sustainability_area="Climate Change")