AnnotationAggregationDimensions¶
-
class
oci.data_labeling_service_dataplane.models.
AnnotationAggregationDimensions
(**kwargs)¶ Bases:
object
The dimensions to summarize annotations for a given dataset.
Methods
__init__
(**kwargs)Initializes a new AnnotationAggregationDimensions object with values from keyword arguments. Attributes
label
Gets the label of this AnnotationAggregationDimensions. updated_by
Gets the updated_by of this AnnotationAggregationDimensions. -
__init__
(**kwargs)¶ Initializes a new AnnotationAggregationDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - label (oci.data_labeling_service_dataplane.models.Label) – The value to assign to the label property of this AnnotationAggregationDimensions.
- updated_by (str) – The value to assign to the updated_by property of this AnnotationAggregationDimensions.
-
label
¶ Gets the label of this AnnotationAggregationDimensions.
Returns: The label of this AnnotationAggregationDimensions. Return type: oci.data_labeling_service_dataplane.models.Label
-
updated_by
¶ Gets the updated_by of this AnnotationAggregationDimensions. The OCID of the principal which updated the resource.
Returns: The updated_by of this AnnotationAggregationDimensions. Return type: str
-