job_details_all_of module#

class edgeimpulse_api.models.job_details_all_of.JobDetailsAllOf(
*,
childrenIds: List[StrictInt] | None = None,
states: List[JobState],
spec: Dict[str, Any] | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
children_ids: List[StrictInt] | None#
classmethod from_dict(
obj: dict,
) JobDetailsAllOf[source]#

Create an instance of JobDetailsAllOf from a dict

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

Create an instance of JobDetailsAllOf from a JSON string

spec: Dict[str, Any] | None#
states: List[JobState]#
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