Class DiscreteValueCondition (1.20.0)

  DiscreteValueCondition 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Represents the spec to match discrete values from parent parameter.

Attribute

Name Description
values Sequence[float]
Required. Matches values of the parent parameter of 'DISCRETE' type. All values must exist in discrete_value_spec of parent parameter. The Epsilon of the value matching is 1e-10.

Inheritance

builtins.object > proto.message.Message > DiscreteValueCondition