api

package
v0.0.0-...-e74b012 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_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 ProcessedData

type ProcessedData struct {
	Size        float64   `protobuf:"fixed64,1,opt,name=size,proto3" json:"size,omitempty"`
	Timestamp   int64     `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	PetalLength []float64 `protobuf:"fixed64,3,rep,packed,name=petalLength,proto3" json:"petalLength,omitempty"`
	PetalWidth  []float64 `protobuf:"fixed64,4,rep,packed,name=petalWidth,proto3" json:"petalWidth,omitempty"`
	SepalLength []float64 `protobuf:"fixed64,5,rep,packed,name=sepalLength,proto3" json:"sepalLength,omitempty"`
	SepalWidth  []float64 `protobuf:"fixed64,6,rep,packed,name=sepalWidth,proto3" json:"sepalWidth,omitempty"`
	Species     []float64 `protobuf:"fixed64,7,rep,packed,name=species,proto3" json:"species,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessedData) Descriptor deprecated

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

Deprecated: Use ProcessedData.ProtoReflect.Descriptor instead.

func (*ProcessedData) GetPetalLength

func (x *ProcessedData) GetPetalLength() []float64

func (*ProcessedData) GetPetalWidth

func (x *ProcessedData) GetPetalWidth() []float64

func (*ProcessedData) GetSepalLength

func (x *ProcessedData) GetSepalLength() []float64

func (*ProcessedData) GetSepalWidth

func (x *ProcessedData) GetSepalWidth() []float64

func (*ProcessedData) GetSize

func (x *ProcessedData) GetSize() float64

func (*ProcessedData) GetSpecies

func (x *ProcessedData) GetSpecies() []float64

func (*ProcessedData) GetTimestamp

func (x *ProcessedData) GetTimestamp() int64

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

Jump to

Keyboard shortcuts

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