A base class for transforms output parameters. Not intended for direct use. See transforms.api.Output for an example of concrete usage.
All aliases are resolved and added in the output specs section of JobSpec. Will not pass a defaultPath to the graph dependency if the alias is a valid resource identifier (RID).
Creates a parameter instance using the raw JSON value from JobSpec parameters and specific context.
The return value is injected in the transform compute function.
Returns the JSON value for this parameter to put in JobSpec.
If the return value is None, the parameter is considered unbound. If any transform’s parameter is unbound, the transform is considered to be unbound. For unbound transforms, the JobSpec is not published.
Generates a map from output RIDs to TransformsOutputResult. Results are merged into a TransformJobResult.
instance().Returns JSON schema for parameters of this type. Must return a valid JSON schema.