Class PMMLPort.Metadata

    • Constructor Detail

      • Metadata

        public Metadata​(PMMLModelSpec pmmlModelSpec)
        Creates a new port metadata
        Parameters:
        pmmlModelSpec - the PMML model metadata
    • Method Detail

      • getPMMLModelSpec

        public PMMLModelSpec getPMMLModelSpec()
        Returns the underlying PMML model metadata
        Returns:
        the underlying PMML model metadata
      • getPortFactory

        public LogicalPortFactory<?> getPortFactory()
        Description copied from interface: PortMetadata
        Public only as a matter of implementation; not intended for external use. Returns a port factory that can create ports of the type associated with this metadata.
        Returns:
        a port factory