Interface LoggingConfigOuterClass.LoggingConfigOrBuilder

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

public static interface LoggingConfigOuterClass.LoggingConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasLogCollectorConfig

      boolean hasLogCollectorConfig()
      .tensorflow.serving.LogCollectorConfig log_collector_config = 1;
      Returns:
      Whether the logCollectorConfig field is set.
    • getLogCollectorConfig

      .tensorflow.serving.LogCollectorConfig log_collector_config = 1;
      Returns:
      The logCollectorConfig.
    • getLogCollectorConfigOrBuilder

      .tensorflow.serving.LogCollectorConfig log_collector_config = 1;
    • hasSamplingConfig

      boolean hasSamplingConfig()
      .tensorflow.serving.SamplingConfig sampling_config = 2;
      Returns:
      Whether the samplingConfig field is set.
    • getSamplingConfig

      .tensorflow.serving.SamplingConfig sampling_config = 2;
      Returns:
      The samplingConfig.
    • getSamplingConfigOrBuilder

      .tensorflow.serving.SamplingConfig sampling_config = 2;