project_info_response_all_of_acquisition_settings module#

class edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings(
*,
intervalMs: float,
lengthMs: StrictInt,
sensor: StrictStr | None = None,
label: StrictStr | None = None,
segmentLength: float | None = None,
segmentShift: StrictBool,
defaultPageSize: StrictInt,
viewType: StrictStr,
gridColumnCount: StrictInt,
gridColumnCountDetailed: StrictInt,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
default_page_size: StrictInt#
classmethod from_dict(
obj: dict,
) ProjectInfoResponseAllOfAcquisitionSettings[source]#

Create an instance of ProjectInfoResponseAllOfAcquisitionSettings from a dict

classmethod from_json(
json_str: str,
) ProjectInfoResponseAllOfAcquisitionSettings[source]#

Create an instance of ProjectInfoResponseAllOfAcquisitionSettings from a JSON string

grid_column_count: StrictInt#
grid_column_count_detailed: StrictInt#
interval_ms: float#
label: StrictStr | None#
length_ms: StrictInt#
segment_length: float | None#
segment_shift: StrictBool#
sensor: StrictStr | None#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias

view_type: StrictStr#
classmethod view_type_validate_enum(v)[source]#