RecordAggregationDimensions¶
-
class
oci.data_labeling_service_dataplane.models.
RecordAggregationDimensions
(**kwargs)¶ Bases:
object
The dimensions to summarize record information for a given dataset.
Methods
__init__
(**kwargs)Initializes a new RecordAggregationDimensions object with values from keyword arguments. Attributes
annotation_label_contains
Gets the annotation_label_contains of this RecordAggregationDimensions. is_labeled
Gets the is_labeled of this RecordAggregationDimensions. -
__init__
(**kwargs)¶ Initializes a new RecordAggregationDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_labeled (bool) – The value to assign to the is_labeled property of this RecordAggregationDimensions.
- annotation_label_contains (str) – The value to assign to the annotation_label_contains property of this RecordAggregationDimensions.
-
annotation_label_contains
¶ Gets the annotation_label_contains of this RecordAggregationDimensions. Whether or not the annotation contains a label.
Returns: The annotation_label_contains of this RecordAggregationDimensions. Return type: str
-
is_labeled
¶ Gets the is_labeled of this RecordAggregationDimensions. Whether or not the record has been labeled and has associated annotations.
Returns: The is_labeled of this RecordAggregationDimensions. Return type: bool
-