Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
patharanor
/
qccamapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
452c5ca
qccamapi
/
models
/
image_object.py
patharanor
add ref image uri
af43b14
11 months ago
raw
Copy download link
history
blame
Safe
199 Bytes
from
pydantic
import
BaseModel
from
typing
import
Union
class
ImageObject
(
BaseModel
):
name:
str
key:
str
job_no:
str
content:
Union
[
str
,
None
] =
None
ref:
Union
[
str
,
None
] =
None