Versions in this module Expand all Collapse all v2 v2.0.2 May 18, 2022 v2.0.1 May 18, 2022 Changes in this version + var File_tensorflow_serving_config_file_system_storage_path_source_proto protoreflect.FileDescriptor + var File_tensorflow_serving_config_log_collector_config_proto protoreflect.FileDescriptor + var File_tensorflow_serving_config_logging_config_proto protoreflect.FileDescriptor + var File_tensorflow_serving_config_model_server_config_proto protoreflect.FileDescriptor + var ModelType_name = map[int32]string + var ModelType_value = map[string]int32 + type FileSystemStoragePathSourceConfig struct + BasePath string + FailIfZeroVersionsAtStartup bool + FileSystemPollWaitSeconds int64 + ServableName string + ServableVersionsAlwaysPresent bool + Servables []*FileSystemStoragePathSourceConfig_ServableToMonitor + func (*FileSystemStoragePathSourceConfig) Descriptor() ([]byte, []int) + func (*FileSystemStoragePathSourceConfig) ProtoMessage() + func (x *FileSystemStoragePathSourceConfig) GetBasePath() string + func (x *FileSystemStoragePathSourceConfig) GetFailIfZeroVersionsAtStartup() bool + func (x *FileSystemStoragePathSourceConfig) GetFileSystemPollWaitSeconds() int64 + func (x *FileSystemStoragePathSourceConfig) GetServableName() string + func (x *FileSystemStoragePathSourceConfig) GetServableVersionsAlwaysPresent() bool + func (x *FileSystemStoragePathSourceConfig) GetServables() []*FileSystemStoragePathSourceConfig_ServableToMonitor + func (x *FileSystemStoragePathSourceConfig) ProtoReflect() protoreflect.Message + func (x *FileSystemStoragePathSourceConfig) Reset() + func (x *FileSystemStoragePathSourceConfig) String() string + type FileSystemStoragePathSourceConfig_ServableToMonitor struct + BasePath string + ServableName string + ServableVersionPolicy *FileSystemStoragePathSourceConfig_ServableVersionPolicy + func (*FileSystemStoragePathSourceConfig_ServableToMonitor) Descriptor() ([]byte, []int) + func (*FileSystemStoragePathSourceConfig_ServableToMonitor) ProtoMessage() + func (x *FileSystemStoragePathSourceConfig_ServableToMonitor) GetBasePath() string + func (x *FileSystemStoragePathSourceConfig_ServableToMonitor) GetServableName() string + func (x *FileSystemStoragePathSourceConfig_ServableToMonitor) GetServableVersionPolicy() *FileSystemStoragePathSourceConfig_ServableVersionPolicy + func (x *FileSystemStoragePathSourceConfig_ServableToMonitor) ProtoReflect() protoreflect.Message + func (x *FileSystemStoragePathSourceConfig_ServableToMonitor) Reset() + func (x *FileSystemStoragePathSourceConfig_ServableToMonitor) String() string + type FileSystemStoragePathSourceConfig_ServableVersionPolicy struct + PolicyChoice isFileSystemStoragePathSourceConfig_ServableVersionPolicy_PolicyChoice + func (*FileSystemStoragePathSourceConfig_ServableVersionPolicy) Descriptor() ([]byte, []int) + func (*FileSystemStoragePathSourceConfig_ServableVersionPolicy) ProtoMessage() + func (m *FileSystemStoragePathSourceConfig_ServableVersionPolicy) GetPolicyChoice() isFileSystemStoragePathSourceConfig_ServableVersionPolicy_PolicyChoice + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy) GetAll() *FileSystemStoragePathSourceConfig_ServableVersionPolicy_All + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy) GetLatest() *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Latest + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy) GetSpecific() *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Specific + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy) ProtoReflect() protoreflect.Message + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy) Reset() + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy) String() string + type FileSystemStoragePathSourceConfig_ServableVersionPolicy_All struct + func (*FileSystemStoragePathSourceConfig_ServableVersionPolicy_All) Descriptor() ([]byte, []int) + func (*FileSystemStoragePathSourceConfig_ServableVersionPolicy_All) ProtoMessage() + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy_All) ProtoReflect() protoreflect.Message + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy_All) Reset() + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy_All) String() string + type FileSystemStoragePathSourceConfig_ServableVersionPolicy_All_ struct + All *FileSystemStoragePathSourceConfig_ServableVersionPolicy_All + type FileSystemStoragePathSourceConfig_ServableVersionPolicy_Latest struct + NumVersions uint32 + func (*FileSystemStoragePathSourceConfig_ServableVersionPolicy_Latest) Descriptor() ([]byte, []int) + func (*FileSystemStoragePathSourceConfig_ServableVersionPolicy_Latest) ProtoMessage() + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Latest) GetNumVersions() uint32 + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Latest) ProtoReflect() protoreflect.Message + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Latest) Reset() + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Latest) String() string + type FileSystemStoragePathSourceConfig_ServableVersionPolicy_Latest_ struct + Latest *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Latest + type FileSystemStoragePathSourceConfig_ServableVersionPolicy_Specific struct + Versions []int64 + func (*FileSystemStoragePathSourceConfig_ServableVersionPolicy_Specific) Descriptor() ([]byte, []int) + func (*FileSystemStoragePathSourceConfig_ServableVersionPolicy_Specific) ProtoMessage() + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Specific) GetVersions() []int64 + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Specific) ProtoReflect() protoreflect.Message + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Specific) Reset() + func (x *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Specific) String() string + type FileSystemStoragePathSourceConfig_ServableVersionPolicy_Specific_ struct + Specific *FileSystemStoragePathSourceConfig_ServableVersionPolicy_Specific + type LogCollectorConfig struct + FilenamePrefix string + Type string + func (*LogCollectorConfig) Descriptor() ([]byte, []int) + func (*LogCollectorConfig) ProtoMessage() + func (x *LogCollectorConfig) GetFilenamePrefix() string + func (x *LogCollectorConfig) GetType() string + func (x *LogCollectorConfig) ProtoReflect() protoreflect.Message + func (x *LogCollectorConfig) Reset() + func (x *LogCollectorConfig) String() string + type LoggingConfig struct + LogCollectorConfig *LogCollectorConfig + SamplingConfig *SamplingConfig + func (*LoggingConfig) Descriptor() ([]byte, []int) + func (*LoggingConfig) ProtoMessage() + func (x *LoggingConfig) GetLogCollectorConfig() *LogCollectorConfig + func (x *LoggingConfig) GetSamplingConfig() *SamplingConfig + func (x *LoggingConfig) ProtoReflect() protoreflect.Message + func (x *LoggingConfig) Reset() + func (x *LoggingConfig) String() string + type ModelConfig struct + BasePath string + LoggingConfig *LoggingConfig + ModelPlatform string + ModelType ModelType + ModelVersionPolicy *FileSystemStoragePathSourceConfig_ServableVersionPolicy + Name string + VersionLabels map[string]int64 + func (*ModelConfig) Descriptor() ([]byte, []int) + func (*ModelConfig) ProtoMessage() + func (x *ModelConfig) GetBasePath() string + func (x *ModelConfig) GetLoggingConfig() *LoggingConfig + func (x *ModelConfig) GetModelPlatform() string + func (x *ModelConfig) GetModelType() ModelType + func (x *ModelConfig) GetModelVersionPolicy() *FileSystemStoragePathSourceConfig_ServableVersionPolicy + func (x *ModelConfig) GetName() string + func (x *ModelConfig) GetVersionLabels() map[string]int64 + func (x *ModelConfig) ProtoReflect() protoreflect.Message + func (x *ModelConfig) Reset() + func (x *ModelConfig) String() string + type ModelConfigList struct + Config []*ModelConfig + func (*ModelConfigList) Descriptor() ([]byte, []int) + func (*ModelConfigList) ProtoMessage() + func (x *ModelConfigList) GetConfig() []*ModelConfig + func (x *ModelConfigList) ProtoReflect() protoreflect.Message + func (x *ModelConfigList) Reset() + func (x *ModelConfigList) String() string + type ModelServerConfig struct + Config isModelServerConfig_Config + func (*ModelServerConfig) Descriptor() ([]byte, []int) + func (*ModelServerConfig) ProtoMessage() + func (m *ModelServerConfig) GetConfig() isModelServerConfig_Config + func (x *ModelServerConfig) GetCustomModelConfig() *anypb.Any + func (x *ModelServerConfig) GetModelConfigList() *ModelConfigList + func (x *ModelServerConfig) ProtoReflect() protoreflect.Message + func (x *ModelServerConfig) Reset() + func (x *ModelServerConfig) String() string + type ModelServerConfig_CustomModelConfig struct + CustomModelConfig *anypb.Any + type ModelServerConfig_ModelConfigList struct + ModelConfigList *ModelConfigList + type ModelType int32 + const ModelType_MODEL_TYPE_UNSPECIFIED + const ModelType_OTHER + const ModelType_TENSORFLOW + func (ModelType) Descriptor() protoreflect.EnumDescriptor + func (ModelType) EnumDescriptor() ([]byte, []int) + func (ModelType) Type() protoreflect.EnumType + func (x ModelType) Enum() *ModelType + func (x ModelType) Number() protoreflect.EnumNumber + func (x ModelType) String() string + type SamplingConfig struct + SamplingRate float64 + func (*SamplingConfig) Descriptor() ([]byte, []int) + func (*SamplingConfig) ProtoMessage() + func (x *SamplingConfig) GetSamplingRate() float64 + func (x *SamplingConfig) ProtoReflect() protoreflect.Message + func (x *SamplingConfig) Reset() + func (x *SamplingConfig) String() string