Package tensorflow.serving
Interface LogCollectorConfigOuterClass.LogCollectorConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogCollectorConfigOuterClass.LogCollectorConfig,LogCollectorConfigOuterClass.LogCollectorConfig.Builder
- Enclosing class:
LogCollectorConfigOuterClass
public static interface LogCollectorConfigOuterClass.LogCollectorConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe prefix to use for the filenames of the logs.com.google.protobuf.ByteStringThe prefix to use for the filenames of the logs.getType()Identifies the type of the LogCollector we will use to collect these logs.com.google.protobuf.ByteStringIdentifies the type of the LogCollector we will use to collect these logs.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getType
String getType()Identifies the type of the LogCollector we will use to collect these logs.
string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Identifies the type of the LogCollector we will use to collect these logs.
string type = 1;- Returns:
- The bytes for type.
-
getFilenamePrefix
String getFilenamePrefix()The prefix to use for the filenames of the logs.
string filename_prefix = 2;- Returns:
- The filenamePrefix.
-
getFilenamePrefixBytes
com.google.protobuf.ByteString getFilenamePrefixBytes()The prefix to use for the filenames of the logs.
string filename_prefix = 2;- Returns:
- The bytes for filenamePrefix.
-