Class ShowImageStep

  • All Implemented Interfaces:
    ai.konduit.serving.pipeline.api.step.PipelineStep, ai.konduit.serving.pipeline.api.TextConfig, java.io.Serializable

    public class ShowImageStep
    extends java.lang.Object
    implements ai.konduit.serving.pipeline.api.step.PipelineStep
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ShowImageStep​(java.lang.String imageName, java.lang.String displayName, java.lang.Integer width, java.lang.Integer height, boolean allowMultiple)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ai.konduit.serving.pipeline.api.step.PipelineStep

        name
      • Methods inherited from interface ai.konduit.serving.pipeline.api.TextConfig

        toJson, toYaml
    • Constructor Detail

      • ShowImageStep

        public ShowImageStep​(java.lang.String imageName,
                             java.lang.String displayName,
                             java.lang.Integer width,
                             java.lang.Integer height,
                             boolean allowMultiple)