in python/pipelines/components/vertex/component.py [0:0]
def batch_prediction(
destination_table: Output[Dataset],
bigquery_source: str,
bigquery_destination_prefix: str,
job_name_prefix: str,
model: Input[VertexModel],
machine_type: str = "n1-standard-2",
max_replica_count: int = 10,
batch_size: int = 64,
accelerator_count: int = 0,
accelerator_type: str = None,
generate_explanation: bool = False,
dst_table_expiration_hours: int = 0