Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelMonitoringNotificationSpec.EmailConfig.Builder
Packages that use ModelMonitoringNotificationSpec.EmailConfig.Builder
-
Uses of ModelMonitoringNotificationSpec.EmailConfig.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelMonitoringNotificationSpec.EmailConfig.BuilderModifier and TypeMethodDescriptionModelMonitoringNotificationSpec.EmailConfig.Builder.addAllUserEmails(Iterable<String> values) The email addresses to send the alerts.ModelMonitoringNotificationSpec.EmailConfig.Builder.addUserEmails(String value) The email addresses to send the alerts.ModelMonitoringNotificationSpec.EmailConfig.Builder.addUserEmailsBytes(com.google.protobuf.ByteString value) The email addresses to send the alerts.ModelMonitoringNotificationSpec.EmailConfig.Builder.clear()ModelMonitoringNotificationSpec.EmailConfig.Builder.clearUserEmails()The email addresses to send the alerts.ModelMonitoringNotificationSpec.Builder.getEmailConfigBuilder()Email alert config.ModelMonitoringNotificationSpec.EmailConfig.Builder.mergeFrom(ModelMonitoringNotificationSpec.EmailConfig other) ModelMonitoringNotificationSpec.EmailConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringNotificationSpec.EmailConfig.Builder.mergeFrom(com.google.protobuf.Message other) ModelMonitoringNotificationSpec.EmailConfig.newBuilder()ModelMonitoringNotificationSpec.EmailConfig.newBuilder(ModelMonitoringNotificationSpec.EmailConfig prototype) ModelMonitoringNotificationSpec.EmailConfig.newBuilderForType()ModelMonitoringNotificationSpec.EmailConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ModelMonitoringNotificationSpec.EmailConfig.Builder.setUserEmails(int index, String value) The email addresses to send the alerts.ModelMonitoringNotificationSpec.EmailConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ModelMonitoringNotificationSpec.EmailConfig.BuilderModifier and TypeMethodDescriptionModelMonitoringNotificationSpec.Builder.setEmailConfig(ModelMonitoringNotificationSpec.EmailConfig.Builder builderForValue) Email alert config.