Interface ListModelDeploymentMonitoringJobsResponseOrBuilder (3.42.0)

public interface ListModelDeploymentMonitoringJobsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJobOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.