value property
The value of the parameter.
number_value
will be set if a parameter defined in StudySpec is in type
'INTEGER', 'DOUBLE' or 'DISCRETE'. string_value
will be set if a
parameter defined in StudySpec is in type 'CATEGORICAL'.
Output only.
The values for Object must be JSON objects. It can consist of num
,
String
, bool
and null
as well as Map
and List
values.
Implementation
core.Object? value;