java.lang.Object
com.pervasive.datarush.ports.model.AbstractModelPortMetadata
com.pervasive.datarush.analytics.pmml.PMMLPort.Metadata
- All Implemented Interfaces:
PortMetadata
- Enclosing class:
- PMMLPort
The port metadata associated with PMMLPorts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the underlying PMML model metadataPublic only as a matter of implementation; not intended for external use.protected PMMLPort.MetadatawithMergeHandler(ModelMergeHandler<?> mergeHandler) Subclasses override to return a metadata, equivalent to this, with the specified merge handler.Methods inherited from class com.pervasive.datarush.ports.model.AbstractModelPortMetadata
getMergeHandler, getModelClass, getStorageHandler
-
Constructor Details
-
Metadata
Creates a new port metadata- Parameters:
pmmlModelSpec- the PMML model metadata
-
-
Method Details
-
withMergeHandler
Description copied from class:AbstractModelPortMetadataSubclasses override to return a metadata, equivalent to this, with the specified merge handler.- Specified by:
withMergeHandlerin classAbstractModelPortMetadata- Parameters:
mergeHandler- the merge handle- Returns:
- a new metadata, equivalent to this, with the specified merge handler
-
getPMMLModelSpec
Returns the underlying PMML model metadata- Returns:
- the underlying PMML model metadata
-
getPortFactory
Description copied from interface:PortMetadataPublic 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
-