Interface FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableToMonitorOrBuilder

    • 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.