Class ModelMonitoringAlertConfig (3.79.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  ModelMonitoringAlertConfig   extends   GeneratedMessageV3   implements   ModelMonitoringAlertConfigOrBuilder  
   The alert config for model monitoring.
 Protobuf type google.cloud.aiplatform.v1.ModelMonitoringAlertConfig
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   EMAIL_ALERT_CONFIG_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   ENABLE_LOGGING_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   NOTIFICATION_CHANNELS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   ModelMonitoringAlertConfig   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   ModelMonitoringAlertConfig . Builder   newBuilder ()  
  
  
    
public   static   ModelMonitoringAlertConfig . Builder   newBuilder ( ModelMonitoringAlertConfig   prototype )  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   ModelMonitoringAlertConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<ModelMonitoringAlertConfig>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   ModelMonitoringAlertConfig . AlertCase   getAlertCase ()  
  
  
    
public   ModelMonitoringAlertConfig   getDefaultInstanceForType ()  
  
  
    
public   ModelMonitoringAlertConfig . EmailAlertConfig   getEmailAlertConfig ()  
   Email alert config.
 
 .google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
 
    
public   ModelMonitoringAlertConfig . EmailAlertConfigOrBuilder   getEmailAlertConfigOrBuilder ()  
   Email alert config.
 
 .google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
 
    
public   boolean   getEnableLogging ()  
   Dump the anomalies to Cloud Logging. The anomalies will be put to json
 payload encoded from proto
 ModelMonitoringStatsAnomalies .
 This can be further synced to Pub/Sub or any other services supported by
 Cloud Logging.
 bool enable_logging = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean The enableLogging.
 
     
  
  
    
public   String   getNotificationChannels ( int   index )  
   Resource names of the NotificationChannels to send alert.
 Must be of the format
 projects/<project_id_or_number>/notificationChannels/<channel_id>
 repeated string notification_channels = 3 [(.google.api.resource_reference) = { ... }
 
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The notificationChannels at the given index.
 
     
  
  
    
public   ByteString   getNotificationChannelsBytes ( int   index )  
   Resource names of the NotificationChannels to send alert.
 Must be of the format
 projects/<project_id_or_number>/notificationChannels/<channel_id>
 repeated string notification_channels = 3 [(.google.api.resource_reference) = { ... }
 
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the notificationChannels at the given index.
 
     
  
  
    
public   int   getNotificationChannelsCount ()  
   Resource names of the NotificationChannels to send alert.
 Must be of the format
 projects/<project_id_or_number>/notificationChannels/<channel_id>
 repeated string notification_channels = 3 [(.google.api.resource_reference) = { ... }
 
    
      
        Returns  
      
        Type Description  
      
        int The count of notificationChannels.
 
     
  
  
    
public   ProtocolStringList   getNotificationChannelsList ()  
   Resource names of the NotificationChannels to send alert.
 Must be of the format
 projects/<project_id_or_number>/notificationChannels/<channel_id>
 repeated string notification_channels = 3 [(.google.api.resource_reference) = { ... }
 
    
public   Parser<ModelMonitoringAlertConfig>   getParserForType ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   boolean   hasEmailAlertConfig ()  
   Email alert config.
 
 .google.cloud.aiplatform.v1.ModelMonitoringAlertConfig.EmailAlertConfig email_alert_config = 1;
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the emailAlertConfig field is set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   ModelMonitoringAlertConfig . Builder   newBuilderForType ()  
  
  
    
protected   ModelMonitoringAlertConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   ModelMonitoringAlertConfig . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]