Package inference

Interface GrpcService.TraceSettingRequestOrBuilder

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

public static interface GrpcService.TraceSettingRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSettingsCount

      int getSettingsCount()
      @@  .. cpp:var:: map<string,SettingValue> settings
      @@
      @@     The new setting values to be updated,
      @@     settings that are not specified will remain unchanged.
      @@
       
      map<string, .inference.TraceSettingRequest.SettingValue> settings = 1;
    • containsSettings

      boolean containsSettings(String key)
      @@  .. cpp:var:: map<string,SettingValue> settings
      @@
      @@     The new setting values to be updated,
      @@     settings that are not specified will remain unchanged.
      @@
       
      map<string, .inference.TraceSettingRequest.SettingValue> settings = 1;
    • getSettings

      Deprecated.
      Use getSettingsMap() instead.
    • getSettingsMap

      @@  .. cpp:var:: map<string,SettingValue> settings
      @@
      @@     The new setting values to be updated,
      @@     settings that are not specified will remain unchanged.
      @@
       
      map<string, .inference.TraceSettingRequest.SettingValue> settings = 1;
    • getSettingsOrDefault

      @@  .. cpp:var:: map<string,SettingValue> settings
      @@
      @@     The new setting values to be updated,
      @@     settings that are not specified will remain unchanged.
      @@
       
      map<string, .inference.TraceSettingRequest.SettingValue> settings = 1;
    • getSettingsOrThrow

      @@  .. cpp:var:: map<string,SettingValue> settings
      @@
      @@     The new setting values to be updated,
      @@     settings that are not specified will remain unchanged.
      @@
       
      map<string, .inference.TraceSettingRequest.SettingValue> settings = 1;
    • getModelName

      String getModelName()
      @@
      @@  .. cpp:var:: string model_name
      @@
      @@     The name of the model to apply the new trace settings.
      @@     If not given, the new settings will be applied globally.
      @@
       
      string model_name = 2;
      Returns:
      The modelName.
    • getModelNameBytes

      com.google.protobuf.ByteString getModelNameBytes()
      @@
      @@  .. cpp:var:: string model_name
      @@
      @@     The name of the model to apply the new trace settings.
      @@     If not given, the new settings will be applied globally.
      @@
       
      string model_name = 2;
      Returns:
      The bytes for modelName.