Interface IMultiLabelAttribute
-
- All Superinterfaces:
IAttribute,java.io.Serializable
public interface IMultiLabelAttribute extends IAttribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMultiLabelAttributeValuegetAsAttributeValue(java.lang.Object obj)java.util.List<java.lang.String>getValues()-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute
deserializeAttributeValue, getName, getStringDescriptionOfDomain, isValidValue, serializeAttributeValue, toDouble
-
-
-
-
Method Detail
-
getAsAttributeValue
IMultiLabelAttributeValue getAsAttributeValue(java.lang.Object obj)
- Specified by:
getAsAttributeValuein interfaceIAttribute
-
getValues
java.util.List<java.lang.String> getValues()
-
-