public interface ListModelMonitorsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModelMonitors(int index)
public abstract ModelMonitor getModelMonitors(int index)List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ModelMonitor |
|
getModelMonitorsCount()
public abstract int getModelMonitorsCount()List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getModelMonitorsList()
public abstract List<ModelMonitor> getModelMonitorsList()List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
| Returns | |
|---|---|
| Type | Description |
List<ModelMonitor> |
|
getModelMonitorsOrBuilder(int index)
public abstract ModelMonitorOrBuilder getModelMonitorsOrBuilder(int index)List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ModelMonitorOrBuilder |
|
getModelMonitorsOrBuilderList()
public abstract List<? extends ModelMonitorOrBuilder> getModelMonitorsOrBuilderList()List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ModelMonitorOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results. Pass to ListModelMonitorsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to ListModelMonitorsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |