Class GoogleCloudDiscoveryengineV1alphaRequirementThresholdBinding
Specifies a multi-level threshold to apply to apply to a metric_bindings
in the condition
CEL expression.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaRequirementThresholdBinding : IDirectResponseSchema
Properties
BlockingThreshold
Threshold to trigger a blocking failure. If not met, the requirement will evaluate as a FAILURE
.
Declaration
[JsonProperty("blockingThreshold")]
public virtual double? BlockingThreshold { get; set; }
Property Value
Type | Description |
---|---|
double? |
Description
Human readable description of the corresponding threshold and sub-requirement.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VariableId
The variable id to be referenced in condition
. Must be unique across all metric_bindings
and
threshold_bindings
.
Declaration
[JsonProperty("variableId")]
public virtual string VariableId { get; set; }
Property Value
Type | Description |
---|---|
string |
WarningThreshold
Threshold to trigger a warning. If not met, the requirement will evaluate as a WARNING
.
Declaration
[JsonProperty("warningThreshold")]
public virtual double? WarningThreshold { get; set; }
Property Value
Type | Description |
---|---|
double? |