Binds a generic artifact selector.
Optionalselect: PipelineSelectorFn<PipelineSourceArtifact>Optional projection to artifact shape.
Selector binding for artifact-producing steps.
Binds an audio artifact selector.
Optionalselect: PipelineSelectorFn<PipelineSourceArtifact>Optional projection to artifact shape.
Selector binding for audio-producing steps.
Binds an image reference selector.
Optionalselect: PipelineSelectorFn<ClientReferenceImage>Optional projection to image reference shape.
Selector binding for image-producing steps.
Binds a text source selector.
Optionalselect: PipelineSelectorFn<string>Optional projection from source value to text.
Selector binding for text-producing steps.
Binds a video artifact selector.
Optionalselect: PipelineSelectorFn<PipelineSourceArtifact>Optional projection to artifact shape.
Selector binding for video-producing steps.
Source selector builder contract used by helpers.