Package tensorflow.serving
Interface FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableToMonitorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableToMonitor,FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableToMonitor.Builder
- Enclosing class:
- FileSystemStoragePathSource.FileSystemStoragePathSourceConfig
public static interface FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableToMonitorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBasePath()The path to monitor, i.e.com.google.protobuf.ByteStringgetBasePathBytes()The path to monitor, i.e.java.lang.StringgetServableName()The servable name to supply in aspired-versions callback calls.com.google.protobuf.ByteStringgetServableNameBytes()The servable name to supply in aspired-versions callback calls.FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicygetServableVersionPolicy()The policy to determines the number of versions of the servable to be served at the same time.FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicyOrBuildergetServableVersionPolicyOrBuilder()The policy to determines the number of versions of the servable to be served at the same time.booleanhasServableVersionPolicy()The policy to determines the number of versions of the servable to be served at the same time.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServableName
java.lang.String getServableName()
The servable name to supply in aspired-versions callback calls. Child paths of 'base_path' are considered to be versions of this servable.
string servable_name = 1;- Returns:
- The servableName.
-
getServableNameBytes
com.google.protobuf.ByteString getServableNameBytes()
The servable name to supply in aspired-versions callback calls. Child paths of 'base_path' are considered to be versions of this servable.
string servable_name = 1;- Returns:
- The bytes for servableName.
-
getBasePath
java.lang.String getBasePath()
The path to monitor, i.e. look for child paths of the form base_path/123.
string base_path = 2;- Returns:
- The basePath.
-
getBasePathBytes
com.google.protobuf.ByteString getBasePathBytes()
The path to monitor, i.e. look for child paths of the form base_path/123.
string base_path = 2;- Returns:
- The bytes for basePath.
-
hasServableVersionPolicy
boolean hasServableVersionPolicy()
The policy to determines the number of versions of the servable to be served at the same time.
.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy servable_version_policy = 4;- Returns:
- Whether the servableVersionPolicy field is set.
-
getServableVersionPolicy
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy getServableVersionPolicy()
The policy to determines the number of versions of the servable to be served at the same time.
.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy servable_version_policy = 4;- Returns:
- The servableVersionPolicy.
-
getServableVersionPolicyOrBuilder
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicyOrBuilder getServableVersionPolicyOrBuilder()
The policy to determines the number of versions of the servable to be served at the same time.
.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy servable_version_policy = 4;
-
-