Package tensorflow.serving
Interface PlatformConfigOuterClass.PlatformConfigMapOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlatformConfigOuterClass.PlatformConfigMap,PlatformConfigOuterClass.PlatformConfigMap.Builder
- Enclosing class:
PlatformConfigOuterClass
public static interface PlatformConfigOuterClass.PlatformConfigMapOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanA map from a platform name to a platform config.Deprecated.intA map from a platform name to a platform config.A map from a platform name to a platform config.getPlatformConfigsOrDefault(String key, PlatformConfigOuterClass.PlatformConfig defaultValue) A map from a platform name to a platform config.A map from a platform name to a platform config.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
-
getPlatformConfigsCount
int getPlatformConfigsCount()A map from a platform name to a platform config. The platform name is used in ModelConfig.model_platform.
map<string, .tensorflow.serving.PlatformConfig> platform_configs = 1; -
containsPlatformConfigs
A map from a platform name to a platform config. The platform name is used in ModelConfig.model_platform.
map<string, .tensorflow.serving.PlatformConfig> platform_configs = 1; -
getPlatformConfigs
Deprecated.UsegetPlatformConfigsMap()instead. -
getPlatformConfigsMap
Map<String,PlatformConfigOuterClass.PlatformConfig> getPlatformConfigsMap()A map from a platform name to a platform config. The platform name is used in ModelConfig.model_platform.
map<string, .tensorflow.serving.PlatformConfig> platform_configs = 1; -
getPlatformConfigsOrDefault
PlatformConfigOuterClass.PlatformConfig getPlatformConfigsOrDefault(String key, PlatformConfigOuterClass.PlatformConfig defaultValue) A map from a platform name to a platform config. The platform name is used in ModelConfig.model_platform.
map<string, .tensorflow.serving.PlatformConfig> platform_configs = 1; -
getPlatformConfigsOrThrow
A map from a platform name to a platform config. The platform name is used in ModelConfig.model_platform.
map<string, .tensorflow.serving.PlatformConfig> platform_configs = 1;
-