Interface ModelMonitoringTabularStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringTabularStats,ModelMonitoringTabularStats.Builder
@Generated
public interface ModelMonitoringTabularStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDataPoints(int index) The data points of this time series.intThe data points of this time series.The data points of this time series.getDataPointsOrBuilder(int index) The data points of this time series.List<? extends ModelMonitoringStatsDataPointOrBuilder>The data points of this time series.One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`com.google.protobuf.ByteStringOne of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`The stats name.com.google.protobuf.ByteStringThe stats name.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStatsName
String getStatsName()The stats name.
string stats_name = 1;- Returns:
- The statsName.
-
getStatsNameBytes
com.google.protobuf.ByteString getStatsNameBytes()The stats name.
string stats_name = 1;- Returns:
- The bytes for statsName.
-
getObjectiveType
String getObjectiveType()One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;- Returns:
- The objectiveType.
-
getObjectiveTypeBytes
com.google.protobuf.ByteString getObjectiveTypeBytes()One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;- Returns:
- The bytes for objectiveType.
-
getDataPointsList
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; -
getDataPoints
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; -
getDataPointsCount
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; -
getDataPointsOrBuilderList
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; -
getDataPointsOrBuilder
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;
-