public interface ListModelVersionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model |
getModels(int index)
List of Model versions in the requested page.
|
int |
getModelsCount()
List of Model versions in the requested page.
|
List<Model> |
getModelsList()
List of Model versions in the requested page.
|
ModelOrBuilder |
getModelsOrBuilder(int index)
List of Model versions in the requested page.
|
List<? extends ModelOrBuilder> |
getModelsOrBuilderList()
List of Model versions in the requested page.
|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Model> getModelsList()
List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.
repeated .google.cloud.aiplatform.v1beta1.Model models = 1;Model getModels(int index)
List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.
repeated .google.cloud.aiplatform.v1beta1.Model models = 1;int getModelsCount()
List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.
repeated .google.cloud.aiplatform.v1beta1.Model models = 1;List<? extends ModelOrBuilder> getModelsOrBuilderList()
List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.
repeated .google.cloud.aiplatform.v1beta1.Model models = 1;ModelOrBuilder getModelsOrBuilder(int index)
List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.
repeated .google.cloud.aiplatform.v1beta1.Model models = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListModelVersionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListModelVersionsRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListModelVersionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListModelVersionsRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.