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 Details

    • getServableName

      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

      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

       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

       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;