public static interface ModelRegistry.GetLatestVersionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Registered model unique name identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Registered model unique name identifier.
|
String |
getStages(int index)
List of stages.
|
com.google.protobuf.ByteString |
getStagesBytes(int index)
List of stages.
|
int |
getStagesCount()
List of stages.
|
List<String> |
getStagesList()
List of stages.
|
boolean |
hasName()
Registered model unique name identifier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
Registered model unique name identifier.
optional string name = 1 [(.mlflow.validate_required) = true];
String getName()
Registered model unique name identifier.
optional string name = 1 [(.mlflow.validate_required) = true];
com.google.protobuf.ByteString getNameBytes()
Registered model unique name identifier.
optional string name = 1 [(.mlflow.validate_required) = true];
int getStagesCount()
List of stages.
repeated string stages = 2;
String getStages(int index)
List of stages.
repeated string stages = 2;
com.google.protobuf.ByteString getStagesBytes(int index)
List of stages.
repeated string stages = 2;
Copyright © 2021. All rights reserved.