Interface IObjectAttributeValue<O>
-
- All Superinterfaces:
IAttributeValue
- All Known Subinterfaces:
IRankingAttributeValue<O>,IStringAttributeValue,ITimeseriesAttributeValue<Y>
public interface IObjectAttributeValue<O> extends IAttributeValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OgetValue()-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue
getAttribute
-
-
-
-
Method Detail
-
getValue
O getValue()
- Specified by:
getValuein interfaceIAttributeValue
-
-