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 Type
    Method
    Description
    getScorers(int index)
    List of scorer entities for all versions of the scorer.
    int
    List of scorer entities for all versions of the scorer.
    List of scorer entities for all versions of the scorer.
    List of scorer entities for all versions of the scorer.
    List of scorer entities for all versions of the scorer.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      Service.Scorer getScorers(int index)
       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

      Service.ScorerOrBuilder getScorersOrBuilder(int index)
       List of scorer entities for all versions of the scorer.
       
      repeated .mlflow.Scorer scorers = 1;