Package tensorflow.serving
Interface FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy,FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Builder
- Enclosing class:
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig
public static interface FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAll().tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.All all = 101;.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.All all = 101;.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest latest = 100;.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest latest = 100;FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Specific specific = 102;.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Specific specific = 102;booleanhasAll().tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.All all = 101;boolean.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest latest = 100;boolean.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Specific specific = 102;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasLatest
boolean hasLatest().tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest latest = 100;- Returns:
- Whether the latest field is set.
-
getLatest
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest getLatest().tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest latest = 100;- Returns:
- The latest.
-
getLatestOrBuilder
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.LatestOrBuilder getLatestOrBuilder().tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest latest = 100; -
hasAll
boolean hasAll().tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.All all = 101;- Returns:
- Whether the all field is set.
-
getAll
.tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.All all = 101;- Returns:
- The all.
-
getAllOrBuilder
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.AllOrBuilder getAllOrBuilder().tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.All all = 101; -
hasSpecific
boolean hasSpecific().tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Specific specific = 102;- Returns:
- Whether the specific field is set.
-
getSpecific
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Specific getSpecific().tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Specific specific = 102;- Returns:
- The specific.
-
getSpecificOrBuilder
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.SpecificOrBuilder getSpecificOrBuilder().tensorflow.serving.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Specific specific = 102; -
getPolicyChoiceCase
-