다음을 통해 공유


compute_and_save_metric_output

Important

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

compute_and_save_metric_output(metric_id: int)  

Parameters:

  • metric_id (int): ID of the metric to be computed and saved.

Description:
Computes and saves metric output by metric ID.

Raises:

  • ValueError: If the metric ID is not found.

Example usage:

metrics_manager = MetricsManager()
metrics_manager.compute_and_save_metric_output(metric_id=1)