Modernise
This commit is contained in:
parent
4c6441182b
commit
8faee98ec6
44 changed files with 214 additions and 201 deletions
|
|
@ -6,4 +6,4 @@ from ..hashable_base_model import HashableBaseModel
|
|||
class ClassificationOutput(HashableBaseModel):
|
||||
label: Union[str, int]
|
||||
confidence: float
|
||||
explanation: Optional[Any]
|
||||
explanation: Optional[Any] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue