Label¶
-
class
oci.data_labeling_service_dataplane.models.Label(**kwargs)¶ Bases:
objectA label is a string value. The API validates that it’s one of the dataset’s pre-defined labels.
Methods
__init__(**kwargs)Initializes a new Label object with values from keyword arguments. Attributes
label[Required] Gets the label 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: label (str) – The value to assign to the label property of this Label.
-
label¶ [Required] Gets the label of this Label. The label provided by the annotator.
Returns: The label of this Label. Return type: str
-