public static interface FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableToMonitorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBasePath()
The path to monitor, i.e.
|
com.google.protobuf.ByteString |
getBasePathBytes()
The path to monitor, i.e.
|
java.lang.String |
getServableName()
The servable name to supply in aspired-versions callback calls.
|
com.google.protobuf.ByteString |
getServableNameBytes()
The servable name to supply in aspired-versions callback calls.
|
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy |
getServableVersionPolicy()
The policy to determines the number of versions of the servable to be
served at the same time.
|
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicyOrBuilder |
getServableVersionPolicyOrBuilder()
The policy to determines the number of versions of the servable to be
served at the same time.
|
boolean |
hasServableVersionPolicy()
The policy to determines the number of versions of the servable to be
served at the same time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.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;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;java.lang.String getBasePath()
The path to monitor, i.e. look for child paths of the form base_path/123.
string base_path = 2;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;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;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;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;