LabelSummaryReport

class oci.log_analytics.models.LabelSummaryReport(**kwargs)

Bases: object

Methods

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

Attributes

non_oob_count Gets the non_oob_count of this LabelSummaryReport.
oob_count Gets the oob_count of this LabelSummaryReport.
__init__(**kwargs)

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

Parameters:
  • non_oob_count (int) – The value to assign to the non_oob_count property of this LabelSummaryReport.
  • oob_count (int) – The value to assign to the oob_count property of this LabelSummaryReport.
non_oob_count

Gets the non_oob_count of this LabelSummaryReport. The count of custom (user defined) labels.

Returns:The non_oob_count of this LabelSummaryReport.
Return type:int
oob_count

Gets the oob_count of this LabelSummaryReport. The count of built in labels.

Returns:The oob_count of this LabelSummaryReport.
Return type:int