Uses of Class
com.azure.ai.metricsadvisor.models.ChangePointValue
Packages that use ChangePointValue
Package
Description
Package containing the data models for MetricsAdvisor.
-
Uses of ChangePointValue in com.azure.ai.metricsadvisor.models
Fields in com.azure.ai.metricsadvisor.models declared as ChangePointValueModifier and TypeFieldDescriptionstatic final ChangePointValueChangePointValue.AUTO_DETECTStatic value AutoDetect for ChangePointValue.static final ChangePointValueChangePointValue.CHANGE_POINTStatic value ChangePoint for ChangePointValue.static final ChangePointValueChangePointValue.NOT_CHANGE_POINTStatic value NotChangePoint for ChangePointValue.Methods in com.azure.ai.metricsadvisor.models that return ChangePointValueModifier and TypeMethodDescriptionstatic ChangePointValueChangePointValue.fromString(String name) Creates or finds a ChangePointValue from its string representation.MetricChangePointFeedback.getChangePointValue()Get the change point feedback value.Methods in com.azure.ai.metricsadvisor.models that return types with arguments of type ChangePointValueModifier and TypeMethodDescriptionstatic Collection<ChangePointValue> ChangePointValue.values()Gets known ChangePointValue values.Constructors in com.azure.ai.metricsadvisor.models with parameters of type ChangePointValueModifierConstructorDescriptionMetricChangePointFeedback(OffsetDateTime startTime, OffsetDateTime endTime, ChangePointValue changePointValue) Creates an instance of MetricChangePointFeedback.