DataflowGraphNodeGraphSettings interface
DataflowGraph graph node settings.
Properties
| artifact | The artifact name and version to pull. This should be in the format |
| configuration | Configuration key-value pairs. |
| registry |
Reference to the registry endpoint for pulling the artifact. |
Property Details
artifact
The artifact name and version to pull. This should be in the format <artifact-name>:<version>.
artifact: string
Property Value
string
configuration
Configuration key-value pairs.
configuration?: DataflowGraphGraphNodeConfiguration[]
Property Value
registryEndpointRef
Reference to the registry endpoint for pulling the artifact.
registryEndpointRef: string
Property Value
string