model_type_name
No overview available.
def model_type_name(
model_type: string
) - > string
Returns the human-readable name of the model type.
Parameters
| Name | Type | Description |
|---|---|---|
| model_type | string | The internal identifier or key representing the specific model architecture. |
Returns
| Type | Description |
|---|---|
string | The display name of the model type, or the original name if no mapping exists. |