AddDatasetLabelsDetails

class oci.data_labeling_service.models.AddDatasetLabelsDetails(**kwargs)

Bases: object

Adds a subset of Labels to the Dataset’s LabelSet. This LabelSet will be merged with the current Dataset’s LabelSet. Requests with duplicate Labels will be rejected.

Methods

__init__(**kwargs) Initializes a new AddDatasetLabelsDetails object with values from keyword arguments.

Attributes

label_set Gets the label_set of this AddDatasetLabelsDetails.
__init__(**kwargs)

Initializes a new AddDatasetLabelsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:label_set (oci.data_labeling_service.models.LabelSet) – The value to assign to the label_set property of this AddDatasetLabelsDetails.
label_set

Gets the label_set of this AddDatasetLabelsDetails.

Returns:The label_set of this AddDatasetLabelsDetails.
Return type:oci.data_labeling_service.models.LabelSet