Class MultiLabelAttributeValue

  • All Implemented Interfaces:
    org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue, org.api4.java.ai.ml.core.dataset.schema.attribute.IMultiLabelAttributeValue

    public class MultiLabelAttributeValue
    extends java.lang.Object
    implements org.api4.java.ai.ml.core.dataset.schema.attribute.IMultiLabelAttributeValue
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute getAttribute()  
      java.util.Collection<java.lang.String> getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultiLabelAttributeValue

        public MultiLabelAttributeValue​(MultiLabelAttribute attribute,
                                        java.util.Collection<java.lang.String> value)
    • Method Detail

      • getValue

        public java.util.Collection<java.lang.String> getValue()
        Specified by:
        getValue in interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue
        Specified by:
        getValue in interface org.api4.java.ai.ml.core.dataset.schema.attribute.IMultiLabelAttributeValue
      • getAttribute

        public org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute getAttribute()
        Specified by:
        getAttribute in interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue