Cloud AI Platform v1beta1 API - Class FeatureStatsAndAnomalySpec (1.0.0-beta10)

public sealed class FeatureStatsAndAnomalySpec : IMessage<FeatureStatsAndAnomalySpec>, IEquatable<FeatureStatsAndAnomalySpec>, IDeepCloneable<FeatureStatsAndAnomalySpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FeatureStatsAndAnomalySpec.

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

Inheritance

object > FeatureStatsAndAnomalySpec

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

FeatureStatsAndAnomalySpec()

public FeatureStatsAndAnomalySpec()

FeatureStatsAndAnomalySpec(FeatureStatsAndAnomalySpec)

public FeatureStatsAndAnomalySpec(FeatureStatsAndAnomalySpec other)
Parameter
Name Description
other FeatureStatsAndAnomalySpec

Properties

HasLatestStatsCount

public bool HasLatestStatsCount { get; }

Gets whether the "latest_stats_count" field is set

Property Value
Type Description
bool

LatestStatsCount

public int LatestStatsCount { get; set; }

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

Property Value
Type Description
int

StatsTimeRange

public Interval StatsTimeRange { get; set; }

Optional. If set, return all stats generated between [start_time, end_time). If latest_stats_count is set, return the most recent count of stats within the stats_time_range.

Property Value
Type Description
Interval