public interface SearchModelMonitoringStatsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModelMonitor()
Required.
|
com.google.protobuf.ByteString |
getModelMonitorBytes()
Required.
|
int |
getPageSize()
The standard list page size.
|
String |
getPageToken()
A page token received from a previous
[ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats]
call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A page token received from a previous
[ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats]
call.
|
SearchModelMonitoringStatsFilter |
getStatsFilter()
Filter for search different stats.
|
SearchModelMonitoringStatsFilterOrBuilder |
getStatsFilterOrBuilder()
Filter for search different stats.
|
com.google.type.Interval |
getTimeInterval()
The time interval for which results should be returned.
|
com.google.type.IntervalOrBuilder |
getTimeIntervalOrBuilder()
The time interval for which results should be returned.
|
boolean |
hasStatsFilter()
Filter for search different stats.
|
boolean |
hasTimeInterval()
The time interval for which results should be returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModelMonitor()
Required. ModelMonitor resource name.
Format:
`projects/{project}/locations/{location}/modelMonitors/{model_monitor}`
string model_monitor = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getModelMonitorBytes()
Required. ModelMonitor resource name.
Format:
`projects/{project}/locations/{location}/modelMonitors/{model_monitor}`
string model_monitor = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasStatsFilter()
Filter for search different stats.
.google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter stats_filter = 2;
SearchModelMonitoringStatsFilter getStatsFilter()
Filter for search different stats.
.google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter stats_filter = 2;
SearchModelMonitoringStatsFilterOrBuilder getStatsFilterOrBuilder()
Filter for search different stats.
.google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter stats_filter = 2;
boolean hasTimeInterval()
The time interval for which results should be returned.
.google.type.Interval time_interval = 3;com.google.type.Interval getTimeInterval()
The time interval for which results should be returned.
.google.type.Interval time_interval = 3;com.google.type.IntervalOrBuilder getTimeIntervalOrBuilder()
The time interval for which results should be returned.
.google.type.Interval time_interval = 3;int getPageSize()
The standard list page size.
int32 page_size = 4;String getPageToken()
A page token received from a previous [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats] call.
string page_token = 5;com.google.protobuf.ByteString getPageTokenBytes()
A page token received from a previous [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats] call.
string page_token = 5;Copyright © 2024 Google LLC. All rights reserved.