Uses of Class
org.kie.pmml.commons.model.KiePMMLOutputField
-
Packages that use KiePMMLOutputField Package Description org.kie.pmml.commons.model Un-mutable domain-classes used to represent PMML models in model-specific format. -
-
Uses of KiePMMLOutputField in org.kie.pmml.commons.model
Fields in org.kie.pmml.commons.model with type parameters of type KiePMMLOutputField Modifier and Type Field Description protected java.util.List<KiePMMLOutputField>KiePMMLModel. kiePMMLOutputFieldsMethods in org.kie.pmml.commons.model that return types with arguments of type KiePMMLOutputField Modifier and Type Method Description java.util.List<KiePMMLOutputField>KiePMMLModel. getKiePMMLOutputFields()java.util.List<KiePMMLOutputField>ProcessingDTO. getOutputFields()Method parameters in org.kie.pmml.commons.model with type arguments of type KiePMMLOutputField Modifier and Type Method Description KiePMMLModel.Builder<T>KiePMMLModel.Builder. withKiePMMLOutputFields(java.util.List<KiePMMLOutputField> kiePMMLOutputFields)
-