Class GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats
A collection of data points that describes the time-varying values of a tabular metric.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats : IDirectResponseSchema
Properties
DataPoints
The data points of this time series. When listing time series, points are returned in reverse time order.
Declaration
[JsonProperty("dataPoints")]
public virtual IList<GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint> DataPoints { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectiveType
One of the supported monitoring objectives: raw-feature-drift
prediction-output-drift
feature-attribution
Declaration
[JsonProperty("objectiveType")]
public virtual string ObjectiveType { get; set; }
Property Value
Type | Description |
---|---|
string |
StatsName
The stats name.
Declaration
[JsonProperty("statsName")]
public virtual string StatsName { get; set; }
Property Value
Type | Description |
---|---|
string |