Class ModelMonitoringServiceClient.SearchModelMonitoringStatsFixedSizeCollection (3.44.0)

public static class ModelMonitoringServiceClient.SearchModelMonitoringStatsFixedSizeCollection extends AbstractFixedSizeCollection<SearchModelMonitoringStatsRequest,SearchModelMonitoringStatsResponse,ModelMonitoringStats,ModelMonitoringServiceClient.SearchModelMonitoringStatsPage,ModelMonitoringServiceClient.SearchModelMonitoringStatsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ModelMonitoringServiceClient.SearchModelMonitoringStatsFixedSizeCollection

Methods

createCollection(List<ModelMonitoringServiceClient.SearchModelMonitoringStatsPage> pages, int collectionSize)

protected ModelMonitoringServiceClient.SearchModelMonitoringStatsFixedSizeCollection createCollection(List<ModelMonitoringServiceClient.SearchModelMonitoringStatsPage> pages, int collectionSize)
Parameters
Name Description
pages List<SearchModelMonitoringStatsPage>
collectionSize int
Returns
Type Description
ModelMonitoringServiceClient.SearchModelMonitoringStatsFixedSizeCollection
Overrides