Class FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tensorflow.serving.FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.LatestOrBuilder
Enclosing class:
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy

public static final class FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest extends com.google.protobuf.GeneratedMessageV3 implements FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.LatestOrBuilder
 Serve the latest versions (i.e. the ones with the highest version
 numbers), among those found on disk.

 This is the default policy, with the default number of versions as 1.
 
Protobuf type tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest
See Also: