Interface ListModelMonitoringJobsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListModelMonitoringJobsResponse, ListModelMonitoringJobsResponse.Builder

@Generated public interface ListModelMonitoringJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getModelMonitoringJobsList

      List<ModelMonitoringJob> getModelMonitoringJobsList()
       A list of ModelMonitoringJobs that matches the specified filter
       in the request.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_jobs = 1;
    • getModelMonitoringJobs

      ModelMonitoringJob getModelMonitoringJobs(int index)
       A list of ModelMonitoringJobs that matches the specified filter
       in the request.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_jobs = 1;
    • getModelMonitoringJobsCount

      int getModelMonitoringJobsCount()
       A list of ModelMonitoringJobs that matches the specified filter
       in the request.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_jobs = 1;
    • getModelMonitoringJobsOrBuilderList

      List<? extends ModelMonitoringJobOrBuilder> getModelMonitoringJobsOrBuilderList()
       A list of ModelMonitoringJobs that matches the specified filter
       in the request.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_jobs = 1;
    • getModelMonitoringJobsOrBuilder

      ModelMonitoringJobOrBuilder getModelMonitoringJobsOrBuilder(int index)
       A list of ModelMonitoringJobs that matches the specified filter
       in the request.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_jobs = 1;
    • getNextPageToken

      String getNextPageToken()
       The standard List next-page token.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       The standard List next-page token.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.