Uses of Class
com.google.cloud.aiplatform.v1beta1.SearchModelMonitoringAlertsRequest.Builder
Packages that use SearchModelMonitoringAlertsRequest.Builder
-
Uses of SearchModelMonitoringAlertsRequest.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return SearchModelMonitoringAlertsRequest.BuilderModifier and TypeMethodDescriptionSearchModelMonitoringAlertsRequest.Builder.clear()SearchModelMonitoringAlertsRequest.Builder.clearAlertTimeInterval()If non-empty, returns the alerts in this time interval.SearchModelMonitoringAlertsRequest.Builder.clearModelMonitor()Required.SearchModelMonitoringAlertsRequest.Builder.clearModelMonitoringJob()If non-empty, returns the alerts of this model monitoring job.SearchModelMonitoringAlertsRequest.Builder.clearObjectiveType()If non-empty, returns the alerts of this objective type.SearchModelMonitoringAlertsRequest.Builder.clearPageSize()The standard list page size.SearchModelMonitoringAlertsRequest.Builder.clearPageToken()A page token received from a previous [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts] call.SearchModelMonitoringAlertsRequest.Builder.clearStatsName()If non-empty, returns the alerts of this stats_name.SearchModelMonitoringAlertsRequest.Builder.mergeAlertTimeInterval(Interval value) If non-empty, returns the alerts in this time interval.SearchModelMonitoringAlertsRequest.Builder.mergeFrom(SearchModelMonitoringAlertsRequest other) SearchModelMonitoringAlertsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SearchModelMonitoringAlertsRequest.Builder.mergeFrom(com.google.protobuf.Message other) SearchModelMonitoringAlertsRequest.newBuilder()SearchModelMonitoringAlertsRequest.newBuilder(SearchModelMonitoringAlertsRequest prototype) SearchModelMonitoringAlertsRequest.newBuilderForType()SearchModelMonitoringAlertsRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SearchModelMonitoringAlertsRequest.Builder.setAlertTimeInterval(Interval value) If non-empty, returns the alerts in this time interval.SearchModelMonitoringAlertsRequest.Builder.setAlertTimeInterval(Interval.Builder builderForValue) If non-empty, returns the alerts in this time interval.SearchModelMonitoringAlertsRequest.Builder.setModelMonitor(String value) Required.SearchModelMonitoringAlertsRequest.Builder.setModelMonitorBytes(com.google.protobuf.ByteString value) Required.SearchModelMonitoringAlertsRequest.Builder.setModelMonitoringJob(String value) If non-empty, returns the alerts of this model monitoring job.SearchModelMonitoringAlertsRequest.Builder.setModelMonitoringJobBytes(com.google.protobuf.ByteString value) If non-empty, returns the alerts of this model monitoring job.SearchModelMonitoringAlertsRequest.Builder.setObjectiveType(String value) If non-empty, returns the alerts of this objective type.SearchModelMonitoringAlertsRequest.Builder.setObjectiveTypeBytes(com.google.protobuf.ByteString value) If non-empty, returns the alerts of this objective type.SearchModelMonitoringAlertsRequest.Builder.setPageSize(int value) The standard list page size.SearchModelMonitoringAlertsRequest.Builder.setPageToken(String value) A page token received from a previous [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts] call.SearchModelMonitoringAlertsRequest.Builder.setPageTokenBytes(com.google.protobuf.ByteString value) A page token received from a previous [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts] call.SearchModelMonitoringAlertsRequest.Builder.setStatsName(String value) If non-empty, returns the alerts of this stats_name.SearchModelMonitoringAlertsRequest.Builder.setStatsNameBytes(com.google.protobuf.ByteString value) If non-empty, returns the alerts of this stats_name.SearchModelMonitoringAlertsRequest.toBuilder()