public class MetricTokenAggregationResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Double |
getEventRate()
Gets the eventRate.
|
String |
getKey()
Gets the key.
|
Long |
getMatchingResults()
Gets the matchingResults.
|
public String getKey()
The content of the **natural_language_query** parameter used in the query that this result represents.
public Long getMatchingResults()
Number of matching results.
public Double getEventRate()
The number of queries with associated events divided by the total number of queries currently stored (queries and events are stored in the log for 30 days).
Copyright © 2023 IBM Cloud. All rights reserved.