Versions in this module Expand all Collapse all v2 v2.1.4 Mar 2, 2020 v2.1.3 Mar 2, 2020 Changes in this version + var ModelType_name = map[int32]string + var ModelType_value = map[string]int32 + type LogCollectorConfig struct + FilenamePrefix string + Type string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LogCollectorConfig) Descriptor() ([]byte, []int) + func (*LogCollectorConfig) ProtoMessage() + func (m *LogCollectorConfig) GetFilenamePrefix() string + func (m *LogCollectorConfig) GetType() string + func (m *LogCollectorConfig) Reset() + func (m *LogCollectorConfig) String() string + func (m *LogCollectorConfig) XXX_DiscardUnknown() + func (m *LogCollectorConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LogCollectorConfig) XXX_Merge(src proto.Message) + func (m *LogCollectorConfig) XXX_Size() int + func (m *LogCollectorConfig) XXX_Unmarshal(b []byte) error + type LoggingConfig struct + LogCollectorConfig *LogCollectorConfig + SamplingConfig *SamplingConfig + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LoggingConfig) Descriptor() ([]byte, []int) + func (*LoggingConfig) ProtoMessage() + func (m *LoggingConfig) GetLogCollectorConfig() *LogCollectorConfig + func (m *LoggingConfig) GetSamplingConfig() *SamplingConfig + func (m *LoggingConfig) Reset() + func (m *LoggingConfig) String() string + func (m *LoggingConfig) XXX_DiscardUnknown() + func (m *LoggingConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LoggingConfig) XXX_Merge(src proto.Message) + func (m *LoggingConfig) XXX_Size() int + func (m *LoggingConfig) XXX_Unmarshal(b []byte) error + type ModelConfig struct + BasePath string + LoggingConfig *LoggingConfig + ModelPlatform string + ModelType ModelType + ModelVersionPolicy *storage_path.FileSystemStoragePathSourceConfig_ServableVersionPolicy + Name string + VersionLabels map[string]int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ModelConfig) Descriptor() ([]byte, []int) + func (*ModelConfig) ProtoMessage() + func (m *ModelConfig) GetBasePath() string + func (m *ModelConfig) GetLoggingConfig() *LoggingConfig + func (m *ModelConfig) GetModelPlatform() string + func (m *ModelConfig) GetModelType() ModelType + func (m *ModelConfig) GetModelVersionPolicy() *storage_path.FileSystemStoragePathSourceConfig_ServableVersionPolicy + func (m *ModelConfig) GetName() string + func (m *ModelConfig) GetVersionLabels() map[string]int64 + func (m *ModelConfig) Reset() + func (m *ModelConfig) String() string + func (m *ModelConfig) XXX_DiscardUnknown() + func (m *ModelConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModelConfig) XXX_Merge(src proto.Message) + func (m *ModelConfig) XXX_Size() int + func (m *ModelConfig) XXX_Unmarshal(b []byte) error + type ModelConfigList struct + Config []*ModelConfig + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ModelConfigList) Descriptor() ([]byte, []int) + func (*ModelConfigList) ProtoMessage() + func (m *ModelConfigList) GetConfig() []*ModelConfig + func (m *ModelConfigList) Reset() + func (m *ModelConfigList) String() string + func (m *ModelConfigList) XXX_DiscardUnknown() + func (m *ModelConfigList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModelConfigList) XXX_Merge(src proto.Message) + func (m *ModelConfigList) XXX_Size() int + func (m *ModelConfigList) XXX_Unmarshal(b []byte) error + type ModelServerConfig struct + Config isModelServerConfig_Config + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ModelServerConfig) Descriptor() ([]byte, []int) + func (*ModelServerConfig) ProtoMessage() + func (*ModelServerConfig) XXX_OneofWrappers() []interface{} + func (m *ModelServerConfig) GetConfig() isModelServerConfig_Config + func (m *ModelServerConfig) GetCustomModelConfig() *any.Any + func (m *ModelServerConfig) GetModelConfigList() *ModelConfigList + func (m *ModelServerConfig) Reset() + func (m *ModelServerConfig) String() string + func (m *ModelServerConfig) XXX_DiscardUnknown() + func (m *ModelServerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModelServerConfig) XXX_Merge(src proto.Message) + func (m *ModelServerConfig) XXX_Size() int + func (m *ModelServerConfig) XXX_Unmarshal(b []byte) error + type ModelServerConfig_CustomModelConfig struct + CustomModelConfig *any.Any + type ModelServerConfig_ModelConfigList struct + ModelConfigList *ModelConfigList + type ModelType int32 + const ModelType_MODEL_TYPE_UNSPECIFIED + const ModelType_OTHER + const ModelType_TENSORFLOW + func (ModelType) EnumDescriptor() ([]byte, []int) + func (x ModelType) String() string + type SamplingConfig struct + SamplingRate float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SamplingConfig) Descriptor() ([]byte, []int) + func (*SamplingConfig) ProtoMessage() + func (m *SamplingConfig) GetSamplingRate() float64 + func (m *SamplingConfig) Reset() + func (m *SamplingConfig) String() string + func (m *SamplingConfig) XXX_DiscardUnknown() + func (m *SamplingConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SamplingConfig) XXX_Merge(src proto.Message) + func (m *SamplingConfig) XXX_Size() int + func (m *SamplingConfig) XXX_Unmarshal(b []byte) error