Interface SearchModelDeploymentMonitoringStatsAnomaliesResponseOrBuilder (3.42.0)

public interface SearchModelDeploymentMonitoringStatsAnomaliesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMonitoringStats(int index)

public abstract ModelMonitoringStatsAnomalies getMonitoringStats(int index)

Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.

repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelMonitoringStatsAnomalies

getMonitoringStatsCount()

public abstract int getMonitoringStatsCount()

Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.

repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;

Returns
TypeDescription
int

getMonitoringStatsList()

public abstract List<ModelMonitoringStatsAnomalies> getMonitoringStatsList()

Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.

repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;

Returns
TypeDescription
List<ModelMonitoringStatsAnomalies>

getMonitoringStatsOrBuilder(int index)

public abstract ModelMonitoringStatsAnomaliesOrBuilder getMonitoringStatsOrBuilder(int index)

Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.

repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelMonitoringStatsAnomaliesOrBuilder

getMonitoringStatsOrBuilderList()

public abstract List<? extends ModelMonitoringStatsAnomaliesOrBuilder> getMonitoringStatsOrBuilderList()

Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.

repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.ModelMonitoringStatsAnomaliesOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.