public interface ModelMonitoringTabularStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringStatsDataPoint |
getDataPoints(int index)
The data points of this time series.
|
int |
getDataPointsCount()
The data points of this time series.
|
List<ModelMonitoringStatsDataPoint> |
getDataPointsList()
The data points of this time series.
|
ModelMonitoringStatsDataPointOrBuilder |
getDataPointsOrBuilder(int index)
The data points of this time series.
|
List<? extends ModelMonitoringStatsDataPointOrBuilder> |
getDataPointsOrBuilderList()
The data points of this time series.
|
String |
getObjectiveType()
One of the supported monitoring objectives:
`raw-feature-drift`
`prediction-output-drift`
`feature-attribution`
|
com.google.protobuf.ByteString |
getObjectiveTypeBytes()
One of the supported monitoring objectives:
`raw-feature-drift`
`prediction-output-drift`
`feature-attribution`
|
String |
getStatsName()
The stats name.
|
com.google.protobuf.ByteString |
getStatsNameBytes()
The stats name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStatsName()
The stats name.
string stats_name = 1;com.google.protobuf.ByteString getStatsNameBytes()
The stats name.
string stats_name = 1;String getObjectiveType()
One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;com.google.protobuf.ByteString getObjectiveTypeBytes()
One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;List<ModelMonitoringStatsDataPoint> getDataPointsList()
The data points of this time series. When listing time series, points are returned in reverse time order.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint data_points = 3;
ModelMonitoringStatsDataPoint getDataPoints(int index)
The data points of this time series. When listing time series, points are returned in reverse time order.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint data_points = 3;
int getDataPointsCount()
The data points of this time series. When listing time series, points are returned in reverse time order.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint data_points = 3;
List<? extends ModelMonitoringStatsDataPointOrBuilder> getDataPointsOrBuilderList()
The data points of this time series. When listing time series, points are returned in reverse time order.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint data_points = 3;
ModelMonitoringStatsDataPointOrBuilder getDataPointsOrBuilder(int index)
The data points of this time series. When listing time series, points are returned in reverse time order.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint data_points = 3;
Copyright © 2024 Google LLC. All rights reserved.