wallaroo.assays_v2.targeting


This module features the Targeting class that configures targeting.

class Targeting(wallaroo.wallaroo_ml_ops_api_client.models.targeting.Targeting):

This class represents a targeting configuration.

@classmethod
def from_v1_args( cls, window: wallaroo.assay_config.WindowConfig, alert_threshold: float, warning_threshold: float, pipeline_id: str, pipeline_name: str, workspace_id: str, workspace_name: str) -> Targeting: