Interface IMultiLabelAttributeValue
-
- All Superinterfaces:
IAttributeValue
public interface IMultiLabelAttributeValue extends IAttributeValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>getValue()-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue
getAttribute
-
-
-
-
Method Detail
-
getValue
java.util.Collection<java.lang.String> getValue()
- Specified by:
getValuein interfaceIAttributeValue
-
-