Classes
ImpulseInputBlock
| Parameters | |
|---|---|
| **data | Any | 
| Bases | 
|---|
| pydantic.v1.main.BaseModel | 
| pydantic.v1.utils.Representation | 
| Class variables | |
|---|---|
| Config |   | 
| classification_window_increase_ms | pydantic.v1.types.StrictInt | None | 
| created_at | datetime.datetime | None | 
| created_by | pydantic.v1.types.StrictStr | None | 
| crop_anchor | pydantic.v1.types.StrictStr | None | 
| dataset_subset | edgeimpulse_api.models.impulse_input_block_dataset_subset.ImpulseInputBlockDatasetSubset | None | 
| frequency_hz | float | None | 
| id | pydantic.v1.types.ConstrainedIntValue | 
| image_height | pydantic.v1.types.StrictInt | None | 
| image_width | pydantic.v1.types.StrictInt | None | 
| labeling_method_multi_label | edgeimpulse_api.models.impulse_input_block_labeling_method_multi_label.ImpulseInputBlockLabelingMethodMultiLabel | None | 
| name | pydantic.v1.types.StrictStr | 
| pad_zeros | pydantic.v1.types.StrictBool | None | 
| resize_method | pydantic.v1.types.StrictStr | None | 
| resize_mode | edgeimpulse_api.models.image_input_resize_mode.ImageInputResizeMode | None | 
| title | pydantic.v1.types.StrictStr | 
| type | pydantic.v1.types.StrictStr | 
| window_increase_ms | pydantic.v1.types.StrictInt | None | 
| window_size_ms | pydantic.v1.types.StrictInt | None | 
STATIC METHODS
crop_anchor_validate_enum
| Parameters | |
|---|---|
| v |   | 
from_dict
| Parameters | |
|---|---|
| obj | dict | 
| Returns | 
|---|
| edgeimpulse_api.models.impulse_input_block.ImpulseInputBlock | 
from_json
| Parameters | |
|---|---|
| json_str | str | 
| Returns | 
|---|
| edgeimpulse_api.models.impulse_input_block.ImpulseInputBlock | 
resize_method_validate_enum
| Parameters | |
|---|---|
| v |   | 
type_validate_enum
| Parameters | |
|---|---|
| v |   | 
METHODS
to_dict
| Parameters | |
|---|---|
| self |   | 
to_json
| Parameters | |
|---|---|
| self |   | 
| indent=None |   | 
| Returns | 
|---|
| str | 
to_str
| Parameters | |
|---|---|
| self |   | 
| Returns | 
|---|
| str |