Interface ModelMonitoringTabularStatsOrBuilder (3.45.0)

public interface ModelMonitoringTabularStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataPoints(int index)

public abstract 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;

Parameter
Name Description
index int
Returns
Type Description
ModelMonitoringStatsDataPoint

getDataPointsCount()

public abstract 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;

Returns
Type Description
int

getDataPointsList()

public abstract 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;

Returns
Type Description
List<ModelMonitoringStatsDataPoint>

getDataPointsOrBuilder(int index)

public abstract 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;

Parameter
Name Description
index int
Returns
Type Description
ModelMonitoringStatsDataPointOrBuilder

getDataPointsOrBuilderList()

public abstract 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;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPointOrBuilder>

getObjectiveType()

public abstract String getObjectiveType()

One of the supported monitoring objectives: raw-feature-drift prediction-output-drift feature-attribution

string objective_type = 2;

Returns
Type Description
String

The objectiveType.

getObjectiveTypeBytes()

public abstract ByteString getObjectiveTypeBytes()

One of the supported monitoring objectives: raw-feature-drift prediction-output-drift feature-attribution

string objective_type = 2;

Returns
Type Description
ByteString

The bytes for objectiveType.

getStatsName()

public abstract String getStatsName()

The stats name.

string stats_name = 1;

Returns
Type Description
String

The statsName.

getStatsNameBytes()

public abstract ByteString getStatsNameBytes()

The stats name.

string stats_name = 1;

Returns
Type Description
ByteString

The bytes for statsName.