Send feedback
  
   
 
  
    
      Class ModelMonitoringInput (3.79.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  ModelMonitoringInput   extends   GeneratedMessageV3   implements   ModelMonitoringInputOrBuilder  
   Model monitoring data input spec.
 Protobuf type google.cloud.aiplatform.v1beta1.ModelMonitoringInput
    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   BATCH_PREDICTION_OUTPUT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   COLUMNIZED_DATASET_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   TIME_INTERVAL_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   TIME_OFFSET_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   VERTEX_ENDPOINT_LOGS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   ModelMonitoringInput   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   ModelMonitoringInput . Builder   newBuilder ()  
  
  
    
public   static   ModelMonitoringInput . Builder   newBuilder ( ModelMonitoringInput   prototype )  
  
  
  
    
public   static   ModelMonitoringInput   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   ModelMonitoringInput   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ModelMonitoringInput   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   ModelMonitoringInput   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ModelMonitoringInput   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   ModelMonitoringInput   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ModelMonitoringInput   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   ModelMonitoringInput   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ModelMonitoringInput   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   ModelMonitoringInput   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ModelMonitoringInput   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   ModelMonitoringInput   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<ModelMonitoringInput>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   ModelMonitoringInput . BatchPredictionOutput   getBatchPredictionOutput ()  
   Vertex AI Batch prediction Job.
 
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.BatchPredictionOutput batch_prediction_output = 2;
 
    
public   ModelMonitoringInput . BatchPredictionOutputOrBuilder   getBatchPredictionOutputOrBuilder ()  
   Vertex AI Batch prediction Job.
 
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.BatchPredictionOutput batch_prediction_output = 2;
 
    
public   ModelMonitoringInput . ModelMonitoringDataset   getColumnizedDataset ()  
   Columnized dataset.
 
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset columnized_dataset = 1;
 
    
public   ModelMonitoringInput . ModelMonitoringDatasetOrBuilder   getColumnizedDatasetOrBuilder ()  
   Columnized dataset.
 
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset columnized_dataset = 1;
 
    
public   ModelMonitoringInput . DatasetCase   getDatasetCase ()  
  
  
    
public   ModelMonitoringInput   getDefaultInstanceForType ()  
  
  
    
public   Parser<ModelMonitoringInput>   getParserForType ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   Interval   getTimeInterval ()  
   The time interval (pair of start_time and end_time) for which results
 should be returned.
 .google.type.Interval time_interval = 6;
    
      
        Returns  
      
        Type Description  
      
        com.google.type.Interval The timeInterval.
 
     
  
  
    
public   IntervalOrBuilder   getTimeIntervalOrBuilder ()  
   The time interval (pair of start_time and end_time) for which results
 should be returned.
 .google.type.Interval time_interval = 6;
    
      
        Returns  
      
        Type Description  
      
        com.google.type.IntervalOrBuilder  
     
  
  
    
public   ModelMonitoringInput . TimeOffset   getTimeOffset ()  
   The time offset setting for which results should be returned.
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.TimeOffset time_offset = 7;
    
public   ModelMonitoringInput . TimeOffsetOrBuilder   getTimeOffsetOrBuilder ()  
   The time offset setting for which results should be returned.
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.TimeOffset time_offset = 7;
    
public   ModelMonitoringInput . TimeSpecCase   getTimeSpecCase ()  
  
  
    
public   ModelMonitoringInput . VertexEndpointLogs   getVertexEndpointLogs ()  
   Vertex AI Endpoint request & response logging.
 
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.VertexEndpointLogs vertex_endpoint_logs = 3;
 
    
public   ModelMonitoringInput . VertexEndpointLogsOrBuilder   getVertexEndpointLogsOrBuilder ()  
   Vertex AI Endpoint request & response logging.
 
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.VertexEndpointLogs vertex_endpoint_logs = 3;
 
    
public   boolean   hasBatchPredictionOutput ()  
   Vertex AI Batch prediction Job.
 
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.BatchPredictionOutput batch_prediction_output = 2;
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the batchPredictionOutput field is set.
 
     
  
  
    
public   boolean   hasColumnizedDataset ()  
   Columnized dataset.
 
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset columnized_dataset = 1;
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the columnizedDataset field is set.
 
     
  
  
    
public   boolean   hasTimeInterval ()  
   The time interval (pair of start_time and end_time) for which results
 should be returned.
 .google.type.Interval time_interval = 6;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the timeInterval field is set.
 
     
  
  
    
public   boolean   hasTimeOffset ()  
   The time offset setting for which results should be returned.
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.TimeOffset time_offset = 7;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the timeOffset field is set.
 
     
  
  
    
public   boolean   hasVertexEndpointLogs ()  
   Vertex AI Endpoint request & response logging.
 
 .google.cloud.aiplatform.v1beta1.ModelMonitoringInput.VertexEndpointLogs vertex_endpoint_logs = 3;
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the vertexEndpointLogs field is set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   ModelMonitoringInput . Builder   newBuilderForType ()  
  
  
    
protected   ModelMonitoringInput . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   ModelMonitoringInput . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  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.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]