CalculateBaselineResponse Class

The response to a calculate baseline call.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
CalculateBaselineResponse

Constructor

CalculateBaselineResponse(*, type: str, baseline: List[azure.mgmt.monitor.v2018_09_01.models._models_py3.Baseline], timestamps: Optional[List[datetime.datetime]] = None, statistics: Optional[azure.mgmt.monitor.v2018_09_01.models._models_py3.CalculateBaselineResponseStatistics] = None, error_type: Optional[Union[int, azure.mgmt.monitor.v2018_09_01.models._monitor_management_client_enums.ErrorType]] = None, **kwargs)

Variables

type
str

Required. The resource type of the baseline resource.

timestamps
list[datetime]

The array of timestamps of the baselines.

baseline
list[<xref:$>(<xref:python-base-namespace>)Baseline]

Required. The baseline values for each sensitivity.

statistics
<xref:$>(<xref:python-base-namespace>)CalculateBaselineResponseStatistics

The statistics.

internal_operation_id
str

internal operation id.

error_type
int or <xref:$>(<xref:python-base-namespace>)ErrorType

The error type for calculating the baseline. Possible values include: 0, 1, 2, 3, 4, 100, 200.