public interface ListModelsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModels(int index)
public abstract Model getModels(int index)List of Models in the requested page.
repeated .google.cloud.aiplatform.v1.Model models = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Model |
|
getModelsCount()
public abstract int getModelsCount()List of Models in the requested page.
repeated .google.cloud.aiplatform.v1.Model models = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getModelsList()
public abstract List<Model> getModelsList()List of Models in the requested page.
repeated .google.cloud.aiplatform.v1.Model models = 1;
| Returns | |
|---|---|
| Type | Description |
List<Model> |
|
getModelsOrBuilder(int index)
public abstract ModelOrBuilder getModelsOrBuilder(int index)List of Models in the requested page.
repeated .google.cloud.aiplatform.v1.Model models = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ModelOrBuilder |
|
getModelsOrBuilderList()
public abstract List<? extends ModelOrBuilder> getModelsOrBuilderList()List of Models in the requested page.
repeated .google.cloud.aiplatform.v1.Model models = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ModelOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve next page of results. Pass to ListModelsRequest.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 next page of results. Pass to ListModelsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |