Classes
ProjectInfoResponseAllOfAcquisitionSettings
| Parameters | |
|---|---|
| **data | Any | 
| Bases | 
|---|
| pydantic.v1.main.BaseModel | 
| pydantic.v1.utils.Representation | 
| Class variables | |
|---|---|
| Config |   | 
| default_page_size | pydantic.v1.types.StrictInt | 
| grid_column_count | pydantic.v1.types.StrictInt | 
| grid_column_count_detailed | pydantic.v1.types.StrictInt | 
| inline_edit_bounding_boxes | pydantic.v1.types.StrictBool | 
| interval_ms | float | 
| label | pydantic.v1.types.StrictStr | None | 
| length_ms | pydantic.v1.types.StrictInt | 
| segment_length | float | None | 
| segment_shift | pydantic.v1.types.StrictBool | 
| sensor | pydantic.v1.types.StrictStr | None | 
| show_exact_sample_length | pydantic.v1.types.StrictBool | 
| view_type | pydantic.v1.types.StrictStr | 
STATIC METHODS
from_dict
| Parameters | |
|---|---|
| obj | dict | 
| Returns | 
|---|
| edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings | 
from_json
| Parameters | |
|---|---|
| json_str | str | 
| Returns | 
|---|
| edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings | 
view_type_validate_enum
| Parameters | |
|---|---|
| v |   | 
METHODS
to_dict
| Parameters | |
|---|---|
| self |   | 
to_json
| Parameters | |
|---|---|
| self |   | 
| indent=None |   | 
| Returns | 
|---|
| str | 
to_str
| Parameters | |
|---|---|
| self |   | 
| Returns | 
|---|
| str |