public static interface ModelRegistry.SearchModelVersions.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ModelRegistry.ModelVersion |
getModelVersions(int index)
Models that match the search criteria
|
int |
getModelVersionsCount()
Models that match the search criteria
|
List<ModelRegistry.ModelVersion> |
getModelVersionsList()
Models that match the search criteria
|
ModelRegistry.ModelVersionOrBuilder |
getModelVersionsOrBuilder(int index)
Models that match the search criteria
|
List<? extends ModelRegistry.ModelVersionOrBuilder> |
getModelVersionsOrBuilderList()
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.ModelVersion> getModelVersionsList()
Models that match the search criteria
repeated .mlflow.ModelVersion model_versions = 1;
ModelRegistry.ModelVersion getModelVersions(int index)
Models that match the search criteria
repeated .mlflow.ModelVersion model_versions = 1;
int getModelVersionsCount()
Models that match the search criteria
repeated .mlflow.ModelVersion model_versions = 1;
List<? extends ModelRegistry.ModelVersionOrBuilder> getModelVersionsOrBuilderList()
Models that match the search criteria
repeated .mlflow.ModelVersion model_versions = 1;
ModelRegistry.ModelVersionOrBuilder getModelVersionsOrBuilder(int index)
Models that match the search criteria
repeated .mlflow.ModelVersion model_versions = 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 © 2021. All rights reserved.