in backend/matching-engine/services/text_to_image_match_service.py [0:0]
def __init__(
self,
id: str,
name: str,
description: str,
prompts_file: str,
model_id_or_path: str,
index_endpoint_name: str,
deployed_index_id: str,
image_directory_uri: str,
code_info: Optional[CodeInfo],