Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelMonitoringNotificationSpec.Builder
Packages that use ModelMonitoringNotificationSpec.Builder
-
Uses of ModelMonitoringNotificationSpec.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelMonitoringNotificationSpec.BuilderModifier and TypeMethodDescriptionModelMonitoringNotificationSpec.Builder.addAllNotificationChannelConfigs(Iterable<? extends ModelMonitoringNotificationSpec.NotificationChannelConfig> values) Notification channel config.ModelMonitoringNotificationSpec.Builder.addNotificationChannelConfigs(int index, ModelMonitoringNotificationSpec.NotificationChannelConfig value) Notification channel config.ModelMonitoringNotificationSpec.Builder.addNotificationChannelConfigs(int index, ModelMonitoringNotificationSpec.NotificationChannelConfig.Builder builderForValue) Notification channel config.ModelMonitoringNotificationSpec.Builder.addNotificationChannelConfigs(ModelMonitoringNotificationSpec.NotificationChannelConfig value) Notification channel config.ModelMonitoringNotificationSpec.Builder.addNotificationChannelConfigs(ModelMonitoringNotificationSpec.NotificationChannelConfig.Builder builderForValue) Notification channel config.ModelMonitoringNotificationSpec.Builder.clear()ModelMonitoringNotificationSpec.Builder.clearEmailConfig()Email alert config.ModelMonitoringNotificationSpec.Builder.clearEnableCloudLogging()Dump the anomalies to Cloud Logging.ModelMonitoringNotificationSpec.Builder.clearNotificationChannelConfigs()Notification channel config.ModelMonitor.Builder.getNotificationSpecBuilder()Optional default notification spec, it can be overridden in the ModelMonitoringJob notification spec.ModelMonitoringSpec.Builder.getNotificationSpecBuilder()The model monitoring notification spec.ModelMonitoringNotificationSpec.Builder.mergeEmailConfig(ModelMonitoringNotificationSpec.EmailConfig value) Email alert config.ModelMonitoringNotificationSpec.Builder.mergeFrom(ModelMonitoringNotificationSpec other) ModelMonitoringNotificationSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringNotificationSpec.Builder.mergeFrom(com.google.protobuf.Message other) ModelMonitoringNotificationSpec.newBuilder()ModelMonitoringNotificationSpec.newBuilder(ModelMonitoringNotificationSpec prototype) ModelMonitoringNotificationSpec.newBuilderForType()protected ModelMonitoringNotificationSpec.BuilderModelMonitoringNotificationSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ModelMonitoringNotificationSpec.Builder.removeNotificationChannelConfigs(int index) Notification channel config.ModelMonitoringNotificationSpec.Builder.setEmailConfig(ModelMonitoringNotificationSpec.EmailConfig value) Email alert config.ModelMonitoringNotificationSpec.Builder.setEmailConfig(ModelMonitoringNotificationSpec.EmailConfig.Builder builderForValue) Email alert config.ModelMonitoringNotificationSpec.Builder.setEnableCloudLogging(boolean value) Dump the anomalies to Cloud Logging.ModelMonitoringNotificationSpec.Builder.setNotificationChannelConfigs(int index, ModelMonitoringNotificationSpec.NotificationChannelConfig value) Notification channel config.ModelMonitoringNotificationSpec.Builder.setNotificationChannelConfigs(int index, ModelMonitoringNotificationSpec.NotificationChannelConfig.Builder builderForValue) Notification channel config.ModelMonitoringNotificationSpec.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ModelMonitoringNotificationSpec.BuilderModifier and TypeMethodDescriptionModelMonitor.Builder.setNotificationSpec(ModelMonitoringNotificationSpec.Builder builderForValue) Optional default notification spec, it can be overridden in the ModelMonitoringJob notification spec.ModelMonitoringSpec.Builder.setNotificationSpec(ModelMonitoringNotificationSpec.Builder builderForValue) The model monitoring notification spec.