Documentation ¶
Index ¶
- Variables
- type StaticStoragePathSourceConfig
- func (*StaticStoragePathSourceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *StaticStoragePathSourceConfig) GetServableName() string
- func (x *StaticStoragePathSourceConfig) GetVersionNum() int64
- func (x *StaticStoragePathSourceConfig) GetVersionPath() string
- func (*StaticStoragePathSourceConfig) ProtoMessage()
- func (x *StaticStoragePathSourceConfig) ProtoReflect() protoreflect.Message
- func (x *StaticStoragePathSourceConfig) Reset()
- func (x *StaticStoragePathSourceConfig) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tensorflow_serving_sources_storage_path_static_storage_path_source_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type StaticStoragePathSourceConfig ¶
type StaticStoragePathSourceConfig struct { // The single servable name, version number and path to supply statically. ServableName string `protobuf:"bytes,1,opt,name=servable_name,json=servableName,proto3" json:"servable_name,omitempty"` VersionNum int64 `protobuf:"varint,2,opt,name=version_num,json=versionNum,proto3" json:"version_num,omitempty"` VersionPath string `protobuf:"bytes,3,opt,name=version_path,json=versionPath,proto3" json:"version_path,omitempty"` // contains filtered or unexported fields }
Config proto for StaticStoragePathSource.
func (*StaticStoragePathSourceConfig) Descriptor
deprecated
func (*StaticStoragePathSourceConfig) Descriptor() ([]byte, []int)
Deprecated: Use StaticStoragePathSourceConfig.ProtoReflect.Descriptor instead.
func (*StaticStoragePathSourceConfig) GetServableName ¶
func (x *StaticStoragePathSourceConfig) GetServableName() string
func (*StaticStoragePathSourceConfig) GetVersionNum ¶
func (x *StaticStoragePathSourceConfig) GetVersionNum() int64
func (*StaticStoragePathSourceConfig) GetVersionPath ¶
func (x *StaticStoragePathSourceConfig) GetVersionPath() string
func (*StaticStoragePathSourceConfig) ProtoMessage ¶
func (*StaticStoragePathSourceConfig) ProtoMessage()
func (*StaticStoragePathSourceConfig) ProtoReflect ¶
func (x *StaticStoragePathSourceConfig) ProtoReflect() protoreflect.Message
func (*StaticStoragePathSourceConfig) Reset ¶
func (x *StaticStoragePathSourceConfig) Reset()
func (*StaticStoragePathSourceConfig) String ¶
func (x *StaticStoragePathSourceConfig) String() string
Click to show internal directories.
Click to hide internal directories.