image_artifact
ImageArtifact
Bases: BlobArtifact
Stores image data.
Attributes:
Name | Type | Description |
---|---|---|
format |
str
|
The format of the image data. Used when building the MIME type. |
width |
int
|
The width of the image. |
height |
int
|
The height of the image |