class edgeimpulse_api.models.auto_labeler_segment.AutoLabelerSegment(
**data: Any
)
Config
cluster: pydantic.types.StrictInt
id: pydantic.types.StrictInt
mask_height: pydantic.types.StrictInt
mask_url: pydantic.types.StrictStr
mask_width: pydantic.types.StrictInt
mask_x: pydantic.types.StrictInt
mask_y: pydantic.types.StrictInt
edgeimpulse_api.models.auto_labeler_segment.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.auto_labeler_segment.AutoLabelerSegment
edgeimpulse_api.models.auto_labeler_segment.from_json(
json_str: str
) ‑> edgeimpulse_api.models.auto_labeler_segment.AutoLabelerSegment
edgeimpulse_api.models.auto_labeler_segment.to_dict(
self
)
edgeimpulse_api.models.auto_labeler_segment.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.auto_labeler_segment.to_str(
self
) ‑> str