FeatureStatsAndAnomalySpec

Defines how to select FeatureStatsAndAnomaly to be populated in response. If set, retrieves FeatureStatsAndAnomaly generated by FeatureMonitors based on this spec.

Fields
statsTimeRangeobject (Interval)

Optional. If set, return all stats generated between [startTime, endTime). If latestStatsCount is set, return the most recent count of stats within the statsTimeRange.

latestStatsCountinteger

Optional. If set, returns the most recent count of stats. Valid value is [0, 100]. If statsTimeRange is set, return most recent count of stats within the statsTimeRange.

JSON representation
{"statsTimeRange":{object (Interval)},"latestStatsCount":integer}

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-06-27 UTC.