generic_artifact
T = TypeVar('T')
module-attribute
GenericArtifact
Bases: BaseArtifact
, Generic[T]
Serves as an escape hatch for artifacts that don't fit into any other category.
Attributes:
Name | Type | Description |
---|---|---|
value |
T
|
The value of the Artifact. |