Login
Back to bricks list
Introduction Version

OutputSpecs

Functions

__INIT__

Initialize self. See help(type(self)) for accurate signature.

Parameters:
NameTypeDefault valueDescription
output_specsDict
CHECK_AND_BUILD_OUTPUTS

Method that check if the task outputs

:raises InvalidOutputException: raised if the output are invalid

Parameters:
NameTypeDefault valueDescription
task_outputsDict Outputs to check taskoutputs
Return type:
OutputsCheckResult
GET_ADDITIONAL_INFO
Return type:
dict
GET_FIRST_SPEC
Return type:
IOSpec
GET_SPEC
Parameters:
NameTypeDefault valueDescription
namestr
Return type:
IOSpec
GET_SPECS
Return type:
Dict
GET_TYPE
Return type:
Literal
HAS_SPEC
Parameters:
NameTypeDefault valueDescription
namestr
Return type:
bool
SET_ADDITIONAL_INFO
Parameters:
NameTypeDefault valueDescription
additional_infodict
TO_DTO
Return type:
IOSpecsDTO