public interface ListModelDeploymentMonitoringJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModelDeploymentMonitoringJobs(int index)
public abstract ModelDeploymentMonitoringJob getModelDeploymentMonitoringJobs(int index)A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob model_deployment_monitoring_jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| ModelDeploymentMonitoringJob |
getModelDeploymentMonitoringJobsCount()
public abstract int getModelDeploymentMonitoringJobsCount()A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob model_deployment_monitoring_jobs = 1;
| Type | Description |
| int |
getModelDeploymentMonitoringJobsList()
public abstract List<ModelDeploymentMonitoringJob> getModelDeploymentMonitoringJobsList()A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob model_deployment_monitoring_jobs = 1;
| Type | Description |
| List<ModelDeploymentMonitoringJob> |
getModelDeploymentMonitoringJobsOrBuilder(int index)
public abstract ModelDeploymentMonitoringJobOrBuilder getModelDeploymentMonitoringJobsOrBuilder(int index)A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob model_deployment_monitoring_jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| ModelDeploymentMonitoringJobOrBuilder |
getModelDeploymentMonitoringJobsOrBuilderList()
public abstract List<? extends ModelDeploymentMonitoringJobOrBuilder> getModelDeploymentMonitoringJobsOrBuilderList()A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob model_deployment_monitoring_jobs = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJobOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |