public static interface ModelRegistry.SearchModelVersions.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ModelRegistry.ModelVersionDetailed |
getModelVersionsDetailed(int index)
Models that match the search criteria
|
int |
getModelVersionsDetailedCount()
Models that match the search criteria
|
List<ModelRegistry.ModelVersionDetailed> |
getModelVersionsDetailedList()
Models that match the search criteria
|
ModelRegistry.ModelVersionDetailedOrBuilder |
getModelVersionsDetailedOrBuilder(int index)
Models that match the search criteria
|
List<? extends ModelRegistry.ModelVersionDetailedOrBuilder> |
getModelVersionsDetailedOrBuilderList()
Models that match the search criteria
|
String |
getNextPageToken()
Pagination token to request next page of models for the same search query.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Pagination token to request next page of models for the same search query.
|
boolean |
hasNextPageToken()
Pagination token to request next page of models for the same search query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ModelRegistry.ModelVersionDetailed> getModelVersionsDetailedList()
Models that match the search criteria
repeated .mlflow.ModelVersionDetailed model_versions_detailed = 1;
ModelRegistry.ModelVersionDetailed getModelVersionsDetailed(int index)
Models that match the search criteria
repeated .mlflow.ModelVersionDetailed model_versions_detailed = 1;
int getModelVersionsDetailedCount()
Models that match the search criteria
repeated .mlflow.ModelVersionDetailed model_versions_detailed = 1;
List<? extends ModelRegistry.ModelVersionDetailedOrBuilder> getModelVersionsDetailedOrBuilderList()
Models that match the search criteria
repeated .mlflow.ModelVersionDetailed model_versions_detailed = 1;
ModelRegistry.ModelVersionDetailedOrBuilder getModelVersionsDetailedOrBuilder(int index)
Models that match the search criteria
repeated .mlflow.ModelVersionDetailed model_versions_detailed = 1;
boolean hasNextPageToken()
Pagination token to request next page of models for the same search query.
optional string next_page_token = 2;
String getNextPageToken()
Pagination token to request next page of models for the same search query.
optional string next_page_token = 2;
com.google.protobuf.ByteString getNextPageTokenBytes()
Pagination token to request next page of models for the same search query.
optional string next_page_token = 2;
Copyright © 2019. All rights reserved.