pixano_inference.pydantic.tasks.image.zero_shot_detection
Pydantic models for image zero shot detection task.
ImageZeroShotDetectionInput
ImageZeroShotDetectionOutput
ImageZeroShotDetectionRequest
Bases: BaseRequest, ImageZeroShotDetectionInput
Request for image zero shot detection.
ImageZeroShotDetectionResponse
Bases: BaseResponse
Response for image zero shot detection.
Attributes:
| Name | Type | Description |
|---|---|---|
data |
ImageZeroShotDetectionOutput
|
Output of the generation. |