Documentation ¶
Index ¶
- Variables
- type ModelOutput
- func (*ModelOutput) Descriptor() ([]byte, []int)deprecated
- func (x *ModelOutput) GetCells() int32
- func (x *ModelOutput) GetInputColumns() int32
- func (x *ModelOutput) GetInputValues() []float64
- func (x *ModelOutput) GetLength() int32
- func (x *ModelOutput) GetModel() string
- func (x *ModelOutput) GetOutputColumns() int32
- func (x *ModelOutput) GetOutputValues() []float64
- func (x *ModelOutput) GetStartingLocation() int32
- func (x *ModelOutput) GetTotalCells() int32
- func (*ModelOutput) ProtoMessage()
- func (x *ModelOutput) ProtoReflect() protoreflect.Message
- func (x *ModelOutput) Reset()
- func (x *ModelOutput) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_io_protobuf_ow_outputs_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ModelOutput ¶
type ModelOutput struct { Model string `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"` Cells int32 `protobuf:"varint,2,opt,name=cells,proto3" json:"cells,omitempty"` TotalCells int32 `protobuf:"varint,3,opt,name=total_cells,json=totalCells,proto3" json:"total_cells,omitempty"` StartingLocation int32 `protobuf:"varint,4,opt,name=starting_location,json=startingLocation,proto3" json:"starting_location,omitempty"` Length int32 `protobuf:"varint,5,opt,name=length,proto3" json:"length,omitempty"` OutputColumns int32 `protobuf:"varint,6,opt,name=output_columns,json=outputColumns,proto3" json:"output_columns,omitempty"` InputColumns int32 `protobuf:"varint,7,opt,name=input_columns,json=inputColumns,proto3" json:"input_columns,omitempty"` OutputValues []float64 `protobuf:"fixed64,8,rep,packed,name=output_values,json=outputValues,proto3" json:"output_values,omitempty"` InputValues []float64 `protobuf:"fixed64,9,rep,packed,name=input_values,json=inputValues,proto3" json:"input_values,omitempty"` // contains filtered or unexported fields }
func (*ModelOutput) Descriptor
deprecated
func (*ModelOutput) Descriptor() ([]byte, []int)
Deprecated: Use ModelOutput.ProtoReflect.Descriptor instead.
func (*ModelOutput) GetCells ¶
func (x *ModelOutput) GetCells() int32
func (*ModelOutput) GetInputColumns ¶
func (x *ModelOutput) GetInputColumns() int32
func (*ModelOutput) GetInputValues ¶
func (x *ModelOutput) GetInputValues() []float64
func (*ModelOutput) GetLength ¶
func (x *ModelOutput) GetLength() int32
func (*ModelOutput) GetModel ¶
func (x *ModelOutput) GetModel() string
func (*ModelOutput) GetOutputColumns ¶
func (x *ModelOutput) GetOutputColumns() int32
func (*ModelOutput) GetOutputValues ¶
func (x *ModelOutput) GetOutputValues() []float64
func (*ModelOutput) GetStartingLocation ¶
func (x *ModelOutput) GetStartingLocation() int32
func (*ModelOutput) GetTotalCells ¶
func (x *ModelOutput) GetTotalCells() int32
func (*ModelOutput) ProtoMessage ¶
func (*ModelOutput) ProtoMessage()
func (*ModelOutput) ProtoReflect ¶
func (x *ModelOutput) ProtoReflect() protoreflect.Message
func (*ModelOutput) Reset ¶
func (x *ModelOutput) Reset()
func (*ModelOutput) String ¶
func (x *ModelOutput) String() string
Click to show internal directories.
Click to hide internal directories.