Type definitions for the pipeline.
Author
Kadek Denaya (kadek.d.r.diana@gdplabs.id)
References
NONE
Val(value)
dataclass
A value wrapper that represents a fixed/literal input.
Attributes:
| Name |
Type |
Description |
value |
object
|
The literal value of the input.
|