Classes

ProjectInfoResponseAllOfAcquisitionSettings

edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings(
	**data: Any
)
Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model.
Parameters
**dataAny
Bases
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Class variables
Config
default_page_sizepydantic.v1.types.StrictInt
grid_column_countpydantic.v1.types.StrictInt
grid_column_count_detailedpydantic.v1.types.StrictInt
inline_edit_bounding_boxespydantic.v1.types.StrictBool
interval_msfloat
labelpydantic.v1.types.StrictStr | None
length_mspydantic.v1.types.StrictInt
segment_lengthfloat | None
segment_shiftpydantic.v1.types.StrictBool
sensorpydantic.v1.types.StrictStr | None
show_exact_sample_lengthpydantic.v1.types.StrictBool
view_typepydantic.v1.types.StrictStr

STATIC METHODS

from_dict

edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings.from_dict(
	obj: dict
) ‑> edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings
Create an instance of ProjectInfoResponseAllOfAcquisitionSettings from a dict
Parameters
objdict
Returns
edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings

from_json

edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings.from_json(
	json_str: str
) ‑> edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings
Create an instance of ProjectInfoResponseAllOfAcquisitionSettings from a JSON string
Parameters
json_strstr
Returns
edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings

view_type_validate_enum

edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings.view_type_validate_enum(
	v
)
Parameters
v

METHODS

to_dict

edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings.to_dict(
	self
)
Returns the dictionary representation of the model using alias
Parameters
self

to_json

edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings.to_json(
	self,
	indent=None
) ‑> str
Returns the JSON representation of the model using alias
Parameters
self
indent=None
Returns
str

to_str

edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings.to_str(
	self
) ‑> str
Returns the string representation of the model using alias
Parameters
self
Returns
str