Files
immich-to-cloud-exporter/generated/immich/openapi_client/docs/CLIPConfig.md

878 B

CLIPConfig

Properties

Name Type Description Notes
enabled bool
model_name str

Example

from generated.immich.openapi_client.models.clip_config import CLIPConfig

# TODO update the JSON string below
json = "{}"
# create an instance of CLIPConfig from a JSON string
clip_config_instance = CLIPConfig.from_json(json)
# print the JSON string representation of the object
print(CLIPConfig.to_json())

# convert the object into a dict
clip_config_dict = clip_config_instance.to_dict()
# create an instance of CLIPConfig from a dict
clip_config_from_dict = CLIPConfig.from_dict(clip_config_dict)

[Back to Model list] [Back to API list] [Back to README]