Interface SearchModelMonitoringStatsResponseOrBuilder (3.44.0)

public interface SearchModelMonitoringStatsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMonitoringStats(int index)

public abstract ModelMonitoringStats getMonitoringStats(int index)

Stats retrieved for requested objectives.

repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;

Parameter
Name Description
index int
Returns
Type Description
ModelMonitoringStats

getMonitoringStatsCount()

public abstract int getMonitoringStatsCount()

Stats retrieved for requested objectives.

repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;

Returns
Type Description
int

getMonitoringStatsList()

public abstract List<ModelMonitoringStats> getMonitoringStatsList()

Stats retrieved for requested objectives.

repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;

Returns
Type Description
List<ModelMonitoringStats>

getMonitoringStatsOrBuilder(int index)

public abstract ModelMonitoringStatsOrBuilder getMonitoringStatsOrBuilder(int index)

Stats retrieved for requested objectives.

repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;

Parameter
Name Description
index int
Returns
Type Description
ModelMonitoringStatsOrBuilder

getMonitoringStatsOrBuilderList()

public abstract List<? extends ModelMonitoringStatsOrBuilder> getMonitoringStatsOrBuilderList()

Stats retrieved for requested objectives.

repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

The page token that can be used by the next ModelMonitoringService.SearchModelMonitoringStats call.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The page token that can be used by the next ModelMonitoringService.SearchModelMonitoringStats call.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.