Url# class langchain_community.embeddings.sparkllm.Url(host: str, path: str, schema: str)[source]# URL class for parsing the URL. Methods __init__(host, path, schema) Parameters: host (str) – path (str) – schema (str) – __init__(host: str, path: str, schema: str) → None[source]# Parameters: host (str) – path (str) – schema (str) – Return type: None