Documentation ¶
Index ¶
- Variables
- type SerializedExampleList
- func (*SerializedExampleList) Descriptor() ([]byte, []int)deprecated
- func (x *SerializedExampleList) GetExamples() [][]byte
- func (*SerializedExampleList) ProtoMessage()
- func (x *SerializedExampleList) ProtoReflect() protoreflect.Message
- func (x *SerializedExampleList) Reset()
- func (x *SerializedExampleList) String() string
- type SerializedExampleListWithContext
- func (*SerializedExampleListWithContext) Descriptor() ([]byte, []int)deprecated
- func (x *SerializedExampleListWithContext) GetContext() []byte
- func (x *SerializedExampleListWithContext) GetExamples() [][]byte
- func (*SerializedExampleListWithContext) ProtoMessage()
- func (x *SerializedExampleListWithContext) ProtoReflect() protoreflect.Message
- func (x *SerializedExampleListWithContext) Reset()
- func (x *SerializedExampleListWithContext) String() string
- type SerializedInput
- func (*SerializedInput) Descriptor() ([]byte, []int)deprecated
- func (x *SerializedInput) GetExampleList() *SerializedExampleList
- func (x *SerializedInput) GetExampleListWithContext() *SerializedExampleListWithContext
- func (m *SerializedInput) GetKind() isSerializedInput_Kind
- func (*SerializedInput) ProtoMessage()
- func (x *SerializedInput) ProtoReflect() protoreflect.Message
- func (x *SerializedInput) Reset()
- func (x *SerializedInput) String() string
- type SerializedInput_ExampleList
- type SerializedInput_ExampleListWithContext
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tensorflow_serving_apis_internal_serialized_input_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SerializedExampleList ¶
type SerializedExampleList struct { Examples [][]byte `protobuf:"bytes,1,rep,name=examples,proto3" json:"examples,omitempty"` // contains filtered or unexported fields }
func (*SerializedExampleList) Descriptor
deprecated
func (*SerializedExampleList) Descriptor() ([]byte, []int)
Deprecated: Use SerializedExampleList.ProtoReflect.Descriptor instead.
func (*SerializedExampleList) GetExamples ¶
func (x *SerializedExampleList) GetExamples() [][]byte
func (*SerializedExampleList) ProtoMessage ¶
func (*SerializedExampleList) ProtoMessage()
func (*SerializedExampleList) ProtoReflect ¶
func (x *SerializedExampleList) ProtoReflect() protoreflect.Message
func (*SerializedExampleList) Reset ¶
func (x *SerializedExampleList) Reset()
func (*SerializedExampleList) String ¶
func (x *SerializedExampleList) String() string
type SerializedExampleListWithContext ¶
type SerializedExampleListWithContext struct { Examples [][]byte `protobuf:"bytes,1,rep,name=examples,proto3" json:"examples,omitempty"` Context []byte `protobuf:"bytes,2,opt,name=context,proto3" json:"context,omitempty"` // contains filtered or unexported fields }
func (*SerializedExampleListWithContext) Descriptor
deprecated
func (*SerializedExampleListWithContext) Descriptor() ([]byte, []int)
Deprecated: Use SerializedExampleListWithContext.ProtoReflect.Descriptor instead.
func (*SerializedExampleListWithContext) GetContext ¶
func (x *SerializedExampleListWithContext) GetContext() []byte
func (*SerializedExampleListWithContext) GetExamples ¶
func (x *SerializedExampleListWithContext) GetExamples() [][]byte
func (*SerializedExampleListWithContext) ProtoMessage ¶
func (*SerializedExampleListWithContext) ProtoMessage()
func (*SerializedExampleListWithContext) ProtoReflect ¶
func (x *SerializedExampleListWithContext) ProtoReflect() protoreflect.Message
func (*SerializedExampleListWithContext) Reset ¶
func (x *SerializedExampleListWithContext) Reset()
func (*SerializedExampleListWithContext) String ¶
func (x *SerializedExampleListWithContext) String() string
type SerializedInput ¶
type SerializedInput struct { // Types that are assignable to Kind: // // *SerializedInput_ExampleList // *SerializedInput_ExampleListWithContext Kind isSerializedInput_Kind `protobuf_oneof:"kind"` // contains filtered or unexported fields }
func (*SerializedInput) Descriptor
deprecated
func (*SerializedInput) Descriptor() ([]byte, []int)
Deprecated: Use SerializedInput.ProtoReflect.Descriptor instead.
func (*SerializedInput) GetExampleList ¶
func (x *SerializedInput) GetExampleList() *SerializedExampleList
func (*SerializedInput) GetExampleListWithContext ¶
func (x *SerializedInput) GetExampleListWithContext() *SerializedExampleListWithContext
func (*SerializedInput) GetKind ¶
func (m *SerializedInput) GetKind() isSerializedInput_Kind
func (*SerializedInput) ProtoMessage ¶
func (*SerializedInput) ProtoMessage()
func (*SerializedInput) ProtoReflect ¶
func (x *SerializedInput) ProtoReflect() protoreflect.Message
func (*SerializedInput) Reset ¶
func (x *SerializedInput) Reset()
func (*SerializedInput) String ¶
func (x *SerializedInput) String() string
type SerializedInput_ExampleList ¶
type SerializedInput_ExampleList struct {
ExampleList *SerializedExampleList `protobuf:"bytes,1,opt,name=example_list,json=exampleList,proto3,oneof"`
}
type SerializedInput_ExampleListWithContext ¶
type SerializedInput_ExampleListWithContext struct {
ExampleListWithContext *SerializedExampleListWithContext `protobuf:"bytes,2,opt,name=example_list_with_context,json=exampleListWithContext,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.