Interface ModelManagement.ReloadConfigRequestOrBuilder

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

public static interface ModelManagement.ReloadConfigRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasConfig

      boolean hasConfig()
      .tensorflow.serving.ModelServerConfig config = 1;
      Returns:
      Whether the config field is set.
    • getConfig

      .tensorflow.serving.ModelServerConfig config = 1;
      Returns:
      The config.
    • getConfigOrBuilder

      .tensorflow.serving.ModelServerConfig config = 1;
    • getMetricNamesList

      List<String> getMetricNamesList()
      repeated string metric_names = 2;
      Returns:
      A list containing the metricNames.
    • getMetricNamesCount

      int getMetricNamesCount()
      repeated string metric_names = 2;
      Returns:
      The count of metricNames.
    • getMetricNames

      String getMetricNames(int index)
      repeated string metric_names = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The metricNames at the given index.
    • getMetricNamesBytes

      com.google.protobuf.ByteString getMetricNamesBytes(int index)
      repeated string metric_names = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the metricNames at the given index.