api

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_internal_api_iris_interim_proto protoreflect.FileDescriptor
View Source
var File_internal_api_iris_model_proto protoreflect.FileDescriptor
View Source
var File_internal_api_iris_processed_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type InterimData

type InterimData struct {
	Records []*InterimData_Record `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

func (*InterimData) Descriptor deprecated

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

Deprecated: Use InterimData.ProtoReflect.Descriptor instead.

func (*InterimData) GetRecords

func (x *InterimData) GetRecords() []*InterimData_Record

func (*InterimData) ProtoMessage

func (*InterimData) ProtoMessage()

func (*InterimData) ProtoReflect

func (x *InterimData) ProtoReflect() protoreflect.Message

func (*InterimData) Reset

func (x *InterimData) Reset()

func (*InterimData) String

func (x *InterimData) String() string

type InterimData_Record

type InterimData_Record struct {
	SepalLength float64 `protobuf:"fixed64,1,opt,name=SepalLength,proto3" json:"SepalLength,omitempty"`
	SepalWidth  float64 `protobuf:"fixed64,2,opt,name=SepalWidth,proto3" json:"SepalWidth,omitempty"`
	PetalLength float64 `protobuf:"fixed64,3,opt,name=PetalLength,proto3" json:"PetalLength,omitempty"`
	PetalWidth  float64 `protobuf:"fixed64,4,opt,name=PetalWidth,proto3" json:"PetalWidth,omitempty"`
	Species     string  `protobuf:"bytes,5,opt,name=Species,proto3" json:"Species,omitempty"`
	// contains filtered or unexported fields
}

func (*InterimData_Record) Descriptor deprecated

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

Deprecated: Use InterimData_Record.ProtoReflect.Descriptor instead.

func (*InterimData_Record) GetPetalLength

func (x *InterimData_Record) GetPetalLength() float64

func (*InterimData_Record) GetPetalWidth

func (x *InterimData_Record) GetPetalWidth() float64

func (*InterimData_Record) GetSepalLength

func (x *InterimData_Record) GetSepalLength() float64

func (*InterimData_Record) GetSepalWidth

func (x *InterimData_Record) GetSepalWidth() float64

func (*InterimData_Record) GetSpecies

func (x *InterimData_Record) GetSpecies() string

func (*InterimData_Record) ProtoMessage

func (*InterimData_Record) ProtoMessage()

func (*InterimData_Record) ProtoReflect

func (x *InterimData_Record) ProtoReflect() protoreflect.Message

func (*InterimData_Record) Reset

func (x *InterimData_Record) Reset()

func (*InterimData_Record) String

func (x *InterimData_Record) String() string

type Model

type Model struct {
	Features int32     `protobuf:"varint,1,opt,name=features,proto3" json:"features,omitempty"`
	Data     []float64 `protobuf:"fixed64,2,rep,packed,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Model) Descriptor deprecated

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

Deprecated: Use Model.ProtoReflect.Descriptor instead.

func (*Model) GetData

func (x *Model) GetData() []float64

func (*Model) GetFeatures

func (x *Model) GetFeatures() int32

func (*Model) ProtoMessage

func (*Model) ProtoMessage()

func (*Model) ProtoReflect

func (x *Model) ProtoReflect() protoreflect.Message

func (*Model) Reset

func (x *Model) Reset()

func (*Model) String

func (x *Model) String() string

type ProcessedData

type ProcessedData struct {
	FeatureVectors []*ProcessedData_FeatureVector `protobuf:"bytes,1,rep,name=featureVectors,proto3" json:"featureVectors,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessedData) Descriptor deprecated

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

Deprecated: Use ProcessedData.ProtoReflect.Descriptor instead.

func (*ProcessedData) GetFeatureVectors

func (x *ProcessedData) GetFeatureVectors() []*ProcessedData_FeatureVector

func (*ProcessedData) ProtoMessage

func (*ProcessedData) ProtoMessage()

func (*ProcessedData) ProtoReflect

func (x *ProcessedData) ProtoReflect() protoreflect.Message

func (*ProcessedData) Reset

func (x *ProcessedData) Reset()

func (*ProcessedData) String

func (x *ProcessedData) String() string

type ProcessedData_FeatureVector

type ProcessedData_FeatureVector struct {
	SepalLength float64 `protobuf:"fixed64,1,opt,name=SepalLength,proto3" json:"SepalLength,omitempty"`
	SepalWidth  float64 `protobuf:"fixed64,2,opt,name=SepalWidth,proto3" json:"SepalWidth,omitempty"`
	PetalLength float64 `protobuf:"fixed64,3,opt,name=PetalLength,proto3" json:"PetalLength,omitempty"`
	PetalWidth  float64 `protobuf:"fixed64,4,opt,name=PetalWidth,proto3" json:"PetalWidth,omitempty"`
	Species     float64 `protobuf:"fixed64,5,opt,name=Species,proto3" json:"Species,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessedData_FeatureVector) Descriptor deprecated

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

Deprecated: Use ProcessedData_FeatureVector.ProtoReflect.Descriptor instead.

func (*ProcessedData_FeatureVector) GetPetalLength

func (x *ProcessedData_FeatureVector) GetPetalLength() float64

func (*ProcessedData_FeatureVector) GetPetalWidth

func (x *ProcessedData_FeatureVector) GetPetalWidth() float64

func (*ProcessedData_FeatureVector) GetSepalLength

func (x *ProcessedData_FeatureVector) GetSepalLength() float64

func (*ProcessedData_FeatureVector) GetSepalWidth

func (x *ProcessedData_FeatureVector) GetSepalWidth() float64

func (*ProcessedData_FeatureVector) GetSpecies

func (x *ProcessedData_FeatureVector) GetSpecies() float64

func (*ProcessedData_FeatureVector) ProtoMessage

func (*ProcessedData_FeatureVector) ProtoMessage()

func (*ProcessedData_FeatureVector) ProtoReflect

func (*ProcessedData_FeatureVector) Reset

func (x *ProcessedData_FeatureVector) Reset()

func (*ProcessedData_FeatureVector) String

func (x *ProcessedData_FeatureVector) String() string

Jump to

Keyboard shortcuts

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