Uses of Class
com.oracle.bmc.datalabelingservice.model.Label
-
Packages that use Label Package Description com.oracle.bmc.datalabelingservice.model -
-
Uses of Label in com.oracle.bmc.datalabelingservice.model
Methods in com.oracle.bmc.datalabelingservice.model that return Label Modifier and Type Method Description Label
Label.Builder. build()
Methods in com.oracle.bmc.datalabelingservice.model that return types with arguments of type Label Modifier and Type Method Description List<Label>
LabelSet. getItems()
An ordered collection of labels that are unique by name.Methods in com.oracle.bmc.datalabelingservice.model with parameters of type Label Modifier and Type Method Description Label.Builder
Label.Builder. copy(Label model)
Method parameters in com.oracle.bmc.datalabelingservice.model with type arguments of type Label Modifier and Type Method Description LabelSet.Builder
LabelSet.Builder. items(List<Label> items)
An ordered collection of labels that are unique by name.Constructor parameters in com.oracle.bmc.datalabelingservice.model with type arguments of type Label Constructor Description LabelSet(List<Label> items)
Deprecated.
-