LabelSet¶
-
class
oci.data_labeling_service.models.
LabelSet
(**kwargs)¶ Bases:
object
An ordered collection of labels that are unique by name.
Methods
__init__
(**kwargs)Initializes a new LabelSet object with values from keyword arguments. Attributes
items
Gets the items of this LabelSet. -
__init__
(**kwargs)¶ Initializes a new LabelSet object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_labeling_service.models.Label]) – The value to assign to the items property of this LabelSet.
-
items
¶ Gets the items of this LabelSet. An ordered collection of labels that are unique by name.
Returns: The items of this LabelSet. Return type: list[oci.data_labeling_service.models.Label]
-