class edgeimpulse_api.models.get_auto_labeler_segment_info_response.GetAutoLabelerSegmentInfoResponse(
**data: Any
)
Config
error: Optional[pydantic.types.StrictStr]
image_url: pydantic.types.StrictStr
sample: edgeimpulse_api.models.sample.Sample
segments: List[edgeimpulse_api.models.auto_labeler_segment.AutoLabelerSegment]
success: pydantic.types.StrictBool
edgeimpulse_api.models.get_auto_labeler_segment_info_response.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.get_auto_labeler_segment_info_response.GetAutoLabelerSegmentInfoResponse
edgeimpulse_api.models.get_auto_labeler_segment_info_response.from_json(
json_str: str
) ‑> edgeimpulse_api.models.get_auto_labeler_segment_info_response.GetAutoLabelerSegmentInfoResponse
edgeimpulse_api.models.get_auto_labeler_segment_info_response.to_dict(
self
)
edgeimpulse_api.models.get_auto_labeler_segment_info_response.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.get_auto_labeler_segment_info_response.to_str(
self
) ‑> str