Label¶
-
class
oci.data_labeling_service.models.
Label
(**kwargs)¶ Bases:
object
It represents a label.
Methods
__init__
(**kwargs)Initializes a new Label object with values from keyword arguments. Attributes
name
Gets the name of this Label. -
__init__
(**kwargs)¶ Initializes a new Label 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 Label.
-
name
¶ Gets the name of this Label. An unique name for a label within its dataset.
Returns: The name of this Label. Return type: str
-