internal

package
v0.0.0-...-d1695c4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package internal is a generated protocol buffer package.

It is generated from these files:

tensorflow_serving/apis/internal/serialized_input.proto

It has these top-level messages:

SerializedExampleList
SerializedExampleListWithContext
SerializedInput

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SerializedExampleList

type SerializedExampleList struct {
	Examples [][]byte `protobuf:"bytes,1,rep,name=examples,proto3" json:"examples,omitempty"`
}

func (*SerializedExampleList) Descriptor

func (*SerializedExampleList) Descriptor() ([]byte, []int)

func (*SerializedExampleList) GetExamples

func (m *SerializedExampleList) GetExamples() [][]byte

func (*SerializedExampleList) ProtoMessage

func (*SerializedExampleList) ProtoMessage()

func (*SerializedExampleList) Reset

func (m *SerializedExampleList) Reset()

func (*SerializedExampleList) String

func (m *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"`
}

func (*SerializedExampleListWithContext) Descriptor

func (*SerializedExampleListWithContext) Descriptor() ([]byte, []int)

func (*SerializedExampleListWithContext) GetContext

func (m *SerializedExampleListWithContext) GetContext() []byte

func (*SerializedExampleListWithContext) GetExamples

func (m *SerializedExampleListWithContext) GetExamples() [][]byte

func (*SerializedExampleListWithContext) ProtoMessage

func (*SerializedExampleListWithContext) ProtoMessage()

func (*SerializedExampleListWithContext) Reset

func (*SerializedExampleListWithContext) String

type SerializedInput

type SerializedInput struct {
	// Types that are valid to be assigned to Kind:
	//	*SerializedInput_ExampleList
	//	*SerializedInput_ExampleListWithContext
	Kind isSerializedInput_Kind `protobuf_oneof:"kind"`
}

func (*SerializedInput) Descriptor

func (*SerializedInput) Descriptor() ([]byte, []int)

func (*SerializedInput) GetExampleList

func (m *SerializedInput) GetExampleList() *SerializedExampleList

func (*SerializedInput) GetExampleListWithContext

func (m *SerializedInput) GetExampleListWithContext() *SerializedExampleListWithContext

func (*SerializedInput) GetKind

func (m *SerializedInput) GetKind() isSerializedInput_Kind

func (*SerializedInput) ProtoMessage

func (*SerializedInput) ProtoMessage()

func (*SerializedInput) Reset

func (m *SerializedInput) Reset()

func (*SerializedInput) String

func (m *SerializedInput) String() string

func (*SerializedInput) XXX_OneofFuncs

func (*SerializedInput) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

type SerializedInput_ExampleList

type SerializedInput_ExampleList struct {
	ExampleList *SerializedExampleList `protobuf:"bytes,1,opt,name=example_list,json=exampleList,oneof"`
}

type SerializedInput_ExampleListWithContext

type SerializedInput_ExampleListWithContext struct {
	ExampleListWithContext *SerializedExampleListWithContext `protobuf:"bytes,2,opt,name=example_list_with_context,json=exampleListWithContext,oneof"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL