public interface ListModelMonitoringJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringJob |
getModelMonitoringJobs(int index)
A list of ModelMonitoringJobs that matches the specified filter
in the request.
|
int |
getModelMonitoringJobsCount()
A list of ModelMonitoringJobs that matches the specified filter
in the request.
|
List<ModelMonitoringJob> |
getModelMonitoringJobsList()
A list of ModelMonitoringJobs that matches the specified filter
in the request.
|
ModelMonitoringJobOrBuilder |
getModelMonitoringJobsOrBuilder(int index)
A list of ModelMonitoringJobs that matches the specified filter
in the request.
|
List<? extends ModelMonitoringJobOrBuilder> |
getModelMonitoringJobsOrBuilderList()
A list of ModelMonitoringJobs that matches the specified filter
in the request.
|
String |
getNextPageToken()
The standard List next-page token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The standard List next-page token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ModelMonitoringJob> getModelMonitoringJobsList()
A list of ModelMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_jobs = 1;
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;
int getModelMonitoringJobsCount()
A list of ModelMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringJob model_monitoring_jobs = 1;
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;
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;
String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.