Interface Service.ListScorerVersionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.ListScorerVersions, Service.ListScorerVersions.Builder
Enclosing class:
Service

public static interface Service.ListScorerVersionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The experiment ID.
    com.google.protobuf.ByteString
    The experiment ID.
    The scorer name.
    com.google.protobuf.ByteString
    The scorer name.
    boolean
    The experiment ID.
    boolean
    The scorer name.

    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

    • hasExperimentId

      boolean hasExperimentId()
       The experiment ID.
       
      optional string experiment_id = 1;
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      String getExperimentId()
       The experiment ID.
       
      optional string experiment_id = 1;
      Returns:
      The experimentId.
    • getExperimentIdBytes

      com.google.protobuf.ByteString getExperimentIdBytes()
       The experiment ID.
       
      optional string experiment_id = 1;
      Returns:
      The bytes for experimentId.
    • hasName

      boolean hasName()
       The scorer name.
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       The scorer name.
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The scorer name.
       
      optional string name = 2;
      Returns:
      The bytes for name.