set_suggested_size_field_name#
- Model.set_suggested_size_field_name(size_field_id, name)#
Sets the suggested name of size field with the given id.
- Parameters:
- Return type:
Notes
This is a beta API. The behavior and implementation may change in future.
Examples
>>> model = client.model >>> model.set_suggested_size_field_name(size_field_id, name)