ValueRange# class ValueRange(min=None, max=None, *args, **kwargs)[source]# Bases: object Range of the values for the metric. Parameters: min – (min) max – (max) property max# Type: float property min# Type: float to_dict()[source]# Returns the model properties as a dictionary to_str()[source]# Returns the string representation of the model