EvaluateBaselineableMetricResult

class oci.stack_monitoring.models.EvaluateBaselineableMetricResult(**kwargs)

Bases: object

Result for Baseline Metric Data evaluation

Methods

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

Attributes

items [Required] Gets the items of this EvaluateBaselineableMetricResult.
resource_id [Required] Gets the resource_id of this EvaluateBaselineableMetricResult.
__init__(**kwargs)

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

Parameters:
  • resource_id (str) – The value to assign to the resource_id property of this EvaluateBaselineableMetricResult.
  • items (list[oci.stack_monitoring.models.AnomalyMetricData]) – The value to assign to the items property of this EvaluateBaselineableMetricResult.
items

[Required] Gets the items of this EvaluateBaselineableMetricResult. List of Metric data

Returns:The items of this EvaluateBaselineableMetricResult.
Return type:list[oci.stack_monitoring.models.AnomalyMetricData]
resource_id

[Required] Gets the resource_id of this EvaluateBaselineableMetricResult. OCID of the resource

Returns:The resource_id of this EvaluateBaselineableMetricResult.
Return type:str