Package org.mlflow.api.proto
Interface Service.ListScorerVersions.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.ListScorerVersions.Response,Service.ListScorerVersions.Response.Builder
- Enclosing class:
- Service.ListScorerVersions
public static interface Service.ListScorerVersions.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetScorers(int index) List of scorer entities for all versions of the scorer.intList of scorer entities for all versions of the scorer.List of scorer entities for all versions of the scorer.getScorersOrBuilder(int index) List of scorer entities for all versions of the scorer.List<? extends Service.ScorerOrBuilder>List of scorer entities for all versions of the scorer.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getScorersList
List<Service.Scorer> getScorersList()List of scorer entities for all versions of the scorer.
repeated .mlflow.Scorer scorers = 1; -
getScorers
List of scorer entities for all versions of the scorer.
repeated .mlflow.Scorer scorers = 1; -
getScorersCount
int getScorersCount()List of scorer entities for all versions of the scorer.
repeated .mlflow.Scorer scorers = 1; -
getScorersOrBuilderList
List<? extends Service.ScorerOrBuilder> getScorersOrBuilderList()List of scorer entities for all versions of the scorer.
repeated .mlflow.Scorer scorers = 1; -
getScorersOrBuilder
List of scorer entities for all versions of the scorer.
repeated .mlflow.Scorer scorers = 1;
-