public static interface ModelRegistry.GetLatestVersions.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ModelRegistry.ModelVersion |
getModelVersions(int index)
Latest version models for each requests stage.
|
int |
getModelVersionsCount()
Latest version models for each requests stage.
|
List<ModelRegistry.ModelVersion> |
getModelVersionsList()
Latest version models for each requests stage.
|
ModelRegistry.ModelVersionOrBuilder |
getModelVersionsOrBuilder(int index)
Latest version models for each requests stage.
|
List<? extends ModelRegistry.ModelVersionOrBuilder> |
getModelVersionsOrBuilderList()
Latest version models for each requests stage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ModelRegistry.ModelVersion> getModelVersionsList()
Latest version models for each requests stage. Only return models with current ``READY`` status. If no ``stages`` provided, returns the latest version for each stage, including ``"None"``.
repeated .mlflow.ModelVersion model_versions = 1;
ModelRegistry.ModelVersion getModelVersions(int index)
Latest version models for each requests stage. Only return models with current ``READY`` status. If no ``stages`` provided, returns the latest version for each stage, including ``"None"``.
repeated .mlflow.ModelVersion model_versions = 1;
int getModelVersionsCount()
Latest version models for each requests stage. Only return models with current ``READY`` status. If no ``stages`` provided, returns the latest version for each stage, including ``"None"``.
repeated .mlflow.ModelVersion model_versions = 1;
List<? extends ModelRegistry.ModelVersionOrBuilder> getModelVersionsOrBuilderList()
Latest version models for each requests stage. Only return models with current ``READY`` status. If no ``stages`` provided, returns the latest version for each stage, including ``"None"``.
repeated .mlflow.ModelVersion model_versions = 1;
ModelRegistry.ModelVersionOrBuilder getModelVersionsOrBuilder(int index)
Latest version models for each requests stage. Only return models with current ``READY`` status. If no ``stages`` provided, returns the latest version for each stage, including ``"None"``.
repeated .mlflow.ModelVersion model_versions = 1;
Copyright © 2021. All rights reserved.