in python/pipelines/tabular_pipelines.py [0:0]
def prediction_binary_classification_pl(
project_id: str,
location: Optional[str],
model_display_name: str,
model_metric_name: str,
model_metric_threshold: float,
number_of_models_considered: int,
pubsub_activation_topic: str,
pubsub_activation_type: str,
bigquery_source: str,
bigquery_destination_prefix: str,
bq_unique_key: str,
job_name_prefix: str,
machine_type: str = "n1-standard-4",
max_replica_count: int = 10,
batch_size: int = 64,
accelerator_count: int = 0,
accelerator_type: str = None,
generate_explanation: bool = False,
threashold: float = 0.5,
positive_label: str = 'true',