ValueRange#

class ValueRange(min=None, max=None, *args, **kwargs)#

Bases: object

Range of the values for the metric.

Parameters:
  • min – (min) Minimum value in the value range.

  • max – (max) Maximum value in the value range.

property max#

Maximum value in the value range.

Type:

float

property min#

Minimum value in the value range.

Type:

float

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model