LabelName¶
-
class
oci.data_labeling_service_dataplane.models.
LabelName
(**kwargs)¶ Bases:
object
It represents a label.
Methods
__init__
(**kwargs)Initializes a new LabelName object with values from keyword arguments. Attributes
name
Gets the name of this LabelName. -
__init__
(**kwargs)¶ Initializes a new LabelName object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: name (str) – The value to assign to the name property of this LabelName.
-
name
¶ Gets the name of this LabelName. An unique name for a label within its dataset.
Returns: The name of this LabelName. Return type: str
-