mng2comp

package
v0.0.0-...-763d59e Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckStateOfComputationContainerRegularly

func CheckStateOfComputationContainerRegularly()

定期的にCCの状態を確認する

Types

type Client

type Client struct{}

func (Client) ExecuteComputation

func (Client) ExecuteComputation(req *pb.ExecuteComputationRequest) (string, int32, error)

CCに計算リクエストを送る

func (Client) Predict

func (Client) Predict(req *pb.PredictRequest) (string, int32, error)

CCにモデル値予測リクエストを送る

type M2CClient

type M2CClient interface {
	ExecuteComputation(*pb.ExecuteComputationRequest) (string, int32, error)
	Predict(*pb.PredictRequest) (string, int32, error)
}

Jump to

Keyboard shortcuts

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