Package com.google.cloud.aiplatform.v1
Interface ListModelDeploymentMonitoringJobsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListModelDeploymentMonitoringJobsResponse,ListModelDeploymentMonitoringJobsResponse.Builder
@Generated
public interface ListModelDeploymentMonitoringJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetModelDeploymentMonitoringJobs(int index) A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.intA list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.getModelDeploymentMonitoringJobsOrBuilder(int index) A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.List<? extends ModelDeploymentMonitoringJobOrBuilder>A list of ModelDeploymentMonitoringJobs 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
-
getModelDeploymentMonitoringJobsList
List<ModelDeploymentMonitoringJob> getModelDeploymentMonitoringJobsList()A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob model_deployment_monitoring_jobs = 1; -
getModelDeploymentMonitoringJobs
A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob model_deployment_monitoring_jobs = 1; -
getModelDeploymentMonitoringJobsCount
int getModelDeploymentMonitoringJobsCount()A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob model_deployment_monitoring_jobs = 1; -
getModelDeploymentMonitoringJobsOrBuilderList
List<? extends ModelDeploymentMonitoringJobOrBuilder> getModelDeploymentMonitoringJobsOrBuilderList()A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob model_deployment_monitoring_jobs = 1; -
getModelDeploymentMonitoringJobsOrBuilder
A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob model_deployment_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.
-