Skip to content

Asset Job Name

immichpy.client.generated.models.asset_job_name.AssetJobName

Bases: str, Enum

Job name

from_json classmethod

from_json(json_str: str) -> Self

Create an instance of AssetJobName from a JSON string

Source code in immichpy/client/generated/models/asset_job_name.py
33
34
35
36
@classmethod
def from_json(cls, json_str: str) -> Self:
    """Create an instance of AssetJobName from a JSON string"""
    return cls(json.loads(json_str))