get_size_field_name#
- Model.get_size_field_name(size_field_id)#
Gets the name of size field with the given id.
- Parameters:
- size_field_id
int
Size field id.
- size_field_id
- Returns:
- :
str
Returns the name of the size field.
- Return type:
Notes
This is a beta API. The behavior and implementation may change in future.
Examples
>>> model = client.model >>> model.get_size_field_name(size_field_id)