find_model


Description:

public ModelUsage? find_model (string connection_url, string model_name)

Finds a ModelUsage by connection URL and model name.

Parameters:

connection_url

The connection URL

model_name

The model name

Returns:

The ModelUsage if found, null otherwise