TaskInputs
Class wrapping all the inputs of a task
:param Dict: [description] :type Dict: [type]
Functions
get_resource
Retrieve the resource of the input.
name :
str name of the input port
resource_type :
type[~ResourceType] | None if provided, check that the resource is of this type and return it as this type
Return type :
Union has_resource
Returns true if the resource with the name exists and is set
name :
str Return type :
bool