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 Summary
Modifier and TypeMethodDescriptiongetModelMonitoringJobs(int index) A list of ModelMonitoringJobs that matches the specified filter in the request.intA list of ModelMonitoringJobs that matches the specified filter in the request.A list of ModelMonitoringJobs that matches the specified filter in the request.getModelMonitoringJobsOrBuilder(int index) A list of ModelMonitoringJobs that matches the specified filter in the request.List<? extends ModelMonitoringJobOrBuilder>A list of ModelMonitoringJobs that matches the specified filter in the request.The standard List next-page token.com.google.protobuf.ByteStringThe standard List next-page token.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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.
-