ArrayFloatSpec
toloka.client.project.field_spec.ArrayFloatSpec
| Source code
ArrayFloatSpec(
self,
*,
required: Optional[bool] = True,
hidden: Optional[bool] = False,
min_value: Optional[float] = None,
max_value: Optional[float] = None,
min_size: Optional[int] = None,
max_size: Optional[int] = None
)
An floating point array field specification
Parameters Description
Parameters | Type | Description |
---|---|---|
required |
Optional[bool] | Whether the object or input field is required |
hidden |
Optional[bool] | Whether or not to hide the input value field from the user |
min_value |
Optional[float] | Minimum value of the number |
max_value |
Optional[float] | Maximum value of the number |
min_size |
Optional[int] | Minimum number of elements in the array |
max_size |
Optional[int] | Maximum number of elements in the array |