octopus

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_octopus_proto protoreflect.FileDescriptor
View Source
var Octopus_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "octopus.Octopus",
	HandlerType: (*OctopusServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetComputingPower",
			Handler:    _Octopus_GetComputingPower_Handler,
		},
		{
			MethodName: "GetGeneralInfo",
			Handler:    _Octopus_GetGeneralInfo_Handler,
		},
		{
			MethodName: "GetMyAlgorithmList",
			Handler:    _Octopus_GetMyAlgorithmList_Handler,
		},
		{
			MethodName: "GetAlgorithmList",
			Handler:    _Octopus_GetAlgorithmList_Handler,
		},
		{
			MethodName: "GetAlgorithm",
			Handler:    _Octopus_GetAlgorithm_Handler,
		},
		{
			MethodName: "GetAlgorithmApplyList",
			Handler:    _Octopus_GetAlgorithmApplyList_Handler,
		},
		{
			MethodName: "GetAlgorithmFrameworkList",
			Handler:    _Octopus_GetAlgorithmFrameworkList_Handler,
		},
		{
			MethodName: "DeleteMyAlgorithm",
			Handler:    _Octopus_DeleteMyAlgorithm_Handler,
		},
		{
			MethodName: "CreateMyAlgorithm",
			Handler:    _Octopus_CreateMyAlgorithm_Handler,
		},
		{
			MethodName: "DownloadAlgorithm",
			Handler:    _Octopus_DownloadAlgorithm_Handler,
		},
		{
			MethodName: "UploadAlgorithm",
			Handler:    _Octopus_UploadAlgorithm_Handler,
		},
		{
			MethodName: "UploadAlgorithmConfirm",
			Handler:    _Octopus_UploadAlgorithmConfirm_Handler,
		},
		{
			MethodName: "GetMyDatasetList",
			Handler:    _Octopus_GetMyDatasetList_Handler,
		},
		{
			MethodName: "GetDatasetVersionList",
			Handler:    _Octopus_GetDatasetVersionList_Handler,
		},
		{
			MethodName: "CreateDataSet",
			Handler:    _Octopus_CreateDataSet_Handler,
		},
		{
			MethodName: "DeleteDataSet",
			Handler:    _Octopus_DeleteDataSet_Handler,
		},
		{
			MethodName: "UploadDataSet",
			Handler:    _Octopus_UploadDataSet_Handler,
		},
		{
			MethodName: "UploadDataSetConfirm",
			Handler:    _Octopus_UploadDataSetConfirm_Handler,
		},
		{
			MethodName: "CreateDataSetVersion",
			Handler:    _Octopus_CreateDataSetVersion_Handler,
		},
		{
			MethodName: "DeleteDataSetVersion",
			Handler:    _Octopus_DeleteDataSetVersion_Handler,
		},
		{
			MethodName: "GetDatasetApplyList",
			Handler:    _Octopus_GetDatasetApplyList_Handler,
		},
		{
			MethodName: "GetDatasetTypeList",
			Handler:    _Octopus_GetDatasetTypeList_Handler,
		},
		{
			MethodName: "CreateModelDeploy",
			Handler:    _Octopus_CreateModelDeploy_Handler,
		},
		{
			MethodName: "GetModelDeployList",
			Handler:    _Octopus_GetModelDeployList_Handler,
		},
		{
			MethodName: "GetModelDeploy",
			Handler:    _Octopus_GetModelDeploy_Handler,
		},
		{
			MethodName: "GetModelDeployEvent",
			Handler:    _Octopus_GetModelDeployEvent_Handler,
		},
		{
			MethodName: "StopModelDeploy",
			Handler:    _Octopus_StopModelDeploy_Handler,
		},
		{
			MethodName: "DeleteModelDeploy",
			Handler:    _Octopus_DeleteModelDeploy_Handler,
		},
		{
			MethodName: "InferModelDeploy",
			Handler:    _Octopus_InferModelDeploy_Handler,
		},
		{
			MethodName: "GetNotebookList",
			Handler:    _Octopus_GetNotebookList_Handler,
		},
		{
			MethodName: "GetNotebook",
			Handler:    _Octopus_GetNotebook_Handler,
		},
		{
			MethodName: "DeleteNotebook",
			Handler:    _Octopus_DeleteNotebook_Handler,
		},
		{
			MethodName: "CreateNotebook",
			Handler:    _Octopus_CreateNotebook_Handler,
		},
		{
			MethodName: "StartNotebook",
			Handler:    _Octopus_StartNotebook_Handler,
		},
		{
			MethodName: "StopNotebook",
			Handler:    _Octopus_StopNotebook_Handler,
		},
		{
			MethodName: "GetUserImageList",
			Handler:    _Octopus_GetUserImageList_Handler,
		},
		{
			MethodName: "CreateImage",
			Handler:    _Octopus_CreateImage_Handler,
		},
		{
			MethodName: "DeleteImage",
			Handler:    _Octopus_DeleteImage_Handler,
		},
		{
			MethodName: "UploadImage",
			Handler:    _Octopus_UploadImage_Handler,
		},
		{
			MethodName: "UploadImageConfirm",
			Handler:    _Octopus_UploadImageConfirm_Handler,
		},
		{
			MethodName: "GetMyModelList",
			Handler:    _Octopus_GetMyModelList_Handler,
		},
		{
			MethodName: "GetModelVersionList",
			Handler:    _Octopus_GetModelVersionList_Handler,
		},
		{
			MethodName: "DeleteMyModel",
			Handler:    _Octopus_DeleteMyModel_Handler,
		},
		{
			MethodName: "DeleteModelVersion",
			Handler:    _Octopus_DeleteModelVersion_Handler,
		},
		{
			MethodName: "DownloadModelVersion",
			Handler:    _Octopus_DownloadModelVersion_Handler,
		},
		{
			MethodName: "CreateTrainJob",
			Handler:    _Octopus_CreateTrainJob_Handler,
		},
		{
			MethodName: "GetTrainJobList",
			Handler:    _Octopus_GetTrainJobList_Handler,
		},
		{
			MethodName: "GetTrainJob",
			Handler:    _Octopus_GetTrainJob_Handler,
		},
		{
			MethodName: "DeleteTrainJob",
			Handler:    _Octopus_DeleteTrainJob_Handler,
		},
		{
			MethodName: "StopTrainJob",
			Handler:    _Octopus_StopTrainJob_Handler,
		},
		{
			MethodName: "GetTrainJobEvent",
			Handler:    _Octopus_GetTrainJobEvent_Handler,
		},
		{
			MethodName: "GetTrainJobMetric",
			Handler:    _Octopus_GetTrainJobMetric_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "octopus.proto",
}

Octopus_ServiceDesc is the grpc.ServiceDesc for Octopus service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterOctopusServer

func RegisterOctopusServer(s grpc.ServiceRegistrar, srv OctopusServer)

Types

type AlgorithmDetail

type AlgorithmDetail struct {
	AlgorithmDetail *Algorithms `protobuf:"bytes,1,opt,name=algorithmDetail,proto3" json:"algorithmDetail,omitempty"`
	IsShared        bool        `protobuf:"varint,2,opt,name=isShared,proto3" json:"isShared,omitempty"`
	// contains filtered or unexported fields
}

func (*AlgorithmDetail) Descriptor deprecated

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

Deprecated: Use AlgorithmDetail.ProtoReflect.Descriptor instead.

func (*AlgorithmDetail) GetAlgorithmDetail

func (x *AlgorithmDetail) GetAlgorithmDetail() *Algorithms

func (*AlgorithmDetail) GetIsShared

func (x *AlgorithmDetail) GetIsShared() bool

func (*AlgorithmDetail) ProtoMessage

func (*AlgorithmDetail) ProtoMessage()

func (*AlgorithmDetail) ProtoReflect

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

func (*AlgorithmDetail) Reset

func (x *AlgorithmDetail) Reset()

func (*AlgorithmDetail) String

func (x *AlgorithmDetail) String() string

type Algorithms

type Algorithms struct {
	AlgorithmId       string `protobuf:"bytes,1,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	AlgorithmVersion  string `protobuf:"bytes,2,opt,name=algorithmVersion,proto3" json:"algorithmVersion,omitempty"`
	SpaceId           string `protobuf:"bytes,3,opt,name=spaceId,proto3" json:"spaceId,omitempty"`
	SpaceName         string `protobuf:"bytes,4,opt,name=spaceName,proto3" json:"spaceName,omitempty"`
	UserId            string `protobuf:"bytes,5,opt,name=userId,proto3" json:"userId,omitempty"`
	UserName          string `protobuf:"bytes,6,opt,name=userName,proto3" json:"userName,omitempty"`
	AlgorithmName     string `protobuf:"bytes,7,opt,name=algorithmName,proto3" json:"algorithmName,omitempty"`
	ModelName         string `protobuf:"bytes,8,opt,name=modelName,proto3" json:"modelName,omitempty"`
	FileStatus        int32  `protobuf:"varint,9,opt,name=fileStatus,proto3" json:"fileStatus,omitempty"`
	LatestCompressed  int32  `protobuf:"varint,10,opt,name=latestCompressed,proto3" json:"latestCompressed,omitempty"`
	AlgorithmDescript string `protobuf:"bytes,11,opt,name=algorithmDescript,proto3" json:"algorithmDescript,omitempty"`
	Path              string `protobuf:"bytes,12,opt,name=path,proto3" json:"path,omitempty"`
	IsPrefab          bool   `protobuf:"varint,13,opt,name=isPrefab,proto3" json:"isPrefab,omitempty"`
	CreatedAt         int64  `protobuf:"varint,14,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	ApplyId           string `protobuf:"bytes,15,opt,name=applyId,proto3" json:"applyId,omitempty"`
	ApplyName         string `protobuf:"bytes,16,opt,name=applyName,proto3" json:"applyName,omitempty"`
	FrameworkId       string `protobuf:"bytes,17,opt,name=frameworkId,proto3" json:"frameworkId,omitempty"`
	FrameworkName     string `protobuf:"bytes,18,opt,name=frameworkName,proto3" json:"frameworkName,omitempty"`
	// contains filtered or unexported fields
}

func (*Algorithms) Descriptor deprecated

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

Deprecated: Use Algorithms.ProtoReflect.Descriptor instead.

func (*Algorithms) GetAlgorithmDescript

func (x *Algorithms) GetAlgorithmDescript() string

func (*Algorithms) GetAlgorithmId

func (x *Algorithms) GetAlgorithmId() string

func (*Algorithms) GetAlgorithmName

func (x *Algorithms) GetAlgorithmName() string

func (*Algorithms) GetAlgorithmVersion

func (x *Algorithms) GetAlgorithmVersion() string

func (*Algorithms) GetApplyId

func (x *Algorithms) GetApplyId() string

func (*Algorithms) GetApplyName

func (x *Algorithms) GetApplyName() string

func (*Algorithms) GetCreatedAt

func (x *Algorithms) GetCreatedAt() int64

func (*Algorithms) GetFileStatus

func (x *Algorithms) GetFileStatus() int32

func (*Algorithms) GetFrameworkId

func (x *Algorithms) GetFrameworkId() string

func (*Algorithms) GetFrameworkName

func (x *Algorithms) GetFrameworkName() string

func (*Algorithms) GetIsPrefab

func (x *Algorithms) GetIsPrefab() bool

func (*Algorithms) GetLatestCompressed

func (x *Algorithms) GetLatestCompressed() int32

func (*Algorithms) GetModelName

func (x *Algorithms) GetModelName() string

func (*Algorithms) GetPath

func (x *Algorithms) GetPath() string

func (*Algorithms) GetSpaceId

func (x *Algorithms) GetSpaceId() string

func (*Algorithms) GetSpaceName

func (x *Algorithms) GetSpaceName() string

func (*Algorithms) GetUserId

func (x *Algorithms) GetUserId() string

func (*Algorithms) GetUserName

func (x *Algorithms) GetUserName() string

func (*Algorithms) ProtoMessage

func (*Algorithms) ProtoMessage()

func (*Algorithms) ProtoReflect

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

func (*Algorithms) Reset

func (x *Algorithms) Reset()

func (*Algorithms) String

func (x *Algorithms) String() string

type Applies

type Applies struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	// contains filtered or unexported fields
}

func (*Applies) Descriptor deprecated

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

Deprecated: Use Applies.ProtoReflect.Descriptor instead.

func (*Applies) GetDesc

func (x *Applies) GetDesc() string

func (*Applies) GetId

func (x *Applies) GetId() string

func (*Applies) ProtoMessage

func (*Applies) ProtoMessage()

func (*Applies) ProtoReflect

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

func (*Applies) Reset

func (x *Applies) Reset()

func (*Applies) String

func (x *Applies) String() string

type Config

type Config struct {
	Command               string           `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	Envs                  *Envs            `protobuf:"bytes,2,opt,name=envs,proto3" json:"envs,omitempty"`
	IsMainRole            bool             `protobuf:"varint,3,opt,name=isMainRole,proto3" json:"isMainRole,omitempty"`
	MinFailedTaskCount    int32            `protobuf:"varint,4,opt,name=minFailedTaskCount,proto3" json:"minFailedTaskCount,omitempty"`
	MinSucceededTaskCount int32            `protobuf:"varint,5,opt,name=minSucceededTaskCount,proto3" json:"minSucceededTaskCount,omitempty"`
	Name                  string           `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Parameters            []*Parameters    `protobuf:"bytes,7,rep,name=parameters,proto3" json:"parameters,omitempty"`
	ReplicaStates         []*ReplicaStates `protobuf:"bytes,8,rep,name=replicaStates,proto3" json:"replicaStates,omitempty"`
	ResourceSpecId        string           `protobuf:"bytes,9,opt,name=resourceSpecId,proto3" json:"resourceSpecId,omitempty"`
	ResourceSpecName      string           `protobuf:"bytes,10,opt,name=resourceSpecName,proto3" json:"resourceSpecName,omitempty"`
	ResourceSpecPrice     int32            `protobuf:"varint,11,opt,name=resourceSpecPrice,proto3" json:"resourceSpecPrice,omitempty"`
	SubTaskState          string           `protobuf:"bytes,12,opt,name=subTaskState,proto3" json:"subTaskState,omitempty"`
	TaskNumber            int32            `protobuf:"varint,13,opt,name=taskNumber,proto3" json:"taskNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) Descriptor deprecated

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

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetCommand

func (x *Config) GetCommand() string

func (*Config) GetEnvs

func (x *Config) GetEnvs() *Envs

func (*Config) GetIsMainRole

func (x *Config) GetIsMainRole() bool

func (*Config) GetMinFailedTaskCount

func (x *Config) GetMinFailedTaskCount() int32

func (*Config) GetMinSucceededTaskCount

func (x *Config) GetMinSucceededTaskCount() int32

func (*Config) GetName

func (x *Config) GetName() string

func (*Config) GetParameters

func (x *Config) GetParameters() []*Parameters

func (*Config) GetReplicaStates

func (x *Config) GetReplicaStates() []*ReplicaStates

func (*Config) GetResourceSpecId

func (x *Config) GetResourceSpecId() string

func (*Config) GetResourceSpecName

func (x *Config) GetResourceSpecName() string

func (*Config) GetResourceSpecPrice

func (x *Config) GetResourceSpecPrice() int32

func (*Config) GetSubTaskState

func (x *Config) GetSubTaskState() string

func (*Config) GetTaskNumber

func (x *Config) GetTaskNumber() int32

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) ProtoReflect

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

func (*Config) Reset

func (x *Config) Reset()

func (*Config) String

func (x *Config) String() string

type CpResp

type CpResp struct {
	POpsAtFp16 float32 `protobuf:"fixed32,1,opt,name=pOpsAtFp16,proto3" json:"pOpsAtFp16,omitempty"`
	// contains filtered or unexported fields
}

func (*CpResp) Descriptor deprecated

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

Deprecated: Use CpResp.ProtoReflect.Descriptor instead.

func (*CpResp) GetPOpsAtFp16

func (x *CpResp) GetPOpsAtFp16() float32

func (*CpResp) ProtoMessage

func (*CpResp) ProtoMessage()

func (*CpResp) ProtoReflect

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

func (*CpResp) Reset

func (x *CpResp) Reset()

func (*CpResp) String

func (x *CpResp) String() string

type CreateDataSet

type CreateDataSet struct {
	ApplyIds []string `protobuf:"bytes,1,rep,name=applyIds,proto3" json:"applyIds,omitempty"`
	Desc     string   `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	Name     string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	TypeId   string   `protobuf:"bytes,4,opt,name=typeId,proto3" json:"typeId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataSet) Descriptor deprecated

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

Deprecated: Use CreateDataSet.ProtoReflect.Descriptor instead.

func (*CreateDataSet) GetApplyIds

func (x *CreateDataSet) GetApplyIds() []string

func (*CreateDataSet) GetDesc

func (x *CreateDataSet) GetDesc() string

func (*CreateDataSet) GetName

func (x *CreateDataSet) GetName() string

func (*CreateDataSet) GetTypeId

func (x *CreateDataSet) GetTypeId() string

func (*CreateDataSet) ProtoMessage

func (*CreateDataSet) ProtoMessage()

func (*CreateDataSet) ProtoReflect

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

func (*CreateDataSet) Reset

func (x *CreateDataSet) Reset()

func (*CreateDataSet) String

func (x *CreateDataSet) String() string

type CreateDataSetReq

type CreateDataSetReq struct {
	Platform      string         `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	CreateDataSet *CreateDataSet `protobuf:"bytes,2,opt,name=createDataSet,proto3" json:"createDataSet,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataSetReq) Descriptor deprecated

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

Deprecated: Use CreateDataSetReq.ProtoReflect.Descriptor instead.

func (*CreateDataSetReq) GetCreateDataSet

func (x *CreateDataSetReq) GetCreateDataSet() *CreateDataSet

func (*CreateDataSetReq) GetPlatform

func (x *CreateDataSetReq) GetPlatform() string

func (*CreateDataSetReq) ProtoMessage

func (*CreateDataSetReq) ProtoMessage()

func (*CreateDataSetReq) ProtoReflect

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

func (*CreateDataSetReq) Reset

func (x *CreateDataSetReq) Reset()

func (*CreateDataSetReq) String

func (x *CreateDataSetReq) String() string

type CreateDataSetResp

type CreateDataSetResp struct {
	Success bool                  `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadCreateDataSet `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataSetResp) Descriptor deprecated

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

Deprecated: Use CreateDataSetResp.ProtoReflect.Descriptor instead.

func (*CreateDataSetResp) GetError

func (x *CreateDataSetResp) GetError() *Error

func (*CreateDataSetResp) GetPayload

func (x *CreateDataSetResp) GetPayload() *PayloadCreateDataSet

func (*CreateDataSetResp) GetSuccess

func (x *CreateDataSetResp) GetSuccess() bool

func (*CreateDataSetResp) ProtoMessage

func (*CreateDataSetResp) ProtoMessage()

func (*CreateDataSetResp) ProtoReflect

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

func (*CreateDataSetResp) Reset

func (x *CreateDataSetResp) Reset()

func (*CreateDataSetResp) String

func (x *CreateDataSetResp) String() string

type CreateDataSetVersionParam

type CreateDataSetVersionParam struct {
	Desc string `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataSetVersionParam) Descriptor deprecated

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

Deprecated: Use CreateDataSetVersionParam.ProtoReflect.Descriptor instead.

func (*CreateDataSetVersionParam) GetDesc

func (x *CreateDataSetVersionParam) GetDesc() string

func (*CreateDataSetVersionParam) ProtoMessage

func (*CreateDataSetVersionParam) ProtoMessage()

func (*CreateDataSetVersionParam) ProtoReflect

func (*CreateDataSetVersionParam) Reset

func (x *CreateDataSetVersionParam) Reset()

func (*CreateDataSetVersionParam) String

func (x *CreateDataSetVersionParam) String() string

type CreateDataSetVersionReq

type CreateDataSetVersionReq struct {
	Platform  string                     `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	DatasetId string                     `protobuf:"bytes,2,opt,name=datasetId,proto3" json:"datasetId,omitempty"`
	Params    *CreateDataSetVersionParam `protobuf:"bytes,3,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataSetVersionReq) Descriptor deprecated

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

Deprecated: Use CreateDataSetVersionReq.ProtoReflect.Descriptor instead.

func (*CreateDataSetVersionReq) GetDatasetId

func (x *CreateDataSetVersionReq) GetDatasetId() string

func (*CreateDataSetVersionReq) GetParams

func (*CreateDataSetVersionReq) GetPlatform

func (x *CreateDataSetVersionReq) GetPlatform() string

func (*CreateDataSetVersionReq) ProtoMessage

func (*CreateDataSetVersionReq) ProtoMessage()

func (*CreateDataSetVersionReq) ProtoReflect

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

func (*CreateDataSetVersionReq) Reset

func (x *CreateDataSetVersionReq) Reset()

func (*CreateDataSetVersionReq) String

func (x *CreateDataSetVersionReq) String() string

type CreateDataSetVersionResp

type CreateDataSetVersionResp struct {
	Success bool                         `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadCreateDataSetVersion `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                       `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataSetVersionResp) Descriptor deprecated

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

Deprecated: Use CreateDataSetVersionResp.ProtoReflect.Descriptor instead.

func (*CreateDataSetVersionResp) GetError

func (x *CreateDataSetVersionResp) GetError() *Error

func (*CreateDataSetVersionResp) GetPayload

func (*CreateDataSetVersionResp) GetSuccess

func (x *CreateDataSetVersionResp) GetSuccess() bool

func (*CreateDataSetVersionResp) ProtoMessage

func (*CreateDataSetVersionResp) ProtoMessage()

func (*CreateDataSetVersionResp) ProtoReflect

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

func (*CreateDataSetVersionResp) Reset

func (x *CreateDataSetVersionResp) Reset()

func (*CreateDataSetVersionResp) String

func (x *CreateDataSetVersionResp) String() string

type CreateImage

type CreateImage struct {
	ImageAddr    string `protobuf:"bytes,2,opt,name=imageAddr,proto3" json:"imageAddr,omitempty"`
	ImageDesc    string `protobuf:"bytes,3,opt,name=imageDesc,proto3" json:"imageDesc,omitempty"`
	ImageName    string `protobuf:"bytes,4,opt,name=imageName,proto3" json:"imageName,omitempty"`
	ImageVersion string `protobuf:"bytes,5,opt,name=imageVersion,proto3" json:"imageVersion,omitempty"`
	SourceType   int32  `protobuf:"varint,6,opt,name=sourceType,proto3" json:"sourceType,omitempty"` //1 = 上传, 2 = 远程
	// contains filtered or unexported fields
}

func (*CreateImage) Descriptor deprecated

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

Deprecated: Use CreateImage.ProtoReflect.Descriptor instead.

func (*CreateImage) GetImageAddr

func (x *CreateImage) GetImageAddr() string

func (*CreateImage) GetImageDesc

func (x *CreateImage) GetImageDesc() string

func (*CreateImage) GetImageName

func (x *CreateImage) GetImageName() string

func (*CreateImage) GetImageVersion

func (x *CreateImage) GetImageVersion() string

func (*CreateImage) GetSourceType

func (x *CreateImage) GetSourceType() int32

func (*CreateImage) ProtoMessage

func (*CreateImage) ProtoMessage()

func (*CreateImage) ProtoReflect

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

func (*CreateImage) Reset

func (x *CreateImage) Reset()

func (*CreateImage) String

func (x *CreateImage) String() string

type CreateImageReq

type CreateImageReq struct {
	Platform    string       `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	CreateImage *CreateImage `protobuf:"bytes,2,opt,name=createImage,proto3" json:"createImage,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateImageReq) Descriptor deprecated

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

Deprecated: Use CreateImageReq.ProtoReflect.Descriptor instead.

func (*CreateImageReq) GetCreateImage

func (x *CreateImageReq) GetCreateImage() *CreateImage

func (*CreateImageReq) GetPlatform

func (x *CreateImageReq) GetPlatform() string

func (*CreateImageReq) ProtoMessage

func (*CreateImageReq) ProtoMessage()

func (*CreateImageReq) ProtoReflect

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

func (*CreateImageReq) Reset

func (x *CreateImageReq) Reset()

func (*CreateImageReq) String

func (x *CreateImageReq) String() string

type CreateImageResp

type CreateImageResp struct {
	Success bool                `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadCreateImage `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error              `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateImageResp) Descriptor deprecated

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

Deprecated: Use CreateImageResp.ProtoReflect.Descriptor instead.

func (*CreateImageResp) GetError

func (x *CreateImageResp) GetError() *Error

func (*CreateImageResp) GetPayload

func (x *CreateImageResp) GetPayload() *PayloadCreateImage

func (*CreateImageResp) GetSuccess

func (x *CreateImageResp) GetSuccess() bool

func (*CreateImageResp) ProtoMessage

func (*CreateImageResp) ProtoMessage()

func (*CreateImageResp) ProtoReflect

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

func (*CreateImageResp) Reset

func (x *CreateImageResp) Reset()

func (*CreateImageResp) String

func (x *CreateImageResp) String() string

type CreateModelDeployParam

type CreateModelDeployParam struct {
	Desc           string `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
	Domain         string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	ModelFrame     string `protobuf:"bytes,3,opt,name=modelFrame,proto3" json:"modelFrame,omitempty"`
	ModelId        string `protobuf:"bytes,4,opt,name=modelId,proto3" json:"modelId,omitempty"`
	ModelVersion   string `protobuf:"bytes,5,opt,name=modelVersion,proto3" json:"modelVersion,omitempty"`
	Name           string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	ResourcePool   string `protobuf:"bytes,7,opt,name=resourcePool,proto3" json:"resourcePool,omitempty"`
	ResourceSpecId string `protobuf:"bytes,8,opt,name=resourceSpecId,proto3" json:"resourceSpecId,omitempty"`
	ResourceType   string `protobuf:"bytes,9,opt,name=resourceType,proto3" json:"resourceType,omitempty"`
	ServiceType    string `protobuf:"bytes,10,opt,name=serviceType,proto3" json:"serviceType,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateModelDeployParam) Descriptor deprecated

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

Deprecated: Use CreateModelDeployParam.ProtoReflect.Descriptor instead.

func (*CreateModelDeployParam) GetDesc

func (x *CreateModelDeployParam) GetDesc() string

func (*CreateModelDeployParam) GetDomain

func (x *CreateModelDeployParam) GetDomain() string

func (*CreateModelDeployParam) GetModelFrame

func (x *CreateModelDeployParam) GetModelFrame() string

func (*CreateModelDeployParam) GetModelId

func (x *CreateModelDeployParam) GetModelId() string

func (*CreateModelDeployParam) GetModelVersion

func (x *CreateModelDeployParam) GetModelVersion() string

func (*CreateModelDeployParam) GetName

func (x *CreateModelDeployParam) GetName() string

func (*CreateModelDeployParam) GetResourcePool

func (x *CreateModelDeployParam) GetResourcePool() string

func (*CreateModelDeployParam) GetResourceSpecId

func (x *CreateModelDeployParam) GetResourceSpecId() string

func (*CreateModelDeployParam) GetResourceType

func (x *CreateModelDeployParam) GetResourceType() string

func (*CreateModelDeployParam) GetServiceType

func (x *CreateModelDeployParam) GetServiceType() string

func (*CreateModelDeployParam) ProtoMessage

func (*CreateModelDeployParam) ProtoMessage()

func (*CreateModelDeployParam) ProtoReflect

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

func (*CreateModelDeployParam) Reset

func (x *CreateModelDeployParam) Reset()

func (*CreateModelDeployParam) String

func (x *CreateModelDeployParam) String() string

type CreateModelDeployReq

type CreateModelDeployReq struct {
	Platform string                  `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Params   *CreateModelDeployParam `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

*****************ModelDeployService Start************************

func (*CreateModelDeployReq) Descriptor deprecated

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

Deprecated: Use CreateModelDeployReq.ProtoReflect.Descriptor instead.

func (*CreateModelDeployReq) GetParams

func (*CreateModelDeployReq) GetPlatform

func (x *CreateModelDeployReq) GetPlatform() string

func (*CreateModelDeployReq) ProtoMessage

func (*CreateModelDeployReq) ProtoMessage()

func (*CreateModelDeployReq) ProtoReflect

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

func (*CreateModelDeployReq) Reset

func (x *CreateModelDeployReq) Reset()

func (*CreateModelDeployReq) String

func (x *CreateModelDeployReq) String() string

type CreateModelDeployResp

type CreateModelDeployResp struct {
	Success bool                      `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadCreateModelDeploy `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                    `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateModelDeployResp) Descriptor deprecated

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

Deprecated: Use CreateModelDeployResp.ProtoReflect.Descriptor instead.

func (*CreateModelDeployResp) GetError

func (x *CreateModelDeployResp) GetError() *Error

func (*CreateModelDeployResp) GetPayload

func (*CreateModelDeployResp) GetSuccess

func (x *CreateModelDeployResp) GetSuccess() bool

func (*CreateModelDeployResp) ProtoMessage

func (*CreateModelDeployResp) ProtoMessage()

func (*CreateModelDeployResp) ProtoReflect

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

func (*CreateModelDeployResp) Reset

func (x *CreateModelDeployResp) Reset()

func (*CreateModelDeployResp) String

func (x *CreateModelDeployResp) String() string

type CreateMyAlgorithm

type CreateMyAlgorithm struct {
	AlgorithmDescript string `protobuf:"bytes,1,opt,name=algorithmDescript,proto3" json:"algorithmDescript,omitempty"`
	AlgorithmName     string `protobuf:"bytes,2,opt,name=algorithmName,proto3" json:"algorithmName,omitempty"`
	ApplyId           string `protobuf:"bytes,3,opt,name=applyId,proto3" json:"applyId,omitempty"`
	FrameworkId       string `protobuf:"bytes,4,opt,name=frameworkId,proto3" json:"frameworkId,omitempty"`
	IsEmpty           bool   `protobuf:"varint,5,opt,name=isEmpty,proto3" json:"isEmpty,omitempty"`
	ModelName         string `protobuf:"bytes,6,opt,name=modelName,proto3" json:"modelName,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMyAlgorithm) Descriptor deprecated

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

Deprecated: Use CreateMyAlgorithm.ProtoReflect.Descriptor instead.

func (*CreateMyAlgorithm) GetAlgorithmDescript

func (x *CreateMyAlgorithm) GetAlgorithmDescript() string

func (*CreateMyAlgorithm) GetAlgorithmName

func (x *CreateMyAlgorithm) GetAlgorithmName() string

func (*CreateMyAlgorithm) GetApplyId

func (x *CreateMyAlgorithm) GetApplyId() string

func (*CreateMyAlgorithm) GetFrameworkId

func (x *CreateMyAlgorithm) GetFrameworkId() string

func (*CreateMyAlgorithm) GetIsEmpty

func (x *CreateMyAlgorithm) GetIsEmpty() bool

func (*CreateMyAlgorithm) GetModelName

func (x *CreateMyAlgorithm) GetModelName() string

func (*CreateMyAlgorithm) ProtoMessage

func (*CreateMyAlgorithm) ProtoMessage()

func (*CreateMyAlgorithm) ProtoReflect

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

func (*CreateMyAlgorithm) Reset

func (x *CreateMyAlgorithm) Reset()

func (*CreateMyAlgorithm) String

func (x *CreateMyAlgorithm) String() string

type CreateMyAlgorithmReq

type CreateMyAlgorithmReq struct {
	Platform          string             `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	CreateMyAlgorithm *CreateMyAlgorithm `protobuf:"bytes,2,opt,name=createMyAlgorithm,proto3" json:"createMyAlgorithm,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMyAlgorithmReq) Descriptor deprecated

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

Deprecated: Use CreateMyAlgorithmReq.ProtoReflect.Descriptor instead.

func (*CreateMyAlgorithmReq) GetCreateMyAlgorithm

func (x *CreateMyAlgorithmReq) GetCreateMyAlgorithm() *CreateMyAlgorithm

func (*CreateMyAlgorithmReq) GetPlatform

func (x *CreateMyAlgorithmReq) GetPlatform() string

func (*CreateMyAlgorithmReq) ProtoMessage

func (*CreateMyAlgorithmReq) ProtoMessage()

func (*CreateMyAlgorithmReq) ProtoReflect

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

func (*CreateMyAlgorithmReq) Reset

func (x *CreateMyAlgorithmReq) Reset()

func (*CreateMyAlgorithmReq) String

func (x *CreateMyAlgorithmReq) String() string

type CreateMyAlgorithmResp

type CreateMyAlgorithmResp struct {
	Success bool                      `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadCreateMyAlgorithm `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                    `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMyAlgorithmResp) Descriptor deprecated

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

Deprecated: Use CreateMyAlgorithmResp.ProtoReflect.Descriptor instead.

func (*CreateMyAlgorithmResp) GetError

func (x *CreateMyAlgorithmResp) GetError() *Error

func (*CreateMyAlgorithmResp) GetPayload

func (*CreateMyAlgorithmResp) GetSuccess

func (x *CreateMyAlgorithmResp) GetSuccess() bool

func (*CreateMyAlgorithmResp) ProtoMessage

func (*CreateMyAlgorithmResp) ProtoMessage()

func (*CreateMyAlgorithmResp) ProtoReflect

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

func (*CreateMyAlgorithmResp) Reset

func (x *CreateMyAlgorithmResp) Reset()

func (*CreateMyAlgorithmResp) String

func (x *CreateMyAlgorithmResp) String() string

type CreateNotebookParam

type CreateNotebookParam struct {
	AlgorithmId      string    `protobuf:"bytes,1,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	AlgorithmVersion string    `protobuf:"bytes,2,opt,name=algorithmVersion,proto3" json:"algorithmVersion,omitempty"`
	Command          string    `protobuf:"bytes,3,opt,name=command,proto3" json:"command,omitempty"`
	DatasetId        string    `protobuf:"bytes,4,opt,name=datasetId,proto3" json:"datasetId,omitempty"`
	DatasetVersion   string    `protobuf:"bytes,5,opt,name=datasetVersion,proto3" json:"datasetVersion,omitempty"`
	Desc             string    `protobuf:"bytes,6,opt,name=desc,proto3" json:"desc,omitempty"`
	Envs             *Envs     `protobuf:"bytes,7,opt,name=envs,proto3" json:"envs,omitempty"`
	ImageId          string    `protobuf:"bytes,8,opt,name=imageId,proto3" json:"imageId,omitempty"`
	ImageUrl         string    `protobuf:"bytes,9,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"`
	Mounts           []*Mounts `protobuf:"bytes,10,rep,name=mounts,proto3" json:"mounts,omitempty"`
	Name             string    `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"`
	ResourcePool     string    `protobuf:"bytes,12,opt,name=resourcePool,proto3" json:"resourcePool,omitempty"`
	ResourceSpecId   string    `protobuf:"bytes,13,opt,name=resourceSpecId,proto3" json:"resourceSpecId,omitempty"`
	TaskNumber       int32     `protobuf:"varint,14,opt,name=taskNumber,proto3" json:"taskNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNotebookParam) Descriptor deprecated

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

Deprecated: Use CreateNotebookParam.ProtoReflect.Descriptor instead.

func (*CreateNotebookParam) GetAlgorithmId

func (x *CreateNotebookParam) GetAlgorithmId() string

func (*CreateNotebookParam) GetAlgorithmVersion

func (x *CreateNotebookParam) GetAlgorithmVersion() string

func (*CreateNotebookParam) GetCommand

func (x *CreateNotebookParam) GetCommand() string

func (*CreateNotebookParam) GetDatasetId

func (x *CreateNotebookParam) GetDatasetId() string

func (*CreateNotebookParam) GetDatasetVersion

func (x *CreateNotebookParam) GetDatasetVersion() string

func (*CreateNotebookParam) GetDesc

func (x *CreateNotebookParam) GetDesc() string

func (*CreateNotebookParam) GetEnvs

func (x *CreateNotebookParam) GetEnvs() *Envs

func (*CreateNotebookParam) GetImageId

func (x *CreateNotebookParam) GetImageId() string

func (*CreateNotebookParam) GetImageUrl

func (x *CreateNotebookParam) GetImageUrl() string

func (*CreateNotebookParam) GetMounts

func (x *CreateNotebookParam) GetMounts() []*Mounts

func (*CreateNotebookParam) GetName

func (x *CreateNotebookParam) GetName() string

func (*CreateNotebookParam) GetResourcePool

func (x *CreateNotebookParam) GetResourcePool() string

func (*CreateNotebookParam) GetResourceSpecId

func (x *CreateNotebookParam) GetResourceSpecId() string

func (*CreateNotebookParam) GetTaskNumber

func (x *CreateNotebookParam) GetTaskNumber() int32

func (*CreateNotebookParam) ProtoMessage

func (*CreateNotebookParam) ProtoMessage()

func (*CreateNotebookParam) ProtoReflect

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

func (*CreateNotebookParam) Reset

func (x *CreateNotebookParam) Reset()

func (*CreateNotebookParam) String

func (x *CreateNotebookParam) String() string

type CreateNotebookReq

type CreateNotebookReq struct {
	Platform string               `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Params   *CreateNotebookParam `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

*****************Develop Start************************

func (*CreateNotebookReq) Descriptor deprecated

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

Deprecated: Use CreateNotebookReq.ProtoReflect.Descriptor instead.

func (*CreateNotebookReq) GetParams

func (x *CreateNotebookReq) GetParams() *CreateNotebookParam

func (*CreateNotebookReq) GetPlatform

func (x *CreateNotebookReq) GetPlatform() string

func (*CreateNotebookReq) ProtoMessage

func (*CreateNotebookReq) ProtoMessage()

func (*CreateNotebookReq) ProtoReflect

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

func (*CreateNotebookReq) Reset

func (x *CreateNotebookReq) Reset()

func (*CreateNotebookReq) String

func (x *CreateNotebookReq) String() string

type CreateNotebookResp

type CreateNotebookResp struct {
	Success bool                   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadCreateNotebook `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                 `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNotebookResp) Descriptor deprecated

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

Deprecated: Use CreateNotebookResp.ProtoReflect.Descriptor instead.

func (*CreateNotebookResp) GetError

func (x *CreateNotebookResp) GetError() *Error

func (*CreateNotebookResp) GetPayload

func (x *CreateNotebookResp) GetPayload() *PayloadCreateNotebook

func (*CreateNotebookResp) GetSuccess

func (x *CreateNotebookResp) GetSuccess() bool

func (*CreateNotebookResp) ProtoMessage

func (*CreateNotebookResp) ProtoMessage()

func (*CreateNotebookResp) ProtoReflect

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

func (*CreateNotebookResp) Reset

func (x *CreateNotebookResp) Reset()

func (*CreateNotebookResp) String

func (x *CreateNotebookResp) String() string

type CreateTrainJobParam

type CreateTrainJobParam struct {
	AlgorithmId      string    `protobuf:"bytes,1,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	AlgorithmVersion string    `protobuf:"bytes,2,opt,name=algorithmVersion,proto3" json:"algorithmVersion,omitempty"`
	Config           []*Config `protobuf:"bytes,3,rep,name=config,proto3" json:"config,omitempty"`
	DataSetId        string    `protobuf:"bytes,4,opt,name=dataSetId,proto3" json:"dataSetId,omitempty"`
	DataSetVersion   string    `protobuf:"bytes,5,opt,name=dataSetVersion,proto3" json:"dataSetVersion,omitempty"`
	Desc             string    `protobuf:"bytes,6,opt,name=desc,proto3" json:"desc,omitempty"`
	ImageId          string    `protobuf:"bytes,7,opt,name=imageId,proto3" json:"imageId,omitempty"`
	ImageUrl         string    `protobuf:"bytes,8,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"`
	IsDistributed    bool      `protobuf:"varint,9,opt,name=isDistributed,proto3" json:"isDistributed,omitempty"`
	Mounts           []*Mounts `protobuf:"bytes,10,rep,name=mounts,proto3" json:"mounts,omitempty"`
	Name             string    `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"`
	ResourcePool     string    `protobuf:"bytes,12,opt,name=resourcePool,proto3" json:"resourcePool,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTrainJobParam) Descriptor deprecated

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

Deprecated: Use CreateTrainJobParam.ProtoReflect.Descriptor instead.

func (*CreateTrainJobParam) GetAlgorithmId

func (x *CreateTrainJobParam) GetAlgorithmId() string

func (*CreateTrainJobParam) GetAlgorithmVersion

func (x *CreateTrainJobParam) GetAlgorithmVersion() string

func (*CreateTrainJobParam) GetConfig

func (x *CreateTrainJobParam) GetConfig() []*Config

func (*CreateTrainJobParam) GetDataSetId

func (x *CreateTrainJobParam) GetDataSetId() string

func (*CreateTrainJobParam) GetDataSetVersion

func (x *CreateTrainJobParam) GetDataSetVersion() string

func (*CreateTrainJobParam) GetDesc

func (x *CreateTrainJobParam) GetDesc() string

func (*CreateTrainJobParam) GetImageId

func (x *CreateTrainJobParam) GetImageId() string

func (*CreateTrainJobParam) GetImageUrl

func (x *CreateTrainJobParam) GetImageUrl() string

func (*CreateTrainJobParam) GetIsDistributed

func (x *CreateTrainJobParam) GetIsDistributed() bool

func (*CreateTrainJobParam) GetMounts

func (x *CreateTrainJobParam) GetMounts() []*Mounts

func (*CreateTrainJobParam) GetName

func (x *CreateTrainJobParam) GetName() string

func (*CreateTrainJobParam) GetResourcePool

func (x *CreateTrainJobParam) GetResourcePool() string

func (*CreateTrainJobParam) ProtoMessage

func (*CreateTrainJobParam) ProtoMessage()

func (*CreateTrainJobParam) ProtoReflect

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

func (*CreateTrainJobParam) Reset

func (x *CreateTrainJobParam) Reset()

func (*CreateTrainJobParam) String

func (x *CreateTrainJobParam) String() string

type CreateTrainJobReq

type CreateTrainJobReq struct {
	Platform string               `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Params   *CreateTrainJobParam `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTrainJobReq) Descriptor deprecated

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

Deprecated: Use CreateTrainJobReq.ProtoReflect.Descriptor instead.

func (*CreateTrainJobReq) GetParams

func (x *CreateTrainJobReq) GetParams() *CreateTrainJobParam

func (*CreateTrainJobReq) GetPlatform

func (x *CreateTrainJobReq) GetPlatform() string

func (*CreateTrainJobReq) ProtoMessage

func (*CreateTrainJobReq) ProtoMessage()

func (*CreateTrainJobReq) ProtoReflect

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

func (*CreateTrainJobReq) Reset

func (x *CreateTrainJobReq) Reset()

func (*CreateTrainJobReq) String

func (x *CreateTrainJobReq) String() string

type CreateTrainJobResp

type CreateTrainJobResp struct {
	Success bool                   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadCreateTrainJob `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                 `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTrainJobResp) Descriptor deprecated

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

Deprecated: Use CreateTrainJobResp.ProtoReflect.Descriptor instead.

func (*CreateTrainJobResp) GetError

func (x *CreateTrainJobResp) GetError() *Error

func (*CreateTrainJobResp) GetPayload

func (x *CreateTrainJobResp) GetPayload() *PayloadCreateTrainJob

func (*CreateTrainJobResp) GetSuccess

func (x *CreateTrainJobResp) GetSuccess() bool

func (*CreateTrainJobResp) ProtoMessage

func (*CreateTrainJobResp) ProtoMessage()

func (*CreateTrainJobResp) ProtoReflect

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

func (*CreateTrainJobResp) Reset

func (x *CreateTrainJobResp) Reset()

func (*CreateTrainJobResp) String

func (x *CreateTrainJobResp) String() string

type DatasetVersion

type DatasetVersion struct {
	CreatedAt int64  `protobuf:"varint,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	DatasetId string `protobuf:"bytes,2,opt,name=datasetId,proto3" json:"datasetId,omitempty"`
	Desc      string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	Shared    bool   `protobuf:"varint,4,opt,name=shared,proto3" json:"shared,omitempty"`
	Status    int32  `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
	UpdatedAt int32  `protobuf:"varint,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Version   string `protobuf:"bytes,7,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*DatasetVersion) Descriptor deprecated

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

Deprecated: Use DatasetVersion.ProtoReflect.Descriptor instead.

func (*DatasetVersion) GetCreatedAt

func (x *DatasetVersion) GetCreatedAt() int64

func (*DatasetVersion) GetDatasetId

func (x *DatasetVersion) GetDatasetId() string

func (*DatasetVersion) GetDesc

func (x *DatasetVersion) GetDesc() string

func (*DatasetVersion) GetShared

func (x *DatasetVersion) GetShared() bool

func (*DatasetVersion) GetStatus

func (x *DatasetVersion) GetStatus() int32

func (*DatasetVersion) GetUpdatedAt

func (x *DatasetVersion) GetUpdatedAt() int32

func (*DatasetVersion) GetVersion

func (x *DatasetVersion) GetVersion() string

func (*DatasetVersion) ProtoMessage

func (*DatasetVersion) ProtoMessage()

func (*DatasetVersion) ProtoReflect

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

func (*DatasetVersion) Reset

func (x *DatasetVersion) Reset()

func (*DatasetVersion) String

func (x *DatasetVersion) String() string

type Datasets

type Datasets struct {
	CreatedAt     int64      `protobuf:"varint,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt     int64      `protobuf:"varint,2,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Id            string     `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	SourceType    int32      `protobuf:"varint,4,opt,name=sourceType,proto3" json:"sourceType,omitempty"`
	Name          string     `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	TypeId        string     `protobuf:"bytes,6,opt,name=typeId,proto3" json:"typeId,omitempty"`
	TypeDesc      string     `protobuf:"bytes,7,opt,name=typeDesc,proto3" json:"typeDesc,omitempty"`
	Applies       []*Applies `protobuf:"bytes,8,rep,name=applies,proto3" json:"applies,omitempty"`
	Desc          string     `protobuf:"bytes,9,opt,name=desc,proto3" json:"desc,omitempty"`
	LatestVersion string     `protobuf:"bytes,10,opt,name=latestVersion,proto3" json:"latestVersion,omitempty"`
	UserName      string     `protobuf:"bytes,11,opt,name=userName,proto3" json:"userName,omitempty"`
	// contains filtered or unexported fields
}

func (*Datasets) Descriptor deprecated

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

Deprecated: Use Datasets.ProtoReflect.Descriptor instead.

func (*Datasets) GetApplies

func (x *Datasets) GetApplies() []*Applies

func (*Datasets) GetCreatedAt

func (x *Datasets) GetCreatedAt() int64

func (*Datasets) GetDesc

func (x *Datasets) GetDesc() string

func (*Datasets) GetId

func (x *Datasets) GetId() string

func (*Datasets) GetLatestVersion

func (x *Datasets) GetLatestVersion() string

func (*Datasets) GetName

func (x *Datasets) GetName() string

func (*Datasets) GetSourceType

func (x *Datasets) GetSourceType() int32

func (*Datasets) GetTypeDesc

func (x *Datasets) GetTypeDesc() string

func (*Datasets) GetTypeId

func (x *Datasets) GetTypeId() string

func (*Datasets) GetUpdatedAt

func (x *Datasets) GetUpdatedAt() int64

func (*Datasets) GetUserName

func (x *Datasets) GetUserName() string

func (*Datasets) ProtoMessage

func (*Datasets) ProtoMessage()

func (*Datasets) ProtoReflect

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

func (*Datasets) Reset

func (x *Datasets) Reset()

func (*Datasets) String

func (x *Datasets) String() string

type DeleteDataSetReq

type DeleteDataSetReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDataSetReq) Descriptor deprecated

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

Deprecated: Use DeleteDataSetReq.ProtoReflect.Descriptor instead.

func (*DeleteDataSetReq) GetId

func (x *DeleteDataSetReq) GetId() string

func (*DeleteDataSetReq) GetPlatform

func (x *DeleteDataSetReq) GetPlatform() string

func (*DeleteDataSetReq) ProtoMessage

func (*DeleteDataSetReq) ProtoMessage()

func (*DeleteDataSetReq) ProtoReflect

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

func (*DeleteDataSetReq) Reset

func (x *DeleteDataSetReq) Reset()

func (*DeleteDataSetReq) String

func (x *DeleteDataSetReq) String() string

type DeleteDataSetResp

type DeleteDataSetResp struct {
	Success bool                  `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadDeleteDataSet `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDataSetResp) Descriptor deprecated

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

Deprecated: Use DeleteDataSetResp.ProtoReflect.Descriptor instead.

func (*DeleteDataSetResp) GetError

func (x *DeleteDataSetResp) GetError() *Error

func (*DeleteDataSetResp) GetPayload

func (x *DeleteDataSetResp) GetPayload() *PayloadDeleteDataSet

func (*DeleteDataSetResp) GetSuccess

func (x *DeleteDataSetResp) GetSuccess() bool

func (*DeleteDataSetResp) ProtoMessage

func (*DeleteDataSetResp) ProtoMessage()

func (*DeleteDataSetResp) ProtoReflect

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

func (*DeleteDataSetResp) Reset

func (x *DeleteDataSetResp) Reset()

func (*DeleteDataSetResp) String

func (x *DeleteDataSetResp) String() string

type DeleteDataSetVersionReq

type DeleteDataSetVersionReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	DatasetId string `protobuf:"bytes,2,opt,name=datasetId,proto3" json:"datasetId,omitempty"`
	Version   string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDataSetVersionReq) Descriptor deprecated

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

Deprecated: Use DeleteDataSetVersionReq.ProtoReflect.Descriptor instead.

func (*DeleteDataSetVersionReq) GetDatasetId

func (x *DeleteDataSetVersionReq) GetDatasetId() string

func (*DeleteDataSetVersionReq) GetPlatform

func (x *DeleteDataSetVersionReq) GetPlatform() string

func (*DeleteDataSetVersionReq) GetVersion

func (x *DeleteDataSetVersionReq) GetVersion() string

func (*DeleteDataSetVersionReq) ProtoMessage

func (*DeleteDataSetVersionReq) ProtoMessage()

func (*DeleteDataSetVersionReq) ProtoReflect

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

func (*DeleteDataSetVersionReq) Reset

func (x *DeleteDataSetVersionReq) Reset()

func (*DeleteDataSetVersionReq) String

func (x *DeleteDataSetVersionReq) String() string

type DeleteDataSetVersionResp

type DeleteDataSetVersionResp struct {
	Success bool                         `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadDeleteDataSetVersion `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                       `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDataSetVersionResp) Descriptor deprecated

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

Deprecated: Use DeleteDataSetVersionResp.ProtoReflect.Descriptor instead.

func (*DeleteDataSetVersionResp) GetError

func (x *DeleteDataSetVersionResp) GetError() *Error

func (*DeleteDataSetVersionResp) GetPayload

func (*DeleteDataSetVersionResp) GetSuccess

func (x *DeleteDataSetVersionResp) GetSuccess() bool

func (*DeleteDataSetVersionResp) ProtoMessage

func (*DeleteDataSetVersionResp) ProtoMessage()

func (*DeleteDataSetVersionResp) ProtoReflect

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

func (*DeleteDataSetVersionResp) Reset

func (x *DeleteDataSetVersionResp) Reset()

func (*DeleteDataSetVersionResp) String

func (x *DeleteDataSetVersionResp) String() string

type DeleteImageReq

type DeleteImageReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	ImageId  string `protobuf:"bytes,2,opt,name=imageId,proto3" json:"imageId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteImageReq) Descriptor deprecated

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

Deprecated: Use DeleteImageReq.ProtoReflect.Descriptor instead.

func (*DeleteImageReq) GetImageId

func (x *DeleteImageReq) GetImageId() string

func (*DeleteImageReq) GetPlatform

func (x *DeleteImageReq) GetPlatform() string

func (*DeleteImageReq) ProtoMessage

func (*DeleteImageReq) ProtoMessage()

func (*DeleteImageReq) ProtoReflect

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

func (*DeleteImageReq) Reset

func (x *DeleteImageReq) Reset()

func (*DeleteImageReq) String

func (x *DeleteImageReq) String() string

type DeleteImageResp

type DeleteImageResp struct {
	Success bool                `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadDeleteImage `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error              `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteImageResp) Descriptor deprecated

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

Deprecated: Use DeleteImageResp.ProtoReflect.Descriptor instead.

func (*DeleteImageResp) GetError

func (x *DeleteImageResp) GetError() *Error

func (*DeleteImageResp) GetPayload

func (x *DeleteImageResp) GetPayload() *PayloadDeleteImage

func (*DeleteImageResp) GetSuccess

func (x *DeleteImageResp) GetSuccess() bool

func (*DeleteImageResp) ProtoMessage

func (*DeleteImageResp) ProtoMessage()

func (*DeleteImageResp) ProtoReflect

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

func (*DeleteImageResp) Reset

func (x *DeleteImageResp) Reset()

func (*DeleteImageResp) String

func (x *DeleteImageResp) String() string

type DeleteModelDeployReq

type DeleteModelDeployReq struct {
	Platform string   `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	JobIds   []string `protobuf:"bytes,2,rep,name=jobIds,proto3" json:"jobIds,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteModelDeployReq) Descriptor deprecated

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

Deprecated: Use DeleteModelDeployReq.ProtoReflect.Descriptor instead.

func (*DeleteModelDeployReq) GetJobIds

func (x *DeleteModelDeployReq) GetJobIds() []string

func (*DeleteModelDeployReq) GetPlatform

func (x *DeleteModelDeployReq) GetPlatform() string

func (*DeleteModelDeployReq) ProtoMessage

func (*DeleteModelDeployReq) ProtoMessage()

func (*DeleteModelDeployReq) ProtoReflect

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

func (*DeleteModelDeployReq) Reset

func (x *DeleteModelDeployReq) Reset()

func (*DeleteModelDeployReq) String

func (x *DeleteModelDeployReq) String() string

type DeleteModelDeployResp

type DeleteModelDeployResp struct {
	Success bool                      `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadDeleteModelDeploy `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                    `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteModelDeployResp) Descriptor deprecated

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

Deprecated: Use DeleteModelDeployResp.ProtoReflect.Descriptor instead.

func (*DeleteModelDeployResp) GetError

func (x *DeleteModelDeployResp) GetError() *Error

func (*DeleteModelDeployResp) GetPayload

func (*DeleteModelDeployResp) GetSuccess

func (x *DeleteModelDeployResp) GetSuccess() bool

func (*DeleteModelDeployResp) ProtoMessage

func (*DeleteModelDeployResp) ProtoMessage()

func (*DeleteModelDeployResp) ProtoReflect

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

func (*DeleteModelDeployResp) Reset

func (x *DeleteModelDeployResp) Reset()

func (*DeleteModelDeployResp) String

func (x *DeleteModelDeployResp) String() string

type DeleteModelVersionReq

type DeleteModelVersionReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	ModelId  string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty"`
	Version  string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteModelVersionReq) Descriptor deprecated

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

Deprecated: Use DeleteModelVersionReq.ProtoReflect.Descriptor instead.

func (*DeleteModelVersionReq) GetModelId

func (x *DeleteModelVersionReq) GetModelId() string

func (*DeleteModelVersionReq) GetPlatform

func (x *DeleteModelVersionReq) GetPlatform() string

func (*DeleteModelVersionReq) GetVersion

func (x *DeleteModelVersionReq) GetVersion() string

func (*DeleteModelVersionReq) ProtoMessage

func (*DeleteModelVersionReq) ProtoMessage()

func (*DeleteModelVersionReq) ProtoReflect

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

func (*DeleteModelVersionReq) Reset

func (x *DeleteModelVersionReq) Reset()

func (*DeleteModelVersionReq) String

func (x *DeleteModelVersionReq) String() string

type DeleteModelVersionResp

type DeleteModelVersionResp struct {
	Success bool                       `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadDeleteModelVersion `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                     `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteModelVersionResp) Descriptor deprecated

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

Deprecated: Use DeleteModelVersionResp.ProtoReflect.Descriptor instead.

func (*DeleteModelVersionResp) GetError

func (x *DeleteModelVersionResp) GetError() *Error

func (*DeleteModelVersionResp) GetPayload

func (*DeleteModelVersionResp) GetSuccess

func (x *DeleteModelVersionResp) GetSuccess() bool

func (*DeleteModelVersionResp) ProtoMessage

func (*DeleteModelVersionResp) ProtoMessage()

func (*DeleteModelVersionResp) ProtoReflect

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

func (*DeleteModelVersionResp) Reset

func (x *DeleteModelVersionResp) Reset()

func (*DeleteModelVersionResp) String

func (x *DeleteModelVersionResp) String() string

type DeleteMyAlgorithmReq

type DeleteMyAlgorithmReq struct {
	Platform    string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	AlgorithmId string `protobuf:"bytes,2,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMyAlgorithmReq) Descriptor deprecated

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

Deprecated: Use DeleteMyAlgorithmReq.ProtoReflect.Descriptor instead.

func (*DeleteMyAlgorithmReq) GetAlgorithmId

func (x *DeleteMyAlgorithmReq) GetAlgorithmId() string

func (*DeleteMyAlgorithmReq) GetPlatform

func (x *DeleteMyAlgorithmReq) GetPlatform() string

func (*DeleteMyAlgorithmReq) ProtoMessage

func (*DeleteMyAlgorithmReq) ProtoMessage()

func (*DeleteMyAlgorithmReq) ProtoReflect

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

func (*DeleteMyAlgorithmReq) Reset

func (x *DeleteMyAlgorithmReq) Reset()

func (*DeleteMyAlgorithmReq) String

func (x *DeleteMyAlgorithmReq) String() string

type DeleteMyAlgorithmResp

type DeleteMyAlgorithmResp struct {
	Success bool                      `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadDeleteMyAlgorithm `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                    `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMyAlgorithmResp) Descriptor deprecated

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

Deprecated: Use DeleteMyAlgorithmResp.ProtoReflect.Descriptor instead.

func (*DeleteMyAlgorithmResp) GetError

func (x *DeleteMyAlgorithmResp) GetError() *Error

func (*DeleteMyAlgorithmResp) GetPayload

func (*DeleteMyAlgorithmResp) GetSuccess

func (x *DeleteMyAlgorithmResp) GetSuccess() bool

func (*DeleteMyAlgorithmResp) ProtoMessage

func (*DeleteMyAlgorithmResp) ProtoMessage()

func (*DeleteMyAlgorithmResp) ProtoReflect

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

func (*DeleteMyAlgorithmResp) Reset

func (x *DeleteMyAlgorithmResp) Reset()

func (*DeleteMyAlgorithmResp) String

func (x *DeleteMyAlgorithmResp) String() string

type DeleteMyModelReq

type DeleteMyModelReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	ModelId  string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMyModelReq) Descriptor deprecated

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

Deprecated: Use DeleteMyModelReq.ProtoReflect.Descriptor instead.

func (*DeleteMyModelReq) GetModelId

func (x *DeleteMyModelReq) GetModelId() string

func (*DeleteMyModelReq) GetPlatform

func (x *DeleteMyModelReq) GetPlatform() string

func (*DeleteMyModelReq) ProtoMessage

func (*DeleteMyModelReq) ProtoMessage()

func (*DeleteMyModelReq) ProtoReflect

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

func (*DeleteMyModelReq) Reset

func (x *DeleteMyModelReq) Reset()

func (*DeleteMyModelReq) String

func (x *DeleteMyModelReq) String() string

type DeleteMyModelResp

type DeleteMyModelResp struct {
	Success bool                  `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadDeleteMyModel `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMyModelResp) Descriptor deprecated

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

Deprecated: Use DeleteMyModelResp.ProtoReflect.Descriptor instead.

func (*DeleteMyModelResp) GetError

func (x *DeleteMyModelResp) GetError() *Error

func (*DeleteMyModelResp) GetPayload

func (x *DeleteMyModelResp) GetPayload() *PayloadDeleteMyModel

func (*DeleteMyModelResp) GetSuccess

func (x *DeleteMyModelResp) GetSuccess() bool

func (*DeleteMyModelResp) ProtoMessage

func (*DeleteMyModelResp) ProtoMessage()

func (*DeleteMyModelResp) ProtoReflect

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

func (*DeleteMyModelResp) Reset

func (x *DeleteMyModelResp) Reset()

func (*DeleteMyModelResp) String

func (x *DeleteMyModelResp) String() string

type DeleteNotebookReq

type DeleteNotebookReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNotebookReq) Descriptor deprecated

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

Deprecated: Use DeleteNotebookReq.ProtoReflect.Descriptor instead.

func (*DeleteNotebookReq) GetId

func (x *DeleteNotebookReq) GetId() string

func (*DeleteNotebookReq) GetPlatform

func (x *DeleteNotebookReq) GetPlatform() string

func (*DeleteNotebookReq) ProtoMessage

func (*DeleteNotebookReq) ProtoMessage()

func (*DeleteNotebookReq) ProtoReflect

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

func (*DeleteNotebookReq) Reset

func (x *DeleteNotebookReq) Reset()

func (*DeleteNotebookReq) String

func (x *DeleteNotebookReq) String() string

type DeleteNotebookResp

type DeleteNotebookResp struct {
	Success bool                   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadDeleteNotebook `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                 `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNotebookResp) Descriptor deprecated

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

Deprecated: Use DeleteNotebookResp.ProtoReflect.Descriptor instead.

func (*DeleteNotebookResp) GetError

func (x *DeleteNotebookResp) GetError() *Error

func (*DeleteNotebookResp) GetPayload

func (x *DeleteNotebookResp) GetPayload() *PayloadDeleteNotebook

func (*DeleteNotebookResp) GetSuccess

func (x *DeleteNotebookResp) GetSuccess() bool

func (*DeleteNotebookResp) ProtoMessage

func (*DeleteNotebookResp) ProtoMessage()

func (*DeleteNotebookResp) ProtoReflect

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

func (*DeleteNotebookResp) Reset

func (x *DeleteNotebookResp) Reset()

func (*DeleteNotebookResp) String

func (x *DeleteNotebookResp) String() string

type DeleteTrainJobReq

type DeleteTrainJobReq struct {
	Platform string   `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	JobIds   []string `protobuf:"bytes,2,rep,name=jobIds,proto3" json:"jobIds,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTrainJobReq) Descriptor deprecated

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

Deprecated: Use DeleteTrainJobReq.ProtoReflect.Descriptor instead.

func (*DeleteTrainJobReq) GetJobIds

func (x *DeleteTrainJobReq) GetJobIds() []string

func (*DeleteTrainJobReq) GetPlatform

func (x *DeleteTrainJobReq) GetPlatform() string

func (*DeleteTrainJobReq) ProtoMessage

func (*DeleteTrainJobReq) ProtoMessage()

func (*DeleteTrainJobReq) ProtoReflect

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

func (*DeleteTrainJobReq) Reset

func (x *DeleteTrainJobReq) Reset()

func (*DeleteTrainJobReq) String

func (x *DeleteTrainJobReq) String() string

type DeleteTrainJobResp

type DeleteTrainJobResp struct {
	Success bool                   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadDeleteTrainJob `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                 `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTrainJobResp) Descriptor deprecated

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

Deprecated: Use DeleteTrainJobResp.ProtoReflect.Descriptor instead.

func (*DeleteTrainJobResp) GetError

func (x *DeleteTrainJobResp) GetError() *Error

func (*DeleteTrainJobResp) GetPayload

func (x *DeleteTrainJobResp) GetPayload() *PayloadDeleteTrainJob

func (*DeleteTrainJobResp) GetSuccess

func (x *DeleteTrainJobResp) GetSuccess() bool

func (*DeleteTrainJobResp) ProtoMessage

func (*DeleteTrainJobResp) ProtoMessage()

func (*DeleteTrainJobResp) ProtoReflect

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

func (*DeleteTrainJobResp) Reset

func (x *DeleteTrainJobResp) Reset()

func (*DeleteTrainJobResp) String

func (x *DeleteTrainJobResp) String() string

type DepEvent

type DepEvent struct {
	Message   string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Reason    string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	Timestamp string `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DepEvent) Descriptor deprecated

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

Deprecated: Use DepEvent.ProtoReflect.Descriptor instead.

func (*DepEvent) GetMessage

func (x *DepEvent) GetMessage() string

func (*DepEvent) GetName

func (x *DepEvent) GetName() string

func (*DepEvent) GetReason

func (x *DepEvent) GetReason() string

func (*DepEvent) GetTimestamp

func (x *DepEvent) GetTimestamp() string

func (*DepEvent) ProtoMessage

func (*DepEvent) ProtoMessage()

func (*DepEvent) ProtoReflect

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

func (*DepEvent) Reset

func (x *DepEvent) Reset()

func (*DepEvent) String

func (x *DepEvent) String() string

type DepInfo

type DepInfo struct {
	CompletedAt  int64  `protobuf:"varint,1,opt,name=completedAt,proto3" json:"completedAt,omitempty"`
	CreatedAt    int64  `protobuf:"varint,2,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Desc         string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	Id           string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"`
	ModelFrame   string `protobuf:"bytes,5,opt,name=modelFrame,proto3" json:"modelFrame,omitempty"`
	ModelId      string `protobuf:"bytes,6,opt,name=modelId,proto3" json:"modelId,omitempty"`
	ModelName    string `protobuf:"bytes,7,opt,name=modelName,proto3" json:"modelName,omitempty"`
	ModelVersion string `protobuf:"bytes,8,opt,name=modelVersion,proto3" json:"modelVersion,omitempty"`
	Name         string `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"`
	RunSec       int64  `protobuf:"varint,10,opt,name=runSec,proto3" json:"runSec,omitempty"`
	ServiceUrl   string `protobuf:"bytes,11,opt,name=serviceUrl,proto3" json:"serviceUrl,omitempty"`
	StartedAt    int64  `protobuf:"varint,12,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
	Status       string `protobuf:"bytes,13,opt,name=status,proto3" json:"status,omitempty"`
	UpdatedAt    int64  `protobuf:"varint,14,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	UserId       string `protobuf:"bytes,15,opt,name=userId,proto3" json:"userId,omitempty"`
	WorkspaceId  string `protobuf:"bytes,16,opt,name=workspaceId,proto3" json:"workspaceId,omitempty"`
	// contains filtered or unexported fields
}

func (*DepInfo) Descriptor deprecated

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

Deprecated: Use DepInfo.ProtoReflect.Descriptor instead.

func (*DepInfo) GetCompletedAt

func (x *DepInfo) GetCompletedAt() int64

func (*DepInfo) GetCreatedAt

func (x *DepInfo) GetCreatedAt() int64

func (*DepInfo) GetDesc

func (x *DepInfo) GetDesc() string

func (*DepInfo) GetId

func (x *DepInfo) GetId() string

func (*DepInfo) GetModelFrame

func (x *DepInfo) GetModelFrame() string

func (*DepInfo) GetModelId

func (x *DepInfo) GetModelId() string

func (*DepInfo) GetModelName

func (x *DepInfo) GetModelName() string

func (*DepInfo) GetModelVersion

func (x *DepInfo) GetModelVersion() string

func (*DepInfo) GetName

func (x *DepInfo) GetName() string

func (*DepInfo) GetRunSec

func (x *DepInfo) GetRunSec() int64

func (*DepInfo) GetServiceUrl

func (x *DepInfo) GetServiceUrl() string

func (*DepInfo) GetStartedAt

func (x *DepInfo) GetStartedAt() int64

func (*DepInfo) GetStatus

func (x *DepInfo) GetStatus() string

func (*DepInfo) GetUpdatedAt

func (x *DepInfo) GetUpdatedAt() int64

func (*DepInfo) GetUserId

func (x *DepInfo) GetUserId() string

func (*DepInfo) GetWorkspaceId

func (x *DepInfo) GetWorkspaceId() string

func (*DepInfo) ProtoMessage

func (*DepInfo) ProtoMessage()

func (*DepInfo) ProtoReflect

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

func (*DepInfo) Reset

func (x *DepInfo) Reset()

func (*DepInfo) String

func (x *DepInfo) String() string

type DownloadAlgorithmReq

type DownloadAlgorithmReq struct {
	Platform    string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	AlgorithmId string `protobuf:"bytes,2,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	Version     string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadAlgorithmReq) Descriptor deprecated

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

Deprecated: Use DownloadAlgorithmReq.ProtoReflect.Descriptor instead.

func (*DownloadAlgorithmReq) GetAlgorithmId

func (x *DownloadAlgorithmReq) GetAlgorithmId() string

func (*DownloadAlgorithmReq) GetPlatform

func (x *DownloadAlgorithmReq) GetPlatform() string

func (*DownloadAlgorithmReq) GetVersion

func (x *DownloadAlgorithmReq) GetVersion() string

func (*DownloadAlgorithmReq) ProtoMessage

func (*DownloadAlgorithmReq) ProtoMessage()

func (*DownloadAlgorithmReq) ProtoReflect

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

func (*DownloadAlgorithmReq) Reset

func (x *DownloadAlgorithmReq) Reset()

func (*DownloadAlgorithmReq) String

func (x *DownloadAlgorithmReq) String() string

type DownloadAlgorithmResp

type DownloadAlgorithmResp struct {
	Success bool                      `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadDownloadAlgorithm `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                    `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadAlgorithmResp) Descriptor deprecated

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

Deprecated: Use DownloadAlgorithmResp.ProtoReflect.Descriptor instead.

func (*DownloadAlgorithmResp) GetError

func (x *DownloadAlgorithmResp) GetError() *Error

func (*DownloadAlgorithmResp) GetPayload

func (*DownloadAlgorithmResp) GetSuccess

func (x *DownloadAlgorithmResp) GetSuccess() bool

func (*DownloadAlgorithmResp) ProtoMessage

func (*DownloadAlgorithmResp) ProtoMessage()

func (*DownloadAlgorithmResp) ProtoReflect

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

func (*DownloadAlgorithmResp) Reset

func (x *DownloadAlgorithmResp) Reset()

func (*DownloadAlgorithmResp) String

func (x *DownloadAlgorithmResp) String() string

type DownloadModelVersionReq

type DownloadModelVersionReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	ModelId  string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty"`
	Version  string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Domain   string `protobuf:"bytes,4,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadModelVersionReq) Descriptor deprecated

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

Deprecated: Use DownloadModelVersionReq.ProtoReflect.Descriptor instead.

func (*DownloadModelVersionReq) GetDomain

func (x *DownloadModelVersionReq) GetDomain() string

func (*DownloadModelVersionReq) GetModelId

func (x *DownloadModelVersionReq) GetModelId() string

func (*DownloadModelVersionReq) GetPlatform

func (x *DownloadModelVersionReq) GetPlatform() string

func (*DownloadModelVersionReq) GetVersion

func (x *DownloadModelVersionReq) GetVersion() string

func (*DownloadModelVersionReq) ProtoMessage

func (*DownloadModelVersionReq) ProtoMessage()

func (*DownloadModelVersionReq) ProtoReflect

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

func (*DownloadModelVersionReq) Reset

func (x *DownloadModelVersionReq) Reset()

func (*DownloadModelVersionReq) String

func (x *DownloadModelVersionReq) String() string

type DownloadModelVersionResp

type DownloadModelVersionResp struct {
	Success bool                         `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadDownloadModelVersion `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                       `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadModelVersionResp) Descriptor deprecated

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

Deprecated: Use DownloadModelVersionResp.ProtoReflect.Descriptor instead.

func (*DownloadModelVersionResp) GetError

func (x *DownloadModelVersionResp) GetError() *Error

func (*DownloadModelVersionResp) GetPayload

func (*DownloadModelVersionResp) GetSuccess

func (x *DownloadModelVersionResp) GetSuccess() bool

func (*DownloadModelVersionResp) ProtoMessage

func (*DownloadModelVersionResp) ProtoMessage()

func (*DownloadModelVersionResp) ProtoReflect

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

func (*DownloadModelVersionResp) Reset

func (x *DownloadModelVersionResp) Reset()

func (*DownloadModelVersionResp) String

func (x *DownloadModelVersionResp) String() string

type Envs

type Envs struct {
	AdditionalProp1 string `protobuf:"bytes,1,opt,name=additionalProp1,proto3" json:"additionalProp1,omitempty"`
	AdditionalProp2 string `protobuf:"bytes,2,opt,name=additionalProp2,proto3" json:"additionalProp2,omitempty"`
	AdditionalProp3 string `protobuf:"bytes,3,opt,name=additionalProp3,proto3" json:"additionalProp3,omitempty"`
	// contains filtered or unexported fields
}

func (*Envs) Descriptor deprecated

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

Deprecated: Use Envs.ProtoReflect.Descriptor instead.

func (*Envs) GetAdditionalProp1

func (x *Envs) GetAdditionalProp1() string

func (*Envs) GetAdditionalProp2

func (x *Envs) GetAdditionalProp2() string

func (*Envs) GetAdditionalProp3

func (x *Envs) GetAdditionalProp3() string

func (*Envs) ProtoMessage

func (*Envs) ProtoMessage()

func (*Envs) ProtoReflect

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

func (*Envs) Reset

func (x *Envs) Reset()

func (*Envs) String

func (x *Envs) String() string

type Error

type Error struct {
	Code       int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Subcode    int32  `protobuf:"varint,2,opt,name=subcode,proto3" json:"subcode,omitempty"`
	Message    string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	SubMessage string `protobuf:"bytes,4,opt,name=subMessage,proto3" json:"subMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*Error) Descriptor deprecated

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

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) GetCode

func (x *Error) GetCode() int32

func (*Error) GetMessage

func (x *Error) GetMessage() string

func (*Error) GetSubMessage

func (x *Error) GetSubMessage() string

func (*Error) GetSubcode

func (x *Error) GetSubcode() int32

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) ProtoReflect

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

func (*Error) Reset

func (x *Error) Reset()

func (*Error) String

func (x *Error) String() string

type GetAlgorithmApplyListReq

type GetAlgorithmApplyListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlgorithmApplyListReq) Descriptor deprecated

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

Deprecated: Use GetAlgorithmApplyListReq.ProtoReflect.Descriptor instead.

func (*GetAlgorithmApplyListReq) GetPageIndex

func (x *GetAlgorithmApplyListReq) GetPageIndex() int32

func (*GetAlgorithmApplyListReq) GetPageSize

func (x *GetAlgorithmApplyListReq) GetPageSize() int32

func (*GetAlgorithmApplyListReq) GetPlatform

func (x *GetAlgorithmApplyListReq) GetPlatform() string

func (*GetAlgorithmApplyListReq) ProtoMessage

func (*GetAlgorithmApplyListReq) ProtoMessage()

func (*GetAlgorithmApplyListReq) ProtoReflect

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

func (*GetAlgorithmApplyListReq) Reset

func (x *GetAlgorithmApplyListReq) Reset()

func (*GetAlgorithmApplyListReq) String

func (x *GetAlgorithmApplyListReq) String() string

type GetAlgorithmApplyListResp

type GetAlgorithmApplyListResp struct {
	Success bool                          `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetAlgorithmApplyList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                        `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlgorithmApplyListResp) Descriptor deprecated

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

Deprecated: Use GetAlgorithmApplyListResp.ProtoReflect.Descriptor instead.

func (*GetAlgorithmApplyListResp) GetError

func (x *GetAlgorithmApplyListResp) GetError() *Error

func (*GetAlgorithmApplyListResp) GetPayload

func (*GetAlgorithmApplyListResp) GetSuccess

func (x *GetAlgorithmApplyListResp) GetSuccess() bool

func (*GetAlgorithmApplyListResp) ProtoMessage

func (*GetAlgorithmApplyListResp) ProtoMessage()

func (*GetAlgorithmApplyListResp) ProtoReflect

func (*GetAlgorithmApplyListResp) Reset

func (x *GetAlgorithmApplyListResp) Reset()

func (*GetAlgorithmApplyListResp) String

func (x *GetAlgorithmApplyListResp) String() string

type GetAlgorithmFrameworkListReq

type GetAlgorithmFrameworkListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlgorithmFrameworkListReq) Descriptor deprecated

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

Deprecated: Use GetAlgorithmFrameworkListReq.ProtoReflect.Descriptor instead.

func (*GetAlgorithmFrameworkListReq) GetPageIndex

func (x *GetAlgorithmFrameworkListReq) GetPageIndex() int32

func (*GetAlgorithmFrameworkListReq) GetPageSize

func (x *GetAlgorithmFrameworkListReq) GetPageSize() int32

func (*GetAlgorithmFrameworkListReq) GetPlatform

func (x *GetAlgorithmFrameworkListReq) GetPlatform() string

func (*GetAlgorithmFrameworkListReq) ProtoMessage

func (*GetAlgorithmFrameworkListReq) ProtoMessage()

func (*GetAlgorithmFrameworkListReq) ProtoReflect

func (*GetAlgorithmFrameworkListReq) Reset

func (x *GetAlgorithmFrameworkListReq) Reset()

func (*GetAlgorithmFrameworkListReq) String

type GetAlgorithmFrameworkListResp

type GetAlgorithmFrameworkListResp struct {
	Success bool                           `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadAlgorithmFrameworkList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                         `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlgorithmFrameworkListResp) Descriptor deprecated

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

Deprecated: Use GetAlgorithmFrameworkListResp.ProtoReflect.Descriptor instead.

func (*GetAlgorithmFrameworkListResp) GetError

func (x *GetAlgorithmFrameworkListResp) GetError() *Error

func (*GetAlgorithmFrameworkListResp) GetPayload

func (*GetAlgorithmFrameworkListResp) GetSuccess

func (x *GetAlgorithmFrameworkListResp) GetSuccess() bool

func (*GetAlgorithmFrameworkListResp) ProtoMessage

func (*GetAlgorithmFrameworkListResp) ProtoMessage()

func (*GetAlgorithmFrameworkListResp) ProtoReflect

func (*GetAlgorithmFrameworkListResp) Reset

func (x *GetAlgorithmFrameworkListResp) Reset()

func (*GetAlgorithmFrameworkListResp) String

type GetAlgorithmListReq

type GetAlgorithmListReq struct {
	Platform    string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	AlgorithmId string `protobuf:"bytes,2,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	PageIndex   int32  `protobuf:"varint,3,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize    int32  `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlgorithmListReq) Descriptor deprecated

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

Deprecated: Use GetAlgorithmListReq.ProtoReflect.Descriptor instead.

func (*GetAlgorithmListReq) GetAlgorithmId

func (x *GetAlgorithmListReq) GetAlgorithmId() string

func (*GetAlgorithmListReq) GetPageIndex

func (x *GetAlgorithmListReq) GetPageIndex() int32

func (*GetAlgorithmListReq) GetPageSize

func (x *GetAlgorithmListReq) GetPageSize() int32

func (*GetAlgorithmListReq) GetPlatform

func (x *GetAlgorithmListReq) GetPlatform() string

func (*GetAlgorithmListReq) ProtoMessage

func (*GetAlgorithmListReq) ProtoMessage()

func (*GetAlgorithmListReq) ProtoReflect

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

func (*GetAlgorithmListReq) Reset

func (x *GetAlgorithmListReq) Reset()

func (*GetAlgorithmListReq) String

func (x *GetAlgorithmListReq) String() string

type GetAlgorithmListResp

type GetAlgorithmListResp struct {
	Success bool                  `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadAlgorithmList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlgorithmListResp) Descriptor deprecated

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

Deprecated: Use GetAlgorithmListResp.ProtoReflect.Descriptor instead.

func (*GetAlgorithmListResp) GetError

func (x *GetAlgorithmListResp) GetError() *Error

func (*GetAlgorithmListResp) GetPayload

func (x *GetAlgorithmListResp) GetPayload() *PayloadAlgorithmList

func (*GetAlgorithmListResp) GetSuccess

func (x *GetAlgorithmListResp) GetSuccess() bool

func (*GetAlgorithmListResp) ProtoMessage

func (*GetAlgorithmListResp) ProtoMessage()

func (*GetAlgorithmListResp) ProtoReflect

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

func (*GetAlgorithmListResp) Reset

func (x *GetAlgorithmListResp) Reset()

func (*GetAlgorithmListResp) String

func (x *GetAlgorithmListResp) String() string

type GetAlgorithmReq

type GetAlgorithmReq struct {
	Platform    string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	AlgorithmId string `protobuf:"bytes,2,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	Version     string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

*****************Algorithm Start************************

func (*GetAlgorithmReq) Descriptor deprecated

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

Deprecated: Use GetAlgorithmReq.ProtoReflect.Descriptor instead.

func (*GetAlgorithmReq) GetAlgorithmId

func (x *GetAlgorithmReq) GetAlgorithmId() string

func (*GetAlgorithmReq) GetPlatform

func (x *GetAlgorithmReq) GetPlatform() string

func (*GetAlgorithmReq) GetVersion

func (x *GetAlgorithmReq) GetVersion() string

func (*GetAlgorithmReq) ProtoMessage

func (*GetAlgorithmReq) ProtoMessage()

func (*GetAlgorithmReq) ProtoReflect

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

func (*GetAlgorithmReq) Reset

func (x *GetAlgorithmReq) Reset()

func (*GetAlgorithmReq) String

func (x *GetAlgorithmReq) String() string

type GetAlgorithmResp

type GetAlgorithmResp struct {
	Success bool                 `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetAlgorithm `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error               `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlgorithmResp) Descriptor deprecated

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

Deprecated: Use GetAlgorithmResp.ProtoReflect.Descriptor instead.

func (*GetAlgorithmResp) GetError

func (x *GetAlgorithmResp) GetError() *Error

func (*GetAlgorithmResp) GetPayload

func (x *GetAlgorithmResp) GetPayload() *PayloadGetAlgorithm

func (*GetAlgorithmResp) GetSuccess

func (x *GetAlgorithmResp) GetSuccess() bool

func (*GetAlgorithmResp) ProtoMessage

func (*GetAlgorithmResp) ProtoMessage()

func (*GetAlgorithmResp) ProtoReflect

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

func (*GetAlgorithmResp) Reset

func (x *GetAlgorithmResp) Reset()

func (*GetAlgorithmResp) String

func (x *GetAlgorithmResp) String() string

type GetDatasetApplyListReq

type GetDatasetApplyListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetApplyListReq) Descriptor deprecated

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

Deprecated: Use GetDatasetApplyListReq.ProtoReflect.Descriptor instead.

func (*GetDatasetApplyListReq) GetPageIndex

func (x *GetDatasetApplyListReq) GetPageIndex() int32

func (*GetDatasetApplyListReq) GetPageSize

func (x *GetDatasetApplyListReq) GetPageSize() int32

func (*GetDatasetApplyListReq) GetPlatform

func (x *GetDatasetApplyListReq) GetPlatform() string

func (*GetDatasetApplyListReq) ProtoMessage

func (*GetDatasetApplyListReq) ProtoMessage()

func (*GetDatasetApplyListReq) ProtoReflect

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

func (*GetDatasetApplyListReq) Reset

func (x *GetDatasetApplyListReq) Reset()

func (*GetDatasetApplyListReq) String

func (x *GetDatasetApplyListReq) String() string

type GetDatasetApplyListResp

type GetDatasetApplyListResp struct {
	Success bool                        `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetDatasetApplyList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                      `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetApplyListResp) Descriptor deprecated

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

Deprecated: Use GetDatasetApplyListResp.ProtoReflect.Descriptor instead.

func (*GetDatasetApplyListResp) GetError

func (x *GetDatasetApplyListResp) GetError() *Error

func (*GetDatasetApplyListResp) GetPayload

func (*GetDatasetApplyListResp) GetSuccess

func (x *GetDatasetApplyListResp) GetSuccess() bool

func (*GetDatasetApplyListResp) ProtoMessage

func (*GetDatasetApplyListResp) ProtoMessage()

func (*GetDatasetApplyListResp) ProtoReflect

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

func (*GetDatasetApplyListResp) Reset

func (x *GetDatasetApplyListResp) Reset()

func (*GetDatasetApplyListResp) String

func (x *GetDatasetApplyListResp) String() string

type GetDatasetTypeListRep

type GetDatasetTypeListRep struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetTypeListRep) Descriptor deprecated

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

Deprecated: Use GetDatasetTypeListRep.ProtoReflect.Descriptor instead.

func (*GetDatasetTypeListRep) GetPageIndex

func (x *GetDatasetTypeListRep) GetPageIndex() int32

func (*GetDatasetTypeListRep) GetPageSize

func (x *GetDatasetTypeListRep) GetPageSize() int32

func (*GetDatasetTypeListRep) GetPlatform

func (x *GetDatasetTypeListRep) GetPlatform() string

func (*GetDatasetTypeListRep) ProtoMessage

func (*GetDatasetTypeListRep) ProtoMessage()

func (*GetDatasetTypeListRep) ProtoReflect

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

func (*GetDatasetTypeListRep) Reset

func (x *GetDatasetTypeListRep) Reset()

func (*GetDatasetTypeListRep) String

func (x *GetDatasetTypeListRep) String() string

type GetDatasetTypeListResp

type GetDatasetTypeListResp struct {
	Success bool                       `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetDatasetTypeList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                     `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetTypeListResp) Descriptor deprecated

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

Deprecated: Use GetDatasetTypeListResp.ProtoReflect.Descriptor instead.

func (*GetDatasetTypeListResp) GetError

func (x *GetDatasetTypeListResp) GetError() *Error

func (*GetDatasetTypeListResp) GetPayload

func (*GetDatasetTypeListResp) GetSuccess

func (x *GetDatasetTypeListResp) GetSuccess() bool

func (*GetDatasetTypeListResp) ProtoMessage

func (*GetDatasetTypeListResp) ProtoMessage()

func (*GetDatasetTypeListResp) ProtoReflect

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

func (*GetDatasetTypeListResp) Reset

func (x *GetDatasetTypeListResp) Reset()

func (*GetDatasetTypeListResp) String

func (x *GetDatasetTypeListResp) String() string

type GetDatasetVersionListReq

type GetDatasetVersionListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	DatasetId string `protobuf:"bytes,4,opt,name=datasetId,proto3" json:"datasetId,omitempty"`
	// contains filtered or unexported fields
}

*****************DatasetService Start************************

func (*GetDatasetVersionListReq) Descriptor deprecated

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

Deprecated: Use GetDatasetVersionListReq.ProtoReflect.Descriptor instead.

func (*GetDatasetVersionListReq) GetDatasetId

func (x *GetDatasetVersionListReq) GetDatasetId() string

func (*GetDatasetVersionListReq) GetPageIndex

func (x *GetDatasetVersionListReq) GetPageIndex() int32

func (*GetDatasetVersionListReq) GetPageSize

func (x *GetDatasetVersionListReq) GetPageSize() int32

func (*GetDatasetVersionListReq) GetPlatform

func (x *GetDatasetVersionListReq) GetPlatform() string

func (*GetDatasetVersionListReq) ProtoMessage

func (*GetDatasetVersionListReq) ProtoMessage()

func (*GetDatasetVersionListReq) ProtoReflect

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

func (*GetDatasetVersionListReq) Reset

func (x *GetDatasetVersionListReq) Reset()

func (*GetDatasetVersionListReq) String

func (x *GetDatasetVersionListReq) String() string

type GetDatasetVersionListResp

type GetDatasetVersionListResp struct {
	Success bool                      `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetDatasetVersion `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                    `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetVersionListResp) Descriptor deprecated

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

Deprecated: Use GetDatasetVersionListResp.ProtoReflect.Descriptor instead.

func (*GetDatasetVersionListResp) GetError

func (x *GetDatasetVersionListResp) GetError() *Error

func (*GetDatasetVersionListResp) GetPayload

func (*GetDatasetVersionListResp) GetSuccess

func (x *GetDatasetVersionListResp) GetSuccess() bool

func (*GetDatasetVersionListResp) ProtoMessage

func (*GetDatasetVersionListResp) ProtoMessage()

func (*GetDatasetVersionListResp) ProtoReflect

func (*GetDatasetVersionListResp) Reset

func (x *GetDatasetVersionListResp) Reset()

func (*GetDatasetVersionListResp) String

func (x *GetDatasetVersionListResp) String() string

type GetModelDeployEventReq

type GetModelDeployEventReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id        string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	IsMain    bool   `protobuf:"varint,3,opt,name=isMain,proto3" json:"isMain,omitempty"`
	PageIndex int32  `protobuf:"varint,4,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,5,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModelDeployEventReq) Descriptor deprecated

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

Deprecated: Use GetModelDeployEventReq.ProtoReflect.Descriptor instead.

func (*GetModelDeployEventReq) GetId

func (x *GetModelDeployEventReq) GetId() string

func (*GetModelDeployEventReq) GetIsMain

func (x *GetModelDeployEventReq) GetIsMain() bool

func (*GetModelDeployEventReq) GetPageIndex

func (x *GetModelDeployEventReq) GetPageIndex() int32

func (*GetModelDeployEventReq) GetPageSize

func (x *GetModelDeployEventReq) GetPageSize() int32

func (*GetModelDeployEventReq) GetPlatform

func (x *GetModelDeployEventReq) GetPlatform() string

func (*GetModelDeployEventReq) ProtoMessage

func (*GetModelDeployEventReq) ProtoMessage()

func (*GetModelDeployEventReq) ProtoReflect

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

func (*GetModelDeployEventReq) Reset

func (x *GetModelDeployEventReq) Reset()

func (*GetModelDeployEventReq) String

func (x *GetModelDeployEventReq) String() string

type GetModelDeployEventResp

type GetModelDeployEventResp struct {
	Success bool                        `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetModelDeployEvent `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                      `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModelDeployEventResp) Descriptor deprecated

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

Deprecated: Use GetModelDeployEventResp.ProtoReflect.Descriptor instead.

func (*GetModelDeployEventResp) GetError

func (x *GetModelDeployEventResp) GetError() *Error

func (*GetModelDeployEventResp) GetPayload

func (*GetModelDeployEventResp) GetSuccess

func (x *GetModelDeployEventResp) GetSuccess() bool

func (*GetModelDeployEventResp) ProtoMessage

func (*GetModelDeployEventResp) ProtoMessage()

func (*GetModelDeployEventResp) ProtoReflect

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

func (*GetModelDeployEventResp) Reset

func (x *GetModelDeployEventResp) Reset()

func (*GetModelDeployEventResp) String

func (x *GetModelDeployEventResp) String() string

type GetModelDeployListReq

type GetModelDeployListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModelDeployListReq) Descriptor deprecated

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

Deprecated: Use GetModelDeployListReq.ProtoReflect.Descriptor instead.

func (*GetModelDeployListReq) GetPageIndex

func (x *GetModelDeployListReq) GetPageIndex() int32

func (*GetModelDeployListReq) GetPageSize

func (x *GetModelDeployListReq) GetPageSize() int32

func (*GetModelDeployListReq) GetPlatform

func (x *GetModelDeployListReq) GetPlatform() string

func (*GetModelDeployListReq) ProtoMessage

func (*GetModelDeployListReq) ProtoMessage()

func (*GetModelDeployListReq) ProtoReflect

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

func (*GetModelDeployListReq) Reset

func (x *GetModelDeployListReq) Reset()

func (*GetModelDeployListReq) String

func (x *GetModelDeployListReq) String() string

type GetModelDeployListResp

type GetModelDeployListResp struct {
	Success bool                       `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetModelDeployList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                     `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModelDeployListResp) Descriptor deprecated

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

Deprecated: Use GetModelDeployListResp.ProtoReflect.Descriptor instead.

func (*GetModelDeployListResp) GetError

func (x *GetModelDeployListResp) GetError() *Error

func (*GetModelDeployListResp) GetPayload

func (*GetModelDeployListResp) GetSuccess

func (x *GetModelDeployListResp) GetSuccess() bool

func (*GetModelDeployListResp) ProtoMessage

func (*GetModelDeployListResp) ProtoMessage()

func (*GetModelDeployListResp) ProtoReflect

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

func (*GetModelDeployListResp) Reset

func (x *GetModelDeployListResp) Reset()

func (*GetModelDeployListResp) String

func (x *GetModelDeployListResp) String() string

type GetModelDeployReq

type GetModelDeployReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModelDeployReq) Descriptor deprecated

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

Deprecated: Use GetModelDeployReq.ProtoReflect.Descriptor instead.

func (*GetModelDeployReq) GetId

func (x *GetModelDeployReq) GetId() string

func (*GetModelDeployReq) GetPlatform

func (x *GetModelDeployReq) GetPlatform() string

func (*GetModelDeployReq) ProtoMessage

func (*GetModelDeployReq) ProtoMessage()

func (*GetModelDeployReq) ProtoReflect

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

func (*GetModelDeployReq) Reset

func (x *GetModelDeployReq) Reset()

func (*GetModelDeployReq) String

func (x *GetModelDeployReq) String() string

type GetModelDeployResp

type GetModelDeployResp struct {
	Success bool                   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetModelDeploy `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                 `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModelDeployResp) Descriptor deprecated

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

Deprecated: Use GetModelDeployResp.ProtoReflect.Descriptor instead.

func (*GetModelDeployResp) GetError

func (x *GetModelDeployResp) GetError() *Error

func (*GetModelDeployResp) GetPayload

func (x *GetModelDeployResp) GetPayload() *PayloadGetModelDeploy

func (*GetModelDeployResp) GetSuccess

func (x *GetModelDeployResp) GetSuccess() bool

func (*GetModelDeployResp) ProtoMessage

func (*GetModelDeployResp) ProtoMessage()

func (*GetModelDeployResp) ProtoReflect

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

func (*GetModelDeployResp) Reset

func (x *GetModelDeployResp) Reset()

func (*GetModelDeployResp) String

func (x *GetModelDeployResp) String() string

type GetModelVersionListReq

type GetModelVersionListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	ModelId   string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty"`
	PageIndex int32  `protobuf:"varint,3,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

*****************Model Start************************

func (*GetModelVersionListReq) Descriptor deprecated

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

Deprecated: Use GetModelVersionListReq.ProtoReflect.Descriptor instead.

func (*GetModelVersionListReq) GetModelId

func (x *GetModelVersionListReq) GetModelId() string

func (*GetModelVersionListReq) GetPageIndex

func (x *GetModelVersionListReq) GetPageIndex() int32

func (*GetModelVersionListReq) GetPageSize

func (x *GetModelVersionListReq) GetPageSize() int32

func (*GetModelVersionListReq) GetPlatform

func (x *GetModelVersionListReq) GetPlatform() string

func (*GetModelVersionListReq) ProtoMessage

func (*GetModelVersionListReq) ProtoMessage()

func (*GetModelVersionListReq) ProtoReflect

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

func (*GetModelVersionListReq) Reset

func (x *GetModelVersionListReq) Reset()

func (*GetModelVersionListReq) String

func (x *GetModelVersionListReq) String() string

type GetModelVersionListResp

type GetModelVersionListResp struct {
	Success bool                        `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetModelVersionList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                      `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModelVersionListResp) Descriptor deprecated

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

Deprecated: Use GetModelVersionListResp.ProtoReflect.Descriptor instead.

func (*GetModelVersionListResp) GetError

func (x *GetModelVersionListResp) GetError() *Error

func (*GetModelVersionListResp) GetPayload

func (*GetModelVersionListResp) GetSuccess

func (x *GetModelVersionListResp) GetSuccess() bool

func (*GetModelVersionListResp) ProtoMessage

func (*GetModelVersionListResp) ProtoMessage()

func (*GetModelVersionListResp) ProtoReflect

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

func (*GetModelVersionListResp) Reset

func (x *GetModelVersionListResp) Reset()

func (*GetModelVersionListResp) String

func (x *GetModelVersionListResp) String() string

type GetMyAlgorithmListReq

type GetMyAlgorithmListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyAlgorithmListReq) Descriptor deprecated

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

Deprecated: Use GetMyAlgorithmListReq.ProtoReflect.Descriptor instead.

func (*GetMyAlgorithmListReq) GetPageIndex

func (x *GetMyAlgorithmListReq) GetPageIndex() int32

func (*GetMyAlgorithmListReq) GetPageSize

func (x *GetMyAlgorithmListReq) GetPageSize() int32

func (*GetMyAlgorithmListReq) GetPlatform

func (x *GetMyAlgorithmListReq) GetPlatform() string

func (*GetMyAlgorithmListReq) ProtoMessage

func (*GetMyAlgorithmListReq) ProtoMessage()

func (*GetMyAlgorithmListReq) ProtoReflect

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

func (*GetMyAlgorithmListReq) Reset

func (x *GetMyAlgorithmListReq) Reset()

func (*GetMyAlgorithmListReq) String

func (x *GetMyAlgorithmListReq) String() string

type GetMyAlgorithmListResp

type GetMyAlgorithmListResp struct {
	Success bool                    `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadMyAlgorithmList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                  `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyAlgorithmListResp) Descriptor deprecated

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

Deprecated: Use GetMyAlgorithmListResp.ProtoReflect.Descriptor instead.

func (*GetMyAlgorithmListResp) GetError

func (x *GetMyAlgorithmListResp) GetError() *Error

func (*GetMyAlgorithmListResp) GetPayload

func (*GetMyAlgorithmListResp) GetSuccess

func (x *GetMyAlgorithmListResp) GetSuccess() bool

func (*GetMyAlgorithmListResp) ProtoMessage

func (*GetMyAlgorithmListResp) ProtoMessage()

func (*GetMyAlgorithmListResp) ProtoReflect

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

func (*GetMyAlgorithmListResp) Reset

func (x *GetMyAlgorithmListResp) Reset()

func (*GetMyAlgorithmListResp) String

func (x *GetMyAlgorithmListResp) String() string

type GetMyDatasetListReq

type GetMyDatasetListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyDatasetListReq) Descriptor deprecated

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

Deprecated: Use GetMyDatasetListReq.ProtoReflect.Descriptor instead.

func (*GetMyDatasetListReq) GetPageIndex

func (x *GetMyDatasetListReq) GetPageIndex() int32

func (*GetMyDatasetListReq) GetPageSize

func (x *GetMyDatasetListReq) GetPageSize() int32

func (*GetMyDatasetListReq) GetPlatform

func (x *GetMyDatasetListReq) GetPlatform() string

func (*GetMyDatasetListReq) ProtoMessage

func (*GetMyDatasetListReq) ProtoMessage()

func (*GetMyDatasetListReq) ProtoReflect

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

func (*GetMyDatasetListReq) Reset

func (x *GetMyDatasetListReq) Reset()

func (*GetMyDatasetListReq) String

func (x *GetMyDatasetListReq) String() string

type GetMyDatasetListResp

type GetMyDatasetListResp struct {
	Success bool                  `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadMyDatasetList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyDatasetListResp) Descriptor deprecated

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

Deprecated: Use GetMyDatasetListResp.ProtoReflect.Descriptor instead.

func (*GetMyDatasetListResp) GetError

func (x *GetMyDatasetListResp) GetError() *Error

func (*GetMyDatasetListResp) GetPayload

func (x *GetMyDatasetListResp) GetPayload() *PayloadMyDatasetList

func (*GetMyDatasetListResp) GetSuccess

func (x *GetMyDatasetListResp) GetSuccess() bool

func (*GetMyDatasetListResp) ProtoMessage

func (*GetMyDatasetListResp) ProtoMessage()

func (*GetMyDatasetListResp) ProtoReflect

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

func (*GetMyDatasetListResp) Reset

func (x *GetMyDatasetListResp) Reset()

func (*GetMyDatasetListResp) String

func (x *GetMyDatasetListResp) String() string

type GetMyModelListReq

type GetMyModelListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyModelListReq) Descriptor deprecated

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

Deprecated: Use GetMyModelListReq.ProtoReflect.Descriptor instead.

func (*GetMyModelListReq) GetPageIndex

func (x *GetMyModelListReq) GetPageIndex() int32

func (*GetMyModelListReq) GetPageSize

func (x *GetMyModelListReq) GetPageSize() int32

func (*GetMyModelListReq) GetPlatform

func (x *GetMyModelListReq) GetPlatform() string

func (*GetMyModelListReq) ProtoMessage

func (*GetMyModelListReq) ProtoMessage()

func (*GetMyModelListReq) ProtoReflect

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

func (*GetMyModelListReq) Reset

func (x *GetMyModelListReq) Reset()

func (*GetMyModelListReq) String

func (x *GetMyModelListReq) String() string

type GetMyModelListResp

type GetMyModelListResp struct {
	Success bool                   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetMyModelList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                 `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyModelListResp) Descriptor deprecated

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

Deprecated: Use GetMyModelListResp.ProtoReflect.Descriptor instead.

func (*GetMyModelListResp) GetError

func (x *GetMyModelListResp) GetError() *Error

func (*GetMyModelListResp) GetPayload

func (x *GetMyModelListResp) GetPayload() *PayloadGetMyModelList

func (*GetMyModelListResp) GetSuccess

func (x *GetMyModelListResp) GetSuccess() bool

func (*GetMyModelListResp) ProtoMessage

func (*GetMyModelListResp) ProtoMessage()

func (*GetMyModelListResp) ProtoReflect

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

func (*GetMyModelListResp) Reset

func (x *GetMyModelListResp) Reset()

func (*GetMyModelListResp) String

func (x *GetMyModelListResp) String() string

type GetNotebookListReq

type GetNotebookListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNotebookListReq) Descriptor deprecated

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

Deprecated: Use GetNotebookListReq.ProtoReflect.Descriptor instead.

func (*GetNotebookListReq) GetPageIndex

func (x *GetNotebookListReq) GetPageIndex() int32

func (*GetNotebookListReq) GetPageSize

func (x *GetNotebookListReq) GetPageSize() int32

func (*GetNotebookListReq) GetPlatform

func (x *GetNotebookListReq) GetPlatform() string

func (*GetNotebookListReq) ProtoMessage

func (*GetNotebookListReq) ProtoMessage()

func (*GetNotebookListReq) ProtoReflect

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

func (*GetNotebookListReq) Reset

func (x *GetNotebookListReq) Reset()

func (*GetNotebookListReq) String

func (x *GetNotebookListReq) String() string

type GetNotebookListResp

type GetNotebookListResp struct {
	Success bool                 `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadNotebookList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error               `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNotebookListResp) Descriptor deprecated

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

Deprecated: Use GetNotebookListResp.ProtoReflect.Descriptor instead.

func (*GetNotebookListResp) GetError

func (x *GetNotebookListResp) GetError() *Error

func (*GetNotebookListResp) GetPayload

func (x *GetNotebookListResp) GetPayload() *PayloadNotebookList

func (*GetNotebookListResp) GetSuccess

func (x *GetNotebookListResp) GetSuccess() bool

func (*GetNotebookListResp) ProtoMessage

func (*GetNotebookListResp) ProtoMessage()

func (*GetNotebookListResp) ProtoReflect

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

func (*GetNotebookListResp) Reset

func (x *GetNotebookListResp) Reset()

func (*GetNotebookListResp) String

func (x *GetNotebookListResp) String() string

type GetNotebookReq

type GetNotebookReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNotebookReq) Descriptor deprecated

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

Deprecated: Use GetNotebookReq.ProtoReflect.Descriptor instead.

func (*GetNotebookReq) GetId

func (x *GetNotebookReq) GetId() string

func (*GetNotebookReq) GetPlatform

func (x *GetNotebookReq) GetPlatform() string

func (*GetNotebookReq) ProtoMessage

func (*GetNotebookReq) ProtoMessage()

func (*GetNotebookReq) ProtoReflect

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

func (*GetNotebookReq) Reset

func (x *GetNotebookReq) Reset()

func (*GetNotebookReq) String

func (x *GetNotebookReq) String() string

type GetNotebookResp

type GetNotebookResp struct {
	Success bool                `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetNotebook `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error              `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNotebookResp) Descriptor deprecated

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

Deprecated: Use GetNotebookResp.ProtoReflect.Descriptor instead.

func (*GetNotebookResp) GetError

func (x *GetNotebookResp) GetError() *Error

func (*GetNotebookResp) GetPayload

func (x *GetNotebookResp) GetPayload() *PayloadGetNotebook

func (*GetNotebookResp) GetSuccess

func (x *GetNotebookResp) GetSuccess() bool

func (*GetNotebookResp) ProtoMessage

func (*GetNotebookResp) ProtoMessage()

func (*GetNotebookResp) ProtoReflect

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

func (*GetNotebookResp) Reset

func (x *GetNotebookResp) Reset()

func (*GetNotebookResp) String

func (x *GetNotebookResp) String() string

type GetTrainJobEventReq

type GetTrainJobEventReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id        string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	PageIndex int32  `protobuf:"varint,3,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrainJobEventReq) Descriptor deprecated

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

Deprecated: Use GetTrainJobEventReq.ProtoReflect.Descriptor instead.

func (*GetTrainJobEventReq) GetId

func (x *GetTrainJobEventReq) GetId() string

func (*GetTrainJobEventReq) GetPageIndex

func (x *GetTrainJobEventReq) GetPageIndex() int32

func (*GetTrainJobEventReq) GetPageSize

func (x *GetTrainJobEventReq) GetPageSize() int32

func (*GetTrainJobEventReq) GetPlatform

func (x *GetTrainJobEventReq) GetPlatform() string

func (*GetTrainJobEventReq) ProtoMessage

func (*GetTrainJobEventReq) ProtoMessage()

func (*GetTrainJobEventReq) ProtoReflect

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

func (*GetTrainJobEventReq) Reset

func (x *GetTrainJobEventReq) Reset()

func (*GetTrainJobEventReq) String

func (x *GetTrainJobEventReq) String() string

type GetTrainJobEventResp

type GetTrainJobEventResp struct {
	Success bool                     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetTrainJobEvent `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                   `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrainJobEventResp) Descriptor deprecated

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

Deprecated: Use GetTrainJobEventResp.ProtoReflect.Descriptor instead.

func (*GetTrainJobEventResp) GetError

func (x *GetTrainJobEventResp) GetError() *Error

func (*GetTrainJobEventResp) GetPayload

func (*GetTrainJobEventResp) GetSuccess

func (x *GetTrainJobEventResp) GetSuccess() bool

func (*GetTrainJobEventResp) ProtoMessage

func (*GetTrainJobEventResp) ProtoMessage()

func (*GetTrainJobEventResp) ProtoReflect

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

func (*GetTrainJobEventResp) Reset

func (x *GetTrainJobEventResp) Reset()

func (*GetTrainJobEventResp) String

func (x *GetTrainJobEventResp) String() string

type GetTrainJobListReq

type GetTrainJobListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrainJobListReq) Descriptor deprecated

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

Deprecated: Use GetTrainJobListReq.ProtoReflect.Descriptor instead.

func (*GetTrainJobListReq) GetPageIndex

func (x *GetTrainJobListReq) GetPageIndex() int32

func (*GetTrainJobListReq) GetPageSize

func (x *GetTrainJobListReq) GetPageSize() int32

func (*GetTrainJobListReq) GetPlatform

func (x *GetTrainJobListReq) GetPlatform() string

func (*GetTrainJobListReq) ProtoMessage

func (*GetTrainJobListReq) ProtoMessage()

func (*GetTrainJobListReq) ProtoReflect

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

func (*GetTrainJobListReq) Reset

func (x *GetTrainJobListReq) Reset()

func (*GetTrainJobListReq) String

func (x *GetTrainJobListReq) String() string

type GetTrainJobListResp

type GetTrainJobListResp struct {
	Success bool                    `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetTrainJobList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                  `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrainJobListResp) Descriptor deprecated

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

Deprecated: Use GetTrainJobListResp.ProtoReflect.Descriptor instead.

func (*GetTrainJobListResp) GetError

func (x *GetTrainJobListResp) GetError() *Error

func (*GetTrainJobListResp) GetPayload

func (*GetTrainJobListResp) GetSuccess

func (x *GetTrainJobListResp) GetSuccess() bool

func (*GetTrainJobListResp) ProtoMessage

func (*GetTrainJobListResp) ProtoMessage()

func (*GetTrainJobListResp) ProtoReflect

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

func (*GetTrainJobListResp) Reset

func (x *GetTrainJobListResp) Reset()

func (*GetTrainJobListResp) String

func (x *GetTrainJobListResp) String() string

type GetTrainJobMetricReq

type GetTrainJobMetricReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Start    int64  `protobuf:"varint,3,opt,name=start,proto3" json:"start,omitempty"`
	Size     int32  `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	Step     int32  `protobuf:"varint,5,opt,name=step,proto3" json:"step,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrainJobMetricReq) Descriptor deprecated

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

Deprecated: Use GetTrainJobMetricReq.ProtoReflect.Descriptor instead.

func (*GetTrainJobMetricReq) GetId

func (x *GetTrainJobMetricReq) GetId() string

func (*GetTrainJobMetricReq) GetPlatform

func (x *GetTrainJobMetricReq) GetPlatform() string

func (*GetTrainJobMetricReq) GetSize

func (x *GetTrainJobMetricReq) GetSize() int32

func (*GetTrainJobMetricReq) GetStart

func (x *GetTrainJobMetricReq) GetStart() int64

func (*GetTrainJobMetricReq) GetStep

func (x *GetTrainJobMetricReq) GetStep() int32

func (*GetTrainJobMetricReq) ProtoMessage

func (*GetTrainJobMetricReq) ProtoMessage()

func (*GetTrainJobMetricReq) ProtoReflect

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

func (*GetTrainJobMetricReq) Reset

func (x *GetTrainJobMetricReq) Reset()

func (*GetTrainJobMetricReq) String

func (x *GetTrainJobMetricReq) String() string

type GetTrainJobMetricResp

type GetTrainJobMetricResp struct {
	Success bool                      `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetTrainJobMetric `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                    `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrainJobMetricResp) Descriptor deprecated

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

Deprecated: Use GetTrainJobMetricResp.ProtoReflect.Descriptor instead.

func (*GetTrainJobMetricResp) GetError

func (x *GetTrainJobMetricResp) GetError() *Error

func (*GetTrainJobMetricResp) GetPayload

func (*GetTrainJobMetricResp) GetSuccess

func (x *GetTrainJobMetricResp) GetSuccess() bool

func (*GetTrainJobMetricResp) ProtoMessage

func (*GetTrainJobMetricResp) ProtoMessage()

func (*GetTrainJobMetricResp) ProtoReflect

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

func (*GetTrainJobMetricResp) Reset

func (x *GetTrainJobMetricResp) Reset()

func (*GetTrainJobMetricResp) String

func (x *GetTrainJobMetricResp) String() string

type GetTrainJobReq

type GetTrainJobReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

*****************TrainJobService Start************************

func (*GetTrainJobReq) Descriptor deprecated

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

Deprecated: Use GetTrainJobReq.ProtoReflect.Descriptor instead.

func (*GetTrainJobReq) GetId

func (x *GetTrainJobReq) GetId() string

func (*GetTrainJobReq) GetPlatform

func (x *GetTrainJobReq) GetPlatform() string

func (*GetTrainJobReq) ProtoMessage

func (*GetTrainJobReq) ProtoMessage()

func (*GetTrainJobReq) ProtoReflect

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

func (*GetTrainJobReq) Reset

func (x *GetTrainJobReq) Reset()

func (*GetTrainJobReq) String

func (x *GetTrainJobReq) String() string

type GetTrainJobResp

type GetTrainJobResp struct {
	Success bool                `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadGetTrainJob `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error              `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrainJobResp) Descriptor deprecated

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

Deprecated: Use GetTrainJobResp.ProtoReflect.Descriptor instead.

func (*GetTrainJobResp) GetError

func (x *GetTrainJobResp) GetError() *Error

func (*GetTrainJobResp) GetPayload

func (x *GetTrainJobResp) GetPayload() *PayloadGetTrainJob

func (*GetTrainJobResp) GetSuccess

func (x *GetTrainJobResp) GetSuccess() bool

func (*GetTrainJobResp) ProtoMessage

func (*GetTrainJobResp) ProtoMessage()

func (*GetTrainJobResp) ProtoReflect

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

func (*GetTrainJobResp) Reset

func (x *GetTrainJobResp) Reset()

func (*GetTrainJobResp) String

func (x *GetTrainJobResp) String() string

type GetUserImageListReq

type GetUserImageListReq struct {
	Platform  string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	PageIndex int32  `protobuf:"varint,2,opt,name=pageIndex,proto3" json:"pageIndex,omitempty"`
	PageSize  int32  `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	// contains filtered or unexported fields
}

*****************ImageService Start************************

func (*GetUserImageListReq) Descriptor deprecated

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

Deprecated: Use GetUserImageListReq.ProtoReflect.Descriptor instead.

func (*GetUserImageListReq) GetPageIndex

func (x *GetUserImageListReq) GetPageIndex() int32

func (*GetUserImageListReq) GetPageSize

func (x *GetUserImageListReq) GetPageSize() int32

func (*GetUserImageListReq) GetPlatform

func (x *GetUserImageListReq) GetPlatform() string

func (*GetUserImageListReq) ProtoMessage

func (*GetUserImageListReq) ProtoMessage()

func (*GetUserImageListReq) ProtoReflect

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

func (*GetUserImageListReq) Reset

func (x *GetUserImageListReq) Reset()

func (*GetUserImageListReq) String

func (x *GetUserImageListReq) String() string

type GetUserImageListResp

type GetUserImageListResp struct {
	Success bool                  `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadUserImageList `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserImageListResp) Descriptor deprecated

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

Deprecated: Use GetUserImageListResp.ProtoReflect.Descriptor instead.

func (*GetUserImageListResp) GetError

func (x *GetUserImageListResp) GetError() *Error

func (*GetUserImageListResp) GetPayload

func (x *GetUserImageListResp) GetPayload() *PayloadUserImageList

func (*GetUserImageListResp) GetSuccess

func (x *GetUserImageListResp) GetSuccess() bool

func (*GetUserImageListResp) ProtoMessage

func (*GetUserImageListResp) ProtoMessage()

func (*GetUserImageListResp) ProtoReflect

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

func (*GetUserImageListResp) Reset

func (x *GetUserImageListResp) Reset()

func (*GetUserImageListResp) String

func (x *GetUserImageListResp) String() string

type GiResp

type GiResp struct {
	CpuCoreNum  int32 `protobuf:"varint,1,opt,name=cpuCoreNum,proto3" json:"cpuCoreNum,omitempty"`
	MemoryInGib int32 `protobuf:"varint,2,opt,name=memoryInGib,proto3" json:"memoryInGib,omitempty"`
	// contains filtered or unexported fields
}

func (*GiResp) Descriptor deprecated

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

Deprecated: Use GiResp.ProtoReflect.Descriptor instead.

func (*GiResp) GetCpuCoreNum

func (x *GiResp) GetCpuCoreNum() int32

func (*GiResp) GetMemoryInGib

func (x *GiResp) GetMemoryInGib() int32

func (*GiResp) ProtoMessage

func (*GiResp) ProtoMessage()

func (*GiResp) ProtoReflect

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

func (*GiResp) Reset

func (x *GiResp) Reset()

func (*GiResp) String

func (x *GiResp) String() string

type Headers

type Headers struct {
	AdditionalProp1 string `protobuf:"bytes,1,opt,name=additionalProp1,proto3" json:"additionalProp1,omitempty"`
	AdditionalProp2 string `protobuf:"bytes,2,opt,name=additionalProp2,proto3" json:"additionalProp2,omitempty"`
	AdditionalProp3 string `protobuf:"bytes,3,opt,name=additionalProp3,proto3" json:"additionalProp3,omitempty"`
	// contains filtered or unexported fields
}

func (*Headers) Descriptor deprecated

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

Deprecated: Use Headers.ProtoReflect.Descriptor instead.

func (*Headers) GetAdditionalProp1

func (x *Headers) GetAdditionalProp1() string

func (*Headers) GetAdditionalProp2

func (x *Headers) GetAdditionalProp2() string

func (*Headers) GetAdditionalProp3

func (x *Headers) GetAdditionalProp3() string

func (*Headers) ProtoMessage

func (*Headers) ProtoMessage()

func (*Headers) ProtoReflect

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

func (*Headers) Reset

func (x *Headers) Reset()

func (*Headers) String

func (x *Headers) String() string

type Image

type Image struct {
	Id            string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ImageName     string `protobuf:"bytes,2,opt,name=imageName,proto3" json:"imageName,omitempty"`
	ImageDesc     string `protobuf:"bytes,3,opt,name=imageDesc,proto3" json:"imageDesc,omitempty"`
	ImageAddr     string `protobuf:"bytes,4,opt,name=imageAddr,proto3" json:"imageAddr,omitempty"`
	SourceType    int32  `protobuf:"varint,5,opt,name=sourceType,proto3" json:"sourceType,omitempty"`
	SpaceId       string `protobuf:"bytes,6,opt,name=spaceId,proto3" json:"spaceId,omitempty"`
	UserId        string `protobuf:"bytes,7,opt,name=userId,proto3" json:"userId,omitempty"`
	CreatedAt     int64  `protobuf:"varint,8,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt     int64  `protobuf:"varint,9,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	ImageStatus   int32  `protobuf:"varint,10,opt,name=imageStatus,proto3" json:"imageStatus,omitempty"`
	Username      string `protobuf:"bytes,11,opt,name=username,proto3" json:"username,omitempty"`
	ImageVersion  string `protobuf:"bytes,12,opt,name=imageVersion,proto3" json:"imageVersion,omitempty"`
	ImageFullAddr string `protobuf:"bytes,13,opt,name=imageFullAddr,proto3" json:"imageFullAddr,omitempty"`
	// contains filtered or unexported fields
}

func (*Image) Descriptor deprecated

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

Deprecated: Use Image.ProtoReflect.Descriptor instead.

func (*Image) GetCreatedAt

func (x *Image) GetCreatedAt() int64

func (*Image) GetId

func (x *Image) GetId() string

func (*Image) GetImageAddr

func (x *Image) GetImageAddr() string

func (*Image) GetImageDesc

func (x *Image) GetImageDesc() string

func (*Image) GetImageFullAddr

func (x *Image) GetImageFullAddr() string

func (*Image) GetImageName

func (x *Image) GetImageName() string

func (*Image) GetImageStatus

func (x *Image) GetImageStatus() int32

func (*Image) GetImageVersion

func (x *Image) GetImageVersion() string

func (*Image) GetSourceType

func (x *Image) GetSourceType() int32

func (*Image) GetSpaceId

func (x *Image) GetSpaceId() string

func (*Image) GetUpdatedAt

func (x *Image) GetUpdatedAt() int64

func (*Image) GetUserId

func (x *Image) GetUserId() string

func (*Image) GetUsername

func (x *Image) GetUsername() string

func (*Image) ProtoMessage

func (*Image) ProtoMessage()

func (*Image) ProtoReflect

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

func (*Image) Reset

func (x *Image) Reset()

func (*Image) String

func (x *Image) String() string

type Images

type Images struct {
	IsShared bool   `protobuf:"varint,1,opt,name=isShared,proto3" json:"isShared,omitempty"`
	Image    *Image `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*Images) Descriptor deprecated

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

Deprecated: Use Images.ProtoReflect.Descriptor instead.

func (*Images) GetImage

func (x *Images) GetImage() *Image

func (*Images) GetIsShared

func (x *Images) GetIsShared() bool

func (*Images) ProtoMessage

func (*Images) ProtoMessage()

func (*Images) ProtoReflect

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

func (*Images) Reset

func (x *Images) Reset()

func (*Images) String

func (x *Images) String() string

type InferModelDeployReq

type InferModelDeployReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	// contains filtered or unexported fields
}

func (*InferModelDeployReq) Descriptor deprecated

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

Deprecated: Use InferModelDeployReq.ProtoReflect.Descriptor instead.

func (*InferModelDeployReq) GetPlatform

func (x *InferModelDeployReq) GetPlatform() string

func (*InferModelDeployReq) ProtoMessage

func (*InferModelDeployReq) ProtoMessage()

func (*InferModelDeployReq) ProtoReflect

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

func (*InferModelDeployReq) Reset

func (x *InferModelDeployReq) Reset()

func (*InferModelDeployReq) String

func (x *InferModelDeployReq) String() string

type InferModelDeployResp

type InferModelDeployResp struct {
	Success bool                     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadInferModelDeploy `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                   `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*InferModelDeployResp) Descriptor deprecated

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

Deprecated: Use InferModelDeployResp.ProtoReflect.Descriptor instead.

func (*InferModelDeployResp) GetError

func (x *InferModelDeployResp) GetError() *Error

func (*InferModelDeployResp) GetPayload

func (*InferModelDeployResp) GetSuccess

func (x *InferModelDeployResp) GetSuccess() bool

func (*InferModelDeployResp) ProtoMessage

func (*InferModelDeployResp) ProtoMessage()

func (*InferModelDeployResp) ProtoReflect

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

func (*InferModelDeployResp) Reset

func (x *InferModelDeployResp) Reset()

func (*InferModelDeployResp) String

func (x *InferModelDeployResp) String() string

type JobEvent

type JobEvent struct {
	Message   string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Reason    string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	Timestamp string `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*JobEvent) Descriptor deprecated

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

Deprecated: Use JobEvent.ProtoReflect.Descriptor instead.

func (*JobEvent) GetMessage

func (x *JobEvent) GetMessage() string

func (*JobEvent) GetName

func (x *JobEvent) GetName() string

func (*JobEvent) GetReason

func (x *JobEvent) GetReason() string

func (*JobEvent) GetTimestamp

func (x *JobEvent) GetTimestamp() string

func (*JobEvent) ProtoMessage

func (*JobEvent) ProtoMessage()

func (*JobEvent) ProtoReflect

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

func (*JobEvent) Reset

func (x *JobEvent) Reset()

func (*JobEvent) String

func (x *JobEvent) String() string

type Lables

type Lables struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	LableDesc  string `protobuf:"bytes,2,opt,name=lableDesc,proto3" json:"lableDesc,omitempty"`
	SourceType int32  `protobuf:"varint,3,opt,name=sourceType,proto3" json:"sourceType,omitempty"`
	// contains filtered or unexported fields
}

func (*Lables) Descriptor deprecated

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

Deprecated: Use Lables.ProtoReflect.Descriptor instead.

func (*Lables) GetId

func (x *Lables) GetId() string

func (*Lables) GetLableDesc

func (x *Lables) GetLableDesc() string

func (*Lables) GetSourceType

func (x *Lables) GetSourceType() int32

func (*Lables) ProtoMessage

func (*Lables) ProtoMessage()

func (*Lables) ProtoReflect

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

func (*Lables) Reset

func (x *Lables) Reset()

func (*Lables) String

func (x *Lables) String() string

type Model

type Model struct {
	AlgorithmName    string `protobuf:"bytes,1,opt,name=algorithmName,proto3" json:"algorithmName,omitempty"`
	AlgorithmVersion string `protobuf:"bytes,2,opt,name=algorithmVersion,proto3" json:"algorithmVersion,omitempty"`
	CreatedAt        int64  `protobuf:"varint,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	FrameWorkId      string `protobuf:"bytes,4,opt,name=frameWorkId,proto3" json:"frameWorkId,omitempty"`
	FrameWorkName    string `protobuf:"bytes,5,opt,name=frameWorkName,proto3" json:"frameWorkName,omitempty"`
	LatestVersion    string `protobuf:"bytes,6,opt,name=latestVersion,proto3" json:"latestVersion,omitempty"`
	ModelDescript    string `protobuf:"bytes,7,opt,name=modelDescript,proto3" json:"modelDescript,omitempty"`
	ModelId          string `protobuf:"bytes,8,opt,name=modelId,proto3" json:"modelId,omitempty"`
	ModelName        string `protobuf:"bytes,9,opt,name=modelName,proto3" json:"modelName,omitempty"`
	SpaceId          string `protobuf:"bytes,10,opt,name=spaceId,proto3" json:"spaceId,omitempty"`
	SpaceName        string `protobuf:"bytes,11,opt,name=spaceName,proto3" json:"spaceName,omitempty"`
	UserName         string `protobuf:"bytes,12,opt,name=userName,proto3" json:"userName,omitempty"`
	// contains filtered or unexported fields
}

func (*Model) Descriptor deprecated

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

Deprecated: Use Model.ProtoReflect.Descriptor instead.

func (*Model) GetAlgorithmName

func (x *Model) GetAlgorithmName() string

func (*Model) GetAlgorithmVersion

func (x *Model) GetAlgorithmVersion() string

func (*Model) GetCreatedAt

func (x *Model) GetCreatedAt() int64

func (*Model) GetFrameWorkId

func (x *Model) GetFrameWorkId() string

func (*Model) GetFrameWorkName

func (x *Model) GetFrameWorkName() string

func (*Model) GetLatestVersion

func (x *Model) GetLatestVersion() string

func (*Model) GetModelDescript

func (x *Model) GetModelDescript() string

func (*Model) GetModelId

func (x *Model) GetModelId() string

func (*Model) GetModelName

func (x *Model) GetModelName() string

func (*Model) GetSpaceId

func (x *Model) GetSpaceId() string

func (*Model) GetSpaceName

func (x *Model) GetSpaceName() string

func (*Model) GetUserName

func (x *Model) GetUserName() string

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 ModelVersion

type ModelVersion struct {
	IsShared      bool           `protobuf:"varint,1,opt,name=isShared,proto3" json:"isShared,omitempty"`
	VersionDetail *VersionDetail `protobuf:"bytes,2,opt,name=versionDetail,proto3" json:"versionDetail,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelVersion) Descriptor deprecated

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

Deprecated: Use ModelVersion.ProtoReflect.Descriptor instead.

func (*ModelVersion) GetIsShared

func (x *ModelVersion) GetIsShared() bool

func (*ModelVersion) GetVersionDetail

func (x *ModelVersion) GetVersionDetail() *VersionDetail

func (*ModelVersion) ProtoMessage

func (*ModelVersion) ProtoMessage()

func (*ModelVersion) ProtoReflect

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

func (*ModelVersion) Reset

func (x *ModelVersion) Reset()

func (*ModelVersion) String

func (x *ModelVersion) String() string

type Mounts

type Mounts struct {
	ContainerPath string           `protobuf:"bytes,1,opt,name=containerPath,proto3" json:"containerPath,omitempty"`
	Nfs           *Nfs             `protobuf:"bytes,2,opt,name=nfs,proto3" json:"nfs,omitempty"`
	Octopus       *TrainJobOctopus `protobuf:"bytes,3,opt,name=octopus,proto3" json:"octopus,omitempty"`
	ReadOnly      bool             `protobuf:"varint,4,opt,name=readOnly,proto3" json:"readOnly,omitempty"`
	// contains filtered or unexported fields
}

func (*Mounts) Descriptor deprecated

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

Deprecated: Use Mounts.ProtoReflect.Descriptor instead.

func (*Mounts) GetContainerPath

func (x *Mounts) GetContainerPath() string

func (*Mounts) GetNfs

func (x *Mounts) GetNfs() *Nfs

func (*Mounts) GetOctopus

func (x *Mounts) GetOctopus() *TrainJobOctopus

func (*Mounts) GetReadOnly

func (x *Mounts) GetReadOnly() bool

func (*Mounts) ProtoMessage

func (*Mounts) ProtoMessage()

func (*Mounts) ProtoReflect

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

func (*Mounts) Reset

func (x *Mounts) Reset()

func (*Mounts) String

func (x *Mounts) String() string

type Nfs

type Nfs struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Server string `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

func (*Nfs) Descriptor deprecated

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

Deprecated: Use Nfs.ProtoReflect.Descriptor instead.

func (*Nfs) GetPath

func (x *Nfs) GetPath() string

func (*Nfs) GetServer

func (x *Nfs) GetServer() string

func (*Nfs) ProtoMessage

func (*Nfs) ProtoMessage()

func (*Nfs) ProtoReflect

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

func (*Nfs) Reset

func (x *Nfs) Reset()

func (*Nfs) String

func (x *Nfs) String() string

type Notebook

type Notebook struct {
	CreatedAt         int64    `protobuf:"varint,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt         int64    `protobuf:"varint,2,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Id                string   `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	UserId            string   `protobuf:"bytes,4,opt,name=userId,proto3" json:"userId,omitempty"`
	WorkspaceId       string   `protobuf:"bytes,5,opt,name=workspaceId,proto3" json:"workspaceId,omitempty"`
	Name              string   `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Desc              string   `protobuf:"bytes,7,opt,name=desc,proto3" json:"desc,omitempty"`
	ImageId           string   `protobuf:"bytes,8,opt,name=imageId,proto3" json:"imageId,omitempty"`
	ImageName         string   `protobuf:"bytes,9,opt,name=imageName,proto3" json:"imageName,omitempty"`
	AlgorithmId       string   `protobuf:"bytes,10,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	AlgorithmVersion  string   `protobuf:"bytes,11,opt,name=algorithmVersion,proto3" json:"algorithmVersion,omitempty"`
	AlgorithmName     string   `protobuf:"bytes,12,opt,name=algorithmName,proto3" json:"algorithmName,omitempty"`
	ResourceSpecId    string   `protobuf:"bytes,13,opt,name=resourceSpecId,proto3" json:"resourceSpecId,omitempty"`
	ResourceSpecName  string   `protobuf:"bytes,14,opt,name=resourceSpecName,proto3" json:"resourceSpecName,omitempty"`
	Status            string   `protobuf:"bytes,15,opt,name=status,proto3" json:"status,omitempty"`
	DatasetId         string   `protobuf:"bytes,16,opt,name=datasetId,proto3" json:"datasetId,omitempty"`
	DatasetVersion    string   `protobuf:"bytes,17,opt,name=datasetVersion,proto3" json:"datasetVersion,omitempty"`
	DatasetName       string   `protobuf:"bytes,18,opt,name=datasetName,proto3" json:"datasetName,omitempty"`
	ResourceSpecPrice int32    `protobuf:"varint,19,opt,name=resourceSpecPrice,proto3" json:"resourceSpecPrice,omitempty"`
	NotebookJobId     string   `protobuf:"bytes,20,opt,name=notebookJobId,proto3" json:"notebookJobId,omitempty"`
	ImageVersion      string   `protobuf:"bytes,21,opt,name=imageVersion,proto3" json:"imageVersion,omitempty"`
	Tasks             []*Tasks `protobuf:"bytes,22,rep,name=tasks,proto3" json:"tasks,omitempty"`
	ImageUrl          string   `protobuf:"bytes,23,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*Notebook) Descriptor deprecated

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

Deprecated: Use Notebook.ProtoReflect.Descriptor instead.

func (*Notebook) GetAlgorithmId

func (x *Notebook) GetAlgorithmId() string

func (*Notebook) GetAlgorithmName

func (x *Notebook) GetAlgorithmName() string

func (*Notebook) GetAlgorithmVersion

func (x *Notebook) GetAlgorithmVersion() string

func (*Notebook) GetCreatedAt

func (x *Notebook) GetCreatedAt() int64

func (*Notebook) GetDatasetId

func (x *Notebook) GetDatasetId() string

func (*Notebook) GetDatasetName

func (x *Notebook) GetDatasetName() string

func (*Notebook) GetDatasetVersion

func (x *Notebook) GetDatasetVersion() string

func (*Notebook) GetDesc

func (x *Notebook) GetDesc() string

func (*Notebook) GetId

func (x *Notebook) GetId() string

func (*Notebook) GetImageId

func (x *Notebook) GetImageId() string

func (*Notebook) GetImageName

func (x *Notebook) GetImageName() string

func (*Notebook) GetImageUrl

func (x *Notebook) GetImageUrl() string

func (*Notebook) GetImageVersion

func (x *Notebook) GetImageVersion() string

func (*Notebook) GetName

func (x *Notebook) GetName() string

func (*Notebook) GetNotebookJobId

func (x *Notebook) GetNotebookJobId() string

func (*Notebook) GetResourceSpecId

func (x *Notebook) GetResourceSpecId() string

func (*Notebook) GetResourceSpecName

func (x *Notebook) GetResourceSpecName() string

func (*Notebook) GetResourceSpecPrice

func (x *Notebook) GetResourceSpecPrice() int32

func (*Notebook) GetStatus

func (x *Notebook) GetStatus() string

func (*Notebook) GetTasks

func (x *Notebook) GetTasks() []*Tasks

func (*Notebook) GetUpdatedAt

func (x *Notebook) GetUpdatedAt() int64

func (*Notebook) GetUserId

func (x *Notebook) GetUserId() string

func (*Notebook) GetWorkspaceId

func (x *Notebook) GetWorkspaceId() string

func (*Notebook) ProtoMessage

func (*Notebook) ProtoMessage()

func (*Notebook) ProtoReflect

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

func (*Notebook) Reset

func (x *Notebook) Reset()

func (*Notebook) String

func (x *Notebook) String() string

type OctopusClient

type OctopusClient interface {
	GetComputingPower(ctx context.Context, in *ResourceReq, opts ...grpc.CallOption) (*CpResp, error)
	GetGeneralInfo(ctx context.Context, in *ResourceReq, opts ...grpc.CallOption) (*GiResp, error)
	// Algorithm
	GetMyAlgorithmList(ctx context.Context, in *GetMyAlgorithmListReq, opts ...grpc.CallOption) (*GetMyAlgorithmListResp, error)
	GetAlgorithmList(ctx context.Context, in *GetAlgorithmListReq, opts ...grpc.CallOption) (*GetAlgorithmListResp, error)
	GetAlgorithm(ctx context.Context, in *GetAlgorithmReq, opts ...grpc.CallOption) (*GetAlgorithmResp, error)
	GetAlgorithmApplyList(ctx context.Context, in *GetAlgorithmApplyListReq, opts ...grpc.CallOption) (*GetAlgorithmApplyListResp, error)
	GetAlgorithmFrameworkList(ctx context.Context, in *GetAlgorithmFrameworkListReq, opts ...grpc.CallOption) (*GetAlgorithmFrameworkListResp, error)
	DeleteMyAlgorithm(ctx context.Context, in *DeleteMyAlgorithmReq, opts ...grpc.CallOption) (*DeleteMyAlgorithmResp, error)
	CreateMyAlgorithm(ctx context.Context, in *CreateMyAlgorithmReq, opts ...grpc.CallOption) (*CreateMyAlgorithmResp, error)
	DownloadAlgorithm(ctx context.Context, in *DownloadAlgorithmReq, opts ...grpc.CallOption) (*DownloadAlgorithmResp, error)
	UploadAlgorithm(ctx context.Context, in *UploadAlgorithmReq, opts ...grpc.CallOption) (*UploadAlgorithmResp, error)
	UploadAlgorithmConfirm(ctx context.Context, in *UploadAlgorithmConfirmReq, opts ...grpc.CallOption) (*UploadAlgorithmConfirmResp, error)
	// DatasetService
	GetMyDatasetList(ctx context.Context, in *GetMyDatasetListReq, opts ...grpc.CallOption) (*GetMyDatasetListResp, error)
	GetDatasetVersionList(ctx context.Context, in *GetDatasetVersionListReq, opts ...grpc.CallOption) (*GetDatasetVersionListResp, error)
	CreateDataSet(ctx context.Context, in *CreateDataSetReq, opts ...grpc.CallOption) (*CreateDataSetResp, error)
	DeleteDataSet(ctx context.Context, in *DeleteDataSetReq, opts ...grpc.CallOption) (*DeleteDataSetResp, error)
	UploadDataSet(ctx context.Context, in *UploadDataSetReq, opts ...grpc.CallOption) (*UploadDataSetResp, error)
	UploadDataSetConfirm(ctx context.Context, in *UploadDataSetConfirmReq, opts ...grpc.CallOption) (*UploadDataSetConfirmResp, error)
	CreateDataSetVersion(ctx context.Context, in *CreateDataSetVersionReq, opts ...grpc.CallOption) (*CreateDataSetVersionResp, error)
	DeleteDataSetVersion(ctx context.Context, in *DeleteDataSetVersionReq, opts ...grpc.CallOption) (*DeleteDataSetVersionResp, error)
	GetDatasetApplyList(ctx context.Context, in *GetDatasetApplyListReq, opts ...grpc.CallOption) (*GetDatasetApplyListResp, error)
	GetDatasetTypeList(ctx context.Context, in *GetDatasetTypeListRep, opts ...grpc.CallOption) (*GetDatasetTypeListResp, error)
	// ModelDeployService
	CreateModelDeploy(ctx context.Context, in *CreateModelDeployReq, opts ...grpc.CallOption) (*CreateModelDeployResp, error)
	GetModelDeployList(ctx context.Context, in *GetModelDeployListReq, opts ...grpc.CallOption) (*GetModelDeployListResp, error)
	GetModelDeploy(ctx context.Context, in *GetModelDeployReq, opts ...grpc.CallOption) (*GetModelDeployResp, error)
	GetModelDeployEvent(ctx context.Context, in *GetModelDeployEventReq, opts ...grpc.CallOption) (*GetModelDeployEventResp, error)
	StopModelDeploy(ctx context.Context, in *StopModelDeployReq, opts ...grpc.CallOption) (*StopModelDeployResp, error)
	DeleteModelDeploy(ctx context.Context, in *DeleteModelDeployReq, opts ...grpc.CallOption) (*DeleteModelDeployResp, error)
	InferModelDeploy(ctx context.Context, in *InferModelDeployReq, opts ...grpc.CallOption) (*InferModelDeployResp, error)
	// Develop
	GetNotebookList(ctx context.Context, in *GetNotebookListReq, opts ...grpc.CallOption) (*GetNotebookListResp, error)
	GetNotebook(ctx context.Context, in *GetNotebookReq, opts ...grpc.CallOption) (*GetNotebookResp, error)
	DeleteNotebook(ctx context.Context, in *DeleteNotebookReq, opts ...grpc.CallOption) (*DeleteNotebookResp, error)
	CreateNotebook(ctx context.Context, in *CreateNotebookReq, opts ...grpc.CallOption) (*CreateNotebookResp, error)
	StartNotebook(ctx context.Context, in *StartNotebookReq, opts ...grpc.CallOption) (*StartNotebookResp, error)
	StopNotebook(ctx context.Context, in *StopNotebookReq, opts ...grpc.CallOption) (*StopNotebookResp, error)
	// ImageService
	GetUserImageList(ctx context.Context, in *GetUserImageListReq, opts ...grpc.CallOption) (*GetUserImageListResp, error)
	CreateImage(ctx context.Context, in *CreateImageReq, opts ...grpc.CallOption) (*CreateImageResp, error)
	DeleteImage(ctx context.Context, in *DeleteImageReq, opts ...grpc.CallOption) (*DeleteImageResp, error)
	UploadImage(ctx context.Context, in *UploadImageReq, opts ...grpc.CallOption) (*UploadImageResp, error)
	UploadImageConfirm(ctx context.Context, in *UploadImageConfirmReq, opts ...grpc.CallOption) (*UploadImageConfirmResp, error)
	// Model
	GetMyModelList(ctx context.Context, in *GetMyModelListReq, opts ...grpc.CallOption) (*GetMyModelListResp, error)
	GetModelVersionList(ctx context.Context, in *GetModelVersionListReq, opts ...grpc.CallOption) (*GetModelVersionListResp, error)
	DeleteMyModel(ctx context.Context, in *DeleteMyModelReq, opts ...grpc.CallOption) (*DeleteMyModelResp, error)
	DeleteModelVersion(ctx context.Context, in *DeleteModelVersionReq, opts ...grpc.CallOption) (*DeleteModelVersionResp, error)
	DownloadModelVersion(ctx context.Context, in *DownloadModelVersionReq, opts ...grpc.CallOption) (*DownloadModelVersionResp, error)
	// TrainJobService
	CreateTrainJob(ctx context.Context, in *CreateTrainJobReq, opts ...grpc.CallOption) (*CreateTrainJobResp, error)
	GetTrainJobList(ctx context.Context, in *GetTrainJobListReq, opts ...grpc.CallOption) (*GetTrainJobListResp, error)
	GetTrainJob(ctx context.Context, in *GetTrainJobReq, opts ...grpc.CallOption) (*GetTrainJobResp, error)
	DeleteTrainJob(ctx context.Context, in *DeleteTrainJobReq, opts ...grpc.CallOption) (*DeleteTrainJobResp, error)
	StopTrainJob(ctx context.Context, in *StopTrainJobReq, opts ...grpc.CallOption) (*StopTrainJobResp, error)
	GetTrainJobEvent(ctx context.Context, in *GetTrainJobEventReq, opts ...grpc.CallOption) (*GetTrainJobEventResp, error)
	GetTrainJobMetric(ctx context.Context, in *GetTrainJobMetricReq, opts ...grpc.CallOption) (*GetTrainJobMetricResp, error)
}

OctopusClient is the client API for Octopus service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewOctopusClient

func NewOctopusClient(cc grpc.ClientConnInterface) OctopusClient

type OctopusServer

type OctopusServer interface {
	GetComputingPower(context.Context, *ResourceReq) (*CpResp, error)
	GetGeneralInfo(context.Context, *ResourceReq) (*GiResp, error)
	// Algorithm
	GetMyAlgorithmList(context.Context, *GetMyAlgorithmListReq) (*GetMyAlgorithmListResp, error)
	GetAlgorithmList(context.Context, *GetAlgorithmListReq) (*GetAlgorithmListResp, error)
	GetAlgorithm(context.Context, *GetAlgorithmReq) (*GetAlgorithmResp, error)
	GetAlgorithmApplyList(context.Context, *GetAlgorithmApplyListReq) (*GetAlgorithmApplyListResp, error)
	GetAlgorithmFrameworkList(context.Context, *GetAlgorithmFrameworkListReq) (*GetAlgorithmFrameworkListResp, error)
	DeleteMyAlgorithm(context.Context, *DeleteMyAlgorithmReq) (*DeleteMyAlgorithmResp, error)
	CreateMyAlgorithm(context.Context, *CreateMyAlgorithmReq) (*CreateMyAlgorithmResp, error)
	DownloadAlgorithm(context.Context, *DownloadAlgorithmReq) (*DownloadAlgorithmResp, error)
	UploadAlgorithm(context.Context, *UploadAlgorithmReq) (*UploadAlgorithmResp, error)
	UploadAlgorithmConfirm(context.Context, *UploadAlgorithmConfirmReq) (*UploadAlgorithmConfirmResp, error)
	// DatasetService
	GetMyDatasetList(context.Context, *GetMyDatasetListReq) (*GetMyDatasetListResp, error)
	GetDatasetVersionList(context.Context, *GetDatasetVersionListReq) (*GetDatasetVersionListResp, error)
	CreateDataSet(context.Context, *CreateDataSetReq) (*CreateDataSetResp, error)
	DeleteDataSet(context.Context, *DeleteDataSetReq) (*DeleteDataSetResp, error)
	UploadDataSet(context.Context, *UploadDataSetReq) (*UploadDataSetResp, error)
	UploadDataSetConfirm(context.Context, *UploadDataSetConfirmReq) (*UploadDataSetConfirmResp, error)
	CreateDataSetVersion(context.Context, *CreateDataSetVersionReq) (*CreateDataSetVersionResp, error)
	DeleteDataSetVersion(context.Context, *DeleteDataSetVersionReq) (*DeleteDataSetVersionResp, error)
	GetDatasetApplyList(context.Context, *GetDatasetApplyListReq) (*GetDatasetApplyListResp, error)
	GetDatasetTypeList(context.Context, *GetDatasetTypeListRep) (*GetDatasetTypeListResp, error)
	// ModelDeployService
	CreateModelDeploy(context.Context, *CreateModelDeployReq) (*CreateModelDeployResp, error)
	GetModelDeployList(context.Context, *GetModelDeployListReq) (*GetModelDeployListResp, error)
	GetModelDeploy(context.Context, *GetModelDeployReq) (*GetModelDeployResp, error)
	GetModelDeployEvent(context.Context, *GetModelDeployEventReq) (*GetModelDeployEventResp, error)
	StopModelDeploy(context.Context, *StopModelDeployReq) (*StopModelDeployResp, error)
	DeleteModelDeploy(context.Context, *DeleteModelDeployReq) (*DeleteModelDeployResp, error)
	InferModelDeploy(context.Context, *InferModelDeployReq) (*InferModelDeployResp, error)
	// Develop
	GetNotebookList(context.Context, *GetNotebookListReq) (*GetNotebookListResp, error)
	GetNotebook(context.Context, *GetNotebookReq) (*GetNotebookResp, error)
	DeleteNotebook(context.Context, *DeleteNotebookReq) (*DeleteNotebookResp, error)
	CreateNotebook(context.Context, *CreateNotebookReq) (*CreateNotebookResp, error)
	StartNotebook(context.Context, *StartNotebookReq) (*StartNotebookResp, error)
	StopNotebook(context.Context, *StopNotebookReq) (*StopNotebookResp, error)
	// ImageService
	GetUserImageList(context.Context, *GetUserImageListReq) (*GetUserImageListResp, error)
	CreateImage(context.Context, *CreateImageReq) (*CreateImageResp, error)
	DeleteImage(context.Context, *DeleteImageReq) (*DeleteImageResp, error)
	UploadImage(context.Context, *UploadImageReq) (*UploadImageResp, error)
	UploadImageConfirm(context.Context, *UploadImageConfirmReq) (*UploadImageConfirmResp, error)
	// Model
	GetMyModelList(context.Context, *GetMyModelListReq) (*GetMyModelListResp, error)
	GetModelVersionList(context.Context, *GetModelVersionListReq) (*GetModelVersionListResp, error)
	DeleteMyModel(context.Context, *DeleteMyModelReq) (*DeleteMyModelResp, error)
	DeleteModelVersion(context.Context, *DeleteModelVersionReq) (*DeleteModelVersionResp, error)
	DownloadModelVersion(context.Context, *DownloadModelVersionReq) (*DownloadModelVersionResp, error)
	// TrainJobService
	CreateTrainJob(context.Context, *CreateTrainJobReq) (*CreateTrainJobResp, error)
	GetTrainJobList(context.Context, *GetTrainJobListReq) (*GetTrainJobListResp, error)
	GetTrainJob(context.Context, *GetTrainJobReq) (*GetTrainJobResp, error)
	DeleteTrainJob(context.Context, *DeleteTrainJobReq) (*DeleteTrainJobResp, error)
	StopTrainJob(context.Context, *StopTrainJobReq) (*StopTrainJobResp, error)
	GetTrainJobEvent(context.Context, *GetTrainJobEventReq) (*GetTrainJobEventResp, error)
	GetTrainJobMetric(context.Context, *GetTrainJobMetricReq) (*GetTrainJobMetricResp, error)
	// contains filtered or unexported methods
}

OctopusServer is the server API for Octopus service. All implementations must embed UnimplementedOctopusServer for forward compatibility

type Parameters

type Parameters struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Parameters) Descriptor deprecated

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

Deprecated: Use Parameters.ProtoReflect.Descriptor instead.

func (*Parameters) GetKey

func (x *Parameters) GetKey() string

func (*Parameters) GetValue

func (x *Parameters) GetValue() string

func (*Parameters) ProtoMessage

func (*Parameters) ProtoMessage()

func (*Parameters) ProtoReflect

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

func (*Parameters) Reset

func (x *Parameters) Reset()

func (*Parameters) String

func (x *Parameters) String() string

type PayloadAlgorithmFrameworkList

type PayloadAlgorithmFrameworkList struct {
	TotalSize int32     `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	Lables    []*Lables `protobuf:"bytes,2,rep,name=lables,proto3" json:"lables,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadAlgorithmFrameworkList) Descriptor deprecated

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

Deprecated: Use PayloadAlgorithmFrameworkList.ProtoReflect.Descriptor instead.

func (*PayloadAlgorithmFrameworkList) GetLables

func (x *PayloadAlgorithmFrameworkList) GetLables() []*Lables

func (*PayloadAlgorithmFrameworkList) GetTotalSize

func (x *PayloadAlgorithmFrameworkList) GetTotalSize() int32

func (*PayloadAlgorithmFrameworkList) ProtoMessage

func (*PayloadAlgorithmFrameworkList) ProtoMessage()

func (*PayloadAlgorithmFrameworkList) ProtoReflect

func (*PayloadAlgorithmFrameworkList) Reset

func (x *PayloadAlgorithmFrameworkList) Reset()

func (*PayloadAlgorithmFrameworkList) String

type PayloadAlgorithmList

type PayloadAlgorithmList struct {
	TotalSize  int32              `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	Algorithms []*AlgorithmDetail `protobuf:"bytes,2,rep,name=algorithms,proto3" json:"algorithms,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadAlgorithmList) Descriptor deprecated

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

Deprecated: Use PayloadAlgorithmList.ProtoReflect.Descriptor instead.

func (*PayloadAlgorithmList) GetAlgorithms

func (x *PayloadAlgorithmList) GetAlgorithms() []*AlgorithmDetail

func (*PayloadAlgorithmList) GetTotalSize

func (x *PayloadAlgorithmList) GetTotalSize() int32

func (*PayloadAlgorithmList) ProtoMessage

func (*PayloadAlgorithmList) ProtoMessage()

func (*PayloadAlgorithmList) ProtoReflect

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

func (*PayloadAlgorithmList) Reset

func (x *PayloadAlgorithmList) Reset()

func (*PayloadAlgorithmList) String

func (x *PayloadAlgorithmList) String() string

type PayloadCreateDataSet

type PayloadCreateDataSet struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadCreateDataSet) Descriptor deprecated

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

Deprecated: Use PayloadCreateDataSet.ProtoReflect.Descriptor instead.

func (*PayloadCreateDataSet) GetId

func (x *PayloadCreateDataSet) GetId() string

func (*PayloadCreateDataSet) GetVersion

func (x *PayloadCreateDataSet) GetVersion() string

func (*PayloadCreateDataSet) ProtoMessage

func (*PayloadCreateDataSet) ProtoMessage()

func (*PayloadCreateDataSet) ProtoReflect

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

func (*PayloadCreateDataSet) Reset

func (x *PayloadCreateDataSet) Reset()

func (*PayloadCreateDataSet) String

func (x *PayloadCreateDataSet) String() string

type PayloadCreateDataSetVersion

type PayloadCreateDataSetVersion struct {
	DatasetId string `protobuf:"bytes,1,opt,name=datasetId,proto3" json:"datasetId,omitempty"`
	Version   string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadCreateDataSetVersion) Descriptor deprecated

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

Deprecated: Use PayloadCreateDataSetVersion.ProtoReflect.Descriptor instead.

func (*PayloadCreateDataSetVersion) GetDatasetId

func (x *PayloadCreateDataSetVersion) GetDatasetId() string

func (*PayloadCreateDataSetVersion) GetVersion

func (x *PayloadCreateDataSetVersion) GetVersion() string

func (*PayloadCreateDataSetVersion) ProtoMessage

func (*PayloadCreateDataSetVersion) ProtoMessage()

func (*PayloadCreateDataSetVersion) ProtoReflect

func (*PayloadCreateDataSetVersion) Reset

func (x *PayloadCreateDataSetVersion) Reset()

func (*PayloadCreateDataSetVersion) String

func (x *PayloadCreateDataSetVersion) String() string

type PayloadCreateImage

type PayloadCreateImage struct {
	ImageId   string `protobuf:"bytes,1,opt,name=imageId,proto3" json:"imageId,omitempty"`
	CreatedAt int64  `protobuf:"varint,2,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadCreateImage) Descriptor deprecated

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

Deprecated: Use PayloadCreateImage.ProtoReflect.Descriptor instead.

func (*PayloadCreateImage) GetCreatedAt

func (x *PayloadCreateImage) GetCreatedAt() int64

func (*PayloadCreateImage) GetImageId

func (x *PayloadCreateImage) GetImageId() string

func (*PayloadCreateImage) ProtoMessage

func (*PayloadCreateImage) ProtoMessage()

func (*PayloadCreateImage) ProtoReflect

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

func (*PayloadCreateImage) Reset

func (x *PayloadCreateImage) Reset()

func (*PayloadCreateImage) String

func (x *PayloadCreateImage) String() string

type PayloadCreateModelDeploy

type PayloadCreateModelDeploy struct {
	Message    string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	ServiceId  string `protobuf:"bytes,2,opt,name=serviceId,proto3" json:"serviceId,omitempty"`
	ServiceUrl string `protobuf:"bytes,3,opt,name=serviceUrl,proto3" json:"serviceUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadCreateModelDeploy) Descriptor deprecated

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

Deprecated: Use PayloadCreateModelDeploy.ProtoReflect.Descriptor instead.

func (*PayloadCreateModelDeploy) GetMessage

func (x *PayloadCreateModelDeploy) GetMessage() string

func (*PayloadCreateModelDeploy) GetServiceId

func (x *PayloadCreateModelDeploy) GetServiceId() string

func (*PayloadCreateModelDeploy) GetServiceUrl

func (x *PayloadCreateModelDeploy) GetServiceUrl() string

func (*PayloadCreateModelDeploy) ProtoMessage

func (*PayloadCreateModelDeploy) ProtoMessage()

func (*PayloadCreateModelDeploy) ProtoReflect

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

func (*PayloadCreateModelDeploy) Reset

func (x *PayloadCreateModelDeploy) Reset()

func (*PayloadCreateModelDeploy) String

func (x *PayloadCreateModelDeploy) String() string

type PayloadCreateMyAlgorithm

type PayloadCreateMyAlgorithm struct {
	AlgorithmId string `protobuf:"bytes,1,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	CreatedAt   int64  `protobuf:"varint,2,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Version     string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadCreateMyAlgorithm) Descriptor deprecated

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

Deprecated: Use PayloadCreateMyAlgorithm.ProtoReflect.Descriptor instead.

func (*PayloadCreateMyAlgorithm) GetAlgorithmId

func (x *PayloadCreateMyAlgorithm) GetAlgorithmId() string

func (*PayloadCreateMyAlgorithm) GetCreatedAt

func (x *PayloadCreateMyAlgorithm) GetCreatedAt() int64

func (*PayloadCreateMyAlgorithm) GetVersion

func (x *PayloadCreateMyAlgorithm) GetVersion() string

func (*PayloadCreateMyAlgorithm) ProtoMessage

func (*PayloadCreateMyAlgorithm) ProtoMessage()

func (*PayloadCreateMyAlgorithm) ProtoReflect

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

func (*PayloadCreateMyAlgorithm) Reset

func (x *PayloadCreateMyAlgorithm) Reset()

func (*PayloadCreateMyAlgorithm) String

func (x *PayloadCreateMyAlgorithm) String() string

type PayloadCreateNotebook

type PayloadCreateNotebook struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadCreateNotebook) Descriptor deprecated

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

Deprecated: Use PayloadCreateNotebook.ProtoReflect.Descriptor instead.

func (*PayloadCreateNotebook) GetId

func (x *PayloadCreateNotebook) GetId() string

func (*PayloadCreateNotebook) ProtoMessage

func (*PayloadCreateNotebook) ProtoMessage()

func (*PayloadCreateNotebook) ProtoReflect

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

func (*PayloadCreateNotebook) Reset

func (x *PayloadCreateNotebook) Reset()

func (*PayloadCreateNotebook) String

func (x *PayloadCreateNotebook) String() string

type PayloadCreateTrainJob

type PayloadCreateTrainJob struct {
	JobId string `protobuf:"bytes,1,opt,name=jobId,proto3" json:"jobId,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadCreateTrainJob) Descriptor deprecated

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

Deprecated: Use PayloadCreateTrainJob.ProtoReflect.Descriptor instead.

func (*PayloadCreateTrainJob) GetJobId

func (x *PayloadCreateTrainJob) GetJobId() string

func (*PayloadCreateTrainJob) ProtoMessage

func (*PayloadCreateTrainJob) ProtoMessage()

func (*PayloadCreateTrainJob) ProtoReflect

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

func (*PayloadCreateTrainJob) Reset

func (x *PayloadCreateTrainJob) Reset()

func (*PayloadCreateTrainJob) String

func (x *PayloadCreateTrainJob) String() string

type PayloadDeleteDataSet

type PayloadDeleteDataSet struct {
	DeletedAt int64 `protobuf:"varint,1,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadDeleteDataSet) Descriptor deprecated

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

Deprecated: Use PayloadDeleteDataSet.ProtoReflect.Descriptor instead.

func (*PayloadDeleteDataSet) GetDeletedAt

func (x *PayloadDeleteDataSet) GetDeletedAt() int64

func (*PayloadDeleteDataSet) ProtoMessage

func (*PayloadDeleteDataSet) ProtoMessage()

func (*PayloadDeleteDataSet) ProtoReflect

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

func (*PayloadDeleteDataSet) Reset

func (x *PayloadDeleteDataSet) Reset()

func (*PayloadDeleteDataSet) String

func (x *PayloadDeleteDataSet) String() string

type PayloadDeleteDataSetVersion

type PayloadDeleteDataSetVersion struct {
	DeletedAt int64 `protobuf:"varint,1,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadDeleteDataSetVersion) Descriptor deprecated

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

Deprecated: Use PayloadDeleteDataSetVersion.ProtoReflect.Descriptor instead.

func (*PayloadDeleteDataSetVersion) GetDeletedAt

func (x *PayloadDeleteDataSetVersion) GetDeletedAt() int64

func (*PayloadDeleteDataSetVersion) ProtoMessage

func (*PayloadDeleteDataSetVersion) ProtoMessage()

func (*PayloadDeleteDataSetVersion) ProtoReflect

func (*PayloadDeleteDataSetVersion) Reset

func (x *PayloadDeleteDataSetVersion) Reset()

func (*PayloadDeleteDataSetVersion) String

func (x *PayloadDeleteDataSetVersion) String() string

type PayloadDeleteImage

type PayloadDeleteImage struct {
	DeletedAt int64 `protobuf:"varint,1,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadDeleteImage) Descriptor deprecated

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

Deprecated: Use PayloadDeleteImage.ProtoReflect.Descriptor instead.

func (*PayloadDeleteImage) GetDeletedAt

func (x *PayloadDeleteImage) GetDeletedAt() int64

func (*PayloadDeleteImage) ProtoMessage

func (*PayloadDeleteImage) ProtoMessage()

func (*PayloadDeleteImage) ProtoReflect

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

func (*PayloadDeleteImage) Reset

func (x *PayloadDeleteImage) Reset()

func (*PayloadDeleteImage) String

func (x *PayloadDeleteImage) String() string

type PayloadDeleteModelDeploy

type PayloadDeleteModelDeploy struct {
	DeletedAt int64 `protobuf:"varint,1,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadDeleteModelDeploy) Descriptor deprecated

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

Deprecated: Use PayloadDeleteModelDeploy.ProtoReflect.Descriptor instead.

func (*PayloadDeleteModelDeploy) GetDeletedAt

func (x *PayloadDeleteModelDeploy) GetDeletedAt() int64

func (*PayloadDeleteModelDeploy) ProtoMessage

func (*PayloadDeleteModelDeploy) ProtoMessage()

func (*PayloadDeleteModelDeploy) ProtoReflect

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

func (*PayloadDeleteModelDeploy) Reset

func (x *PayloadDeleteModelDeploy) Reset()

func (*PayloadDeleteModelDeploy) String

func (x *PayloadDeleteModelDeploy) String() string

type PayloadDeleteModelVersion

type PayloadDeleteModelVersion struct {
	DeletedAt int64 `protobuf:"varint,1,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadDeleteModelVersion) Descriptor deprecated

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

Deprecated: Use PayloadDeleteModelVersion.ProtoReflect.Descriptor instead.

func (*PayloadDeleteModelVersion) GetDeletedAt

func (x *PayloadDeleteModelVersion) GetDeletedAt() int64

func (*PayloadDeleteModelVersion) ProtoMessage

func (*PayloadDeleteModelVersion) ProtoMessage()

func (*PayloadDeleteModelVersion) ProtoReflect

func (*PayloadDeleteModelVersion) Reset

func (x *PayloadDeleteModelVersion) Reset()

func (*PayloadDeleteModelVersion) String

func (x *PayloadDeleteModelVersion) String() string

type PayloadDeleteMyAlgorithm

type PayloadDeleteMyAlgorithm struct {
	DeletedAt int64 `protobuf:"varint,1,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadDeleteMyAlgorithm) Descriptor deprecated

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

Deprecated: Use PayloadDeleteMyAlgorithm.ProtoReflect.Descriptor instead.

func (*PayloadDeleteMyAlgorithm) GetDeletedAt

func (x *PayloadDeleteMyAlgorithm) GetDeletedAt() int64

func (*PayloadDeleteMyAlgorithm) ProtoMessage

func (*PayloadDeleteMyAlgorithm) ProtoMessage()

func (*PayloadDeleteMyAlgorithm) ProtoReflect

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

func (*PayloadDeleteMyAlgorithm) Reset

func (x *PayloadDeleteMyAlgorithm) Reset()

func (*PayloadDeleteMyAlgorithm) String

func (x *PayloadDeleteMyAlgorithm) String() string

type PayloadDeleteMyModel

type PayloadDeleteMyModel struct {
	DeletedAt int64 `protobuf:"varint,1,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadDeleteMyModel) Descriptor deprecated

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

Deprecated: Use PayloadDeleteMyModel.ProtoReflect.Descriptor instead.

func (*PayloadDeleteMyModel) GetDeletedAt

func (x *PayloadDeleteMyModel) GetDeletedAt() int64

func (*PayloadDeleteMyModel) ProtoMessage

func (*PayloadDeleteMyModel) ProtoMessage()

func (*PayloadDeleteMyModel) ProtoReflect

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

func (*PayloadDeleteMyModel) Reset

func (x *PayloadDeleteMyModel) Reset()

func (*PayloadDeleteMyModel) String

func (x *PayloadDeleteMyModel) String() string

type PayloadDeleteNotebook

type PayloadDeleteNotebook struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadDeleteNotebook) Descriptor deprecated

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

Deprecated: Use PayloadDeleteNotebook.ProtoReflect.Descriptor instead.

func (*PayloadDeleteNotebook) GetId

func (x *PayloadDeleteNotebook) GetId() string

func (*PayloadDeleteNotebook) ProtoMessage

func (*PayloadDeleteNotebook) ProtoMessage()

func (*PayloadDeleteNotebook) ProtoReflect

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

func (*PayloadDeleteNotebook) Reset

func (x *PayloadDeleteNotebook) Reset()

func (*PayloadDeleteNotebook) String

func (x *PayloadDeleteNotebook) String() string

type PayloadDeleteTrainJob

type PayloadDeleteTrainJob struct {
	DeletedAt int64 `protobuf:"varint,1,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadDeleteTrainJob) Descriptor deprecated

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

Deprecated: Use PayloadDeleteTrainJob.ProtoReflect.Descriptor instead.

func (*PayloadDeleteTrainJob) GetDeletedAt

func (x *PayloadDeleteTrainJob) GetDeletedAt() int64

func (*PayloadDeleteTrainJob) ProtoMessage

func (*PayloadDeleteTrainJob) ProtoMessage()

func (*PayloadDeleteTrainJob) ProtoReflect

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

func (*PayloadDeleteTrainJob) Reset

func (x *PayloadDeleteTrainJob) Reset()

func (*PayloadDeleteTrainJob) String

func (x *PayloadDeleteTrainJob) String() string

type PayloadDownloadAlgorithm

type PayloadDownloadAlgorithm struct {
	DownloadUrl string `protobuf:"bytes,1,opt,name=downloadUrl,proto3" json:"downloadUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadDownloadAlgorithm) Descriptor deprecated

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

Deprecated: Use PayloadDownloadAlgorithm.ProtoReflect.Descriptor instead.

func (*PayloadDownloadAlgorithm) GetDownloadUrl

func (x *PayloadDownloadAlgorithm) GetDownloadUrl() string

func (*PayloadDownloadAlgorithm) ProtoMessage

func (*PayloadDownloadAlgorithm) ProtoMessage()

func (*PayloadDownloadAlgorithm) ProtoReflect

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

func (*PayloadDownloadAlgorithm) Reset

func (x *PayloadDownloadAlgorithm) Reset()

func (*PayloadDownloadAlgorithm) String

func (x *PayloadDownloadAlgorithm) String() string

type PayloadDownloadModelVersion

type PayloadDownloadModelVersion struct {
	DownloadUrl string `protobuf:"bytes,1,opt,name=downloadUrl,proto3" json:"downloadUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadDownloadModelVersion) Descriptor deprecated

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

Deprecated: Use PayloadDownloadModelVersion.ProtoReflect.Descriptor instead.

func (*PayloadDownloadModelVersion) GetDownloadUrl

func (x *PayloadDownloadModelVersion) GetDownloadUrl() string

func (*PayloadDownloadModelVersion) ProtoMessage

func (*PayloadDownloadModelVersion) ProtoMessage()

func (*PayloadDownloadModelVersion) ProtoReflect

func (*PayloadDownloadModelVersion) Reset

func (x *PayloadDownloadModelVersion) Reset()

func (*PayloadDownloadModelVersion) String

func (x *PayloadDownloadModelVersion) String() string

type PayloadGetAlgorithm

type PayloadGetAlgorithm struct {
	Algorithm       *Algorithms        `protobuf:"bytes,1,opt,name=algorithm,proto3" json:"algorithm,omitempty"`
	VersionAccesses []*VersionAccesses `protobuf:"bytes,2,rep,name=versionAccesses,proto3" json:"versionAccesses,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetAlgorithm) Descriptor deprecated

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

Deprecated: Use PayloadGetAlgorithm.ProtoReflect.Descriptor instead.

func (*PayloadGetAlgorithm) GetAlgorithm

func (x *PayloadGetAlgorithm) GetAlgorithm() *Algorithms

func (*PayloadGetAlgorithm) GetVersionAccesses

func (x *PayloadGetAlgorithm) GetVersionAccesses() []*VersionAccesses

func (*PayloadGetAlgorithm) ProtoMessage

func (*PayloadGetAlgorithm) ProtoMessage()

func (*PayloadGetAlgorithm) ProtoReflect

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

func (*PayloadGetAlgorithm) Reset

func (x *PayloadGetAlgorithm) Reset()

func (*PayloadGetAlgorithm) String

func (x *PayloadGetAlgorithm) String() string

type PayloadGetAlgorithmApplyList

type PayloadGetAlgorithmApplyList struct {
	TotalSize int32     `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	Lables    []*Lables `protobuf:"bytes,2,rep,name=lables,proto3" json:"lables,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetAlgorithmApplyList) Descriptor deprecated

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

Deprecated: Use PayloadGetAlgorithmApplyList.ProtoReflect.Descriptor instead.

func (*PayloadGetAlgorithmApplyList) GetLables

func (x *PayloadGetAlgorithmApplyList) GetLables() []*Lables

func (*PayloadGetAlgorithmApplyList) GetTotalSize

func (x *PayloadGetAlgorithmApplyList) GetTotalSize() int32

func (*PayloadGetAlgorithmApplyList) ProtoMessage

func (*PayloadGetAlgorithmApplyList) ProtoMessage()

func (*PayloadGetAlgorithmApplyList) ProtoReflect

func (*PayloadGetAlgorithmApplyList) Reset

func (x *PayloadGetAlgorithmApplyList) Reset()

func (*PayloadGetAlgorithmApplyList) String

type PayloadGetDatasetApplyList

type PayloadGetDatasetApplyList struct {
	TotalSize int32     `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	Lables    []*Lables `protobuf:"bytes,2,rep,name=lables,proto3" json:"lables,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetDatasetApplyList) Descriptor deprecated

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

Deprecated: Use PayloadGetDatasetApplyList.ProtoReflect.Descriptor instead.

func (*PayloadGetDatasetApplyList) GetLables

func (x *PayloadGetDatasetApplyList) GetLables() []*Lables

func (*PayloadGetDatasetApplyList) GetTotalSize

func (x *PayloadGetDatasetApplyList) GetTotalSize() int32

func (*PayloadGetDatasetApplyList) ProtoMessage

func (*PayloadGetDatasetApplyList) ProtoMessage()

func (*PayloadGetDatasetApplyList) ProtoReflect

func (*PayloadGetDatasetApplyList) Reset

func (x *PayloadGetDatasetApplyList) Reset()

func (*PayloadGetDatasetApplyList) String

func (x *PayloadGetDatasetApplyList) String() string

type PayloadGetDatasetTypeList

type PayloadGetDatasetTypeList struct {
	TotalSize int32     `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	Lables    []*Lables `protobuf:"bytes,2,rep,name=lables,proto3" json:"lables,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetDatasetTypeList) Descriptor deprecated

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

Deprecated: Use PayloadGetDatasetTypeList.ProtoReflect.Descriptor instead.

func (*PayloadGetDatasetTypeList) GetLables

func (x *PayloadGetDatasetTypeList) GetLables() []*Lables

func (*PayloadGetDatasetTypeList) GetTotalSize

func (x *PayloadGetDatasetTypeList) GetTotalSize() int32

func (*PayloadGetDatasetTypeList) ProtoMessage

func (*PayloadGetDatasetTypeList) ProtoMessage()

func (*PayloadGetDatasetTypeList) ProtoReflect

func (*PayloadGetDatasetTypeList) Reset

func (x *PayloadGetDatasetTypeList) Reset()

func (*PayloadGetDatasetTypeList) String

func (x *PayloadGetDatasetTypeList) String() string

type PayloadGetDatasetVersion

type PayloadGetDatasetVersion struct {
	TotalSize int32             `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	Versions  []*DatasetVersion `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetDatasetVersion) Descriptor deprecated

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

Deprecated: Use PayloadGetDatasetVersion.ProtoReflect.Descriptor instead.

func (*PayloadGetDatasetVersion) GetTotalSize

func (x *PayloadGetDatasetVersion) GetTotalSize() int32

func (*PayloadGetDatasetVersion) GetVersions

func (x *PayloadGetDatasetVersion) GetVersions() []*DatasetVersion

func (*PayloadGetDatasetVersion) ProtoMessage

func (*PayloadGetDatasetVersion) ProtoMessage()

func (*PayloadGetDatasetVersion) ProtoReflect

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

func (*PayloadGetDatasetVersion) Reset

func (x *PayloadGetDatasetVersion) Reset()

func (*PayloadGetDatasetVersion) String

func (x *PayloadGetDatasetVersion) String() string

type PayloadGetModelDeploy

type PayloadGetModelDeploy struct {
	DepInfo *DepInfo `protobuf:"bytes,1,opt,name=depInfo,proto3" json:"depInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetModelDeploy) Descriptor deprecated

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

Deprecated: Use PayloadGetModelDeploy.ProtoReflect.Descriptor instead.

func (*PayloadGetModelDeploy) GetDepInfo

func (x *PayloadGetModelDeploy) GetDepInfo() *DepInfo

func (*PayloadGetModelDeploy) ProtoMessage

func (*PayloadGetModelDeploy) ProtoMessage()

func (*PayloadGetModelDeploy) ProtoReflect

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

func (*PayloadGetModelDeploy) Reset

func (x *PayloadGetModelDeploy) Reset()

func (*PayloadGetModelDeploy) String

func (x *PayloadGetModelDeploy) String() string

type PayloadGetModelDeployEvent

type PayloadGetModelDeployEvent struct {
	TotalSize int32       `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	DepEvents []*DepEvent `protobuf:"bytes,2,rep,name=depEvents,proto3" json:"depEvents,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetModelDeployEvent) Descriptor deprecated

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

Deprecated: Use PayloadGetModelDeployEvent.ProtoReflect.Descriptor instead.

func (*PayloadGetModelDeployEvent) GetDepEvents

func (x *PayloadGetModelDeployEvent) GetDepEvents() []*DepEvent

func (*PayloadGetModelDeployEvent) GetTotalSize

func (x *PayloadGetModelDeployEvent) GetTotalSize() int32

func (*PayloadGetModelDeployEvent) ProtoMessage

func (*PayloadGetModelDeployEvent) ProtoMessage()

func (*PayloadGetModelDeployEvent) ProtoReflect

func (*PayloadGetModelDeployEvent) Reset

func (x *PayloadGetModelDeployEvent) Reset()

func (*PayloadGetModelDeployEvent) String

func (x *PayloadGetModelDeployEvent) String() string

type PayloadGetModelDeployList

type PayloadGetModelDeployList struct {
	TotalSize int32      `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	DepInfos  []*DepInfo `protobuf:"bytes,2,rep,name=depInfos,proto3" json:"depInfos,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetModelDeployList) Descriptor deprecated

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

Deprecated: Use PayloadGetModelDeployList.ProtoReflect.Descriptor instead.

func (*PayloadGetModelDeployList) GetDepInfos

func (x *PayloadGetModelDeployList) GetDepInfos() []*DepInfo

func (*PayloadGetModelDeployList) GetTotalSize

func (x *PayloadGetModelDeployList) GetTotalSize() int32

func (*PayloadGetModelDeployList) ProtoMessage

func (*PayloadGetModelDeployList) ProtoMessage()

func (*PayloadGetModelDeployList) ProtoReflect

func (*PayloadGetModelDeployList) Reset

func (x *PayloadGetModelDeployList) Reset()

func (*PayloadGetModelDeployList) String

func (x *PayloadGetModelDeployList) String() string

type PayloadGetModelVersionList

type PayloadGetModelVersionList struct {
	TotalSize     int32           `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	ModelVersions []*ModelVersion `protobuf:"bytes,2,rep,name=modelVersions,proto3" json:"modelVersions,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetModelVersionList) Descriptor deprecated

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

Deprecated: Use PayloadGetModelVersionList.ProtoReflect.Descriptor instead.

func (*PayloadGetModelVersionList) GetModelVersions

func (x *PayloadGetModelVersionList) GetModelVersions() []*ModelVersion

func (*PayloadGetModelVersionList) GetTotalSize

func (x *PayloadGetModelVersionList) GetTotalSize() int32

func (*PayloadGetModelVersionList) ProtoMessage

func (*PayloadGetModelVersionList) ProtoMessage()

func (*PayloadGetModelVersionList) ProtoReflect

func (*PayloadGetModelVersionList) Reset

func (x *PayloadGetModelVersionList) Reset()

func (*PayloadGetModelVersionList) String

func (x *PayloadGetModelVersionList) String() string

type PayloadGetMyModelList

type PayloadGetMyModelList struct {
	TotalSize int32    `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	Models    []*Model `protobuf:"bytes,2,rep,name=models,proto3" json:"models,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetMyModelList) Descriptor deprecated

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

Deprecated: Use PayloadGetMyModelList.ProtoReflect.Descriptor instead.

func (*PayloadGetMyModelList) GetModels

func (x *PayloadGetMyModelList) GetModels() []*Model

func (*PayloadGetMyModelList) GetTotalSize

func (x *PayloadGetMyModelList) GetTotalSize() int32

func (*PayloadGetMyModelList) ProtoMessage

func (*PayloadGetMyModelList) ProtoMessage()

func (*PayloadGetMyModelList) ProtoReflect

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

func (*PayloadGetMyModelList) Reset

func (x *PayloadGetMyModelList) Reset()

func (*PayloadGetMyModelList) String

func (x *PayloadGetMyModelList) String() string

type PayloadGetNotebook

type PayloadGetNotebook struct {
	Notebook *Notebook `protobuf:"bytes,1,opt,name=notebook,proto3" json:"notebook,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetNotebook) Descriptor deprecated

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

Deprecated: Use PayloadGetNotebook.ProtoReflect.Descriptor instead.

func (*PayloadGetNotebook) GetNotebook

func (x *PayloadGetNotebook) GetNotebook() *Notebook

func (*PayloadGetNotebook) ProtoMessage

func (*PayloadGetNotebook) ProtoMessage()

func (*PayloadGetNotebook) ProtoReflect

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

func (*PayloadGetNotebook) Reset

func (x *PayloadGetNotebook) Reset()

func (*PayloadGetNotebook) String

func (x *PayloadGetNotebook) String() string

type PayloadGetTrainJob

type PayloadGetTrainJob struct {
	TrainJob *TrainJob `protobuf:"bytes,1,opt,name=trainJob,proto3" json:"trainJob,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetTrainJob) Descriptor deprecated

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

Deprecated: Use PayloadGetTrainJob.ProtoReflect.Descriptor instead.

func (*PayloadGetTrainJob) GetTrainJob

func (x *PayloadGetTrainJob) GetTrainJob() *TrainJob

func (*PayloadGetTrainJob) ProtoMessage

func (*PayloadGetTrainJob) ProtoMessage()

func (*PayloadGetTrainJob) ProtoReflect

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

func (*PayloadGetTrainJob) Reset

func (x *PayloadGetTrainJob) Reset()

func (*PayloadGetTrainJob) String

func (x *PayloadGetTrainJob) String() string

type PayloadGetTrainJobEvent

type PayloadGetTrainJobEvent struct {
	TotalSize int32       `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	JobEvents []*JobEvent `protobuf:"bytes,2,rep,name=jobEvents,proto3" json:"jobEvents,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetTrainJobEvent) Descriptor deprecated

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

Deprecated: Use PayloadGetTrainJobEvent.ProtoReflect.Descriptor instead.

func (*PayloadGetTrainJobEvent) GetJobEvents

func (x *PayloadGetTrainJobEvent) GetJobEvents() []*JobEvent

func (*PayloadGetTrainJobEvent) GetTotalSize

func (x *PayloadGetTrainJobEvent) GetTotalSize() int32

func (*PayloadGetTrainJobEvent) ProtoMessage

func (*PayloadGetTrainJobEvent) ProtoMessage()

func (*PayloadGetTrainJobEvent) ProtoReflect

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

func (*PayloadGetTrainJobEvent) Reset

func (x *PayloadGetTrainJobEvent) Reset()

func (*PayloadGetTrainJobEvent) String

func (x *PayloadGetTrainJobEvent) String() string

type PayloadGetTrainJobList

type PayloadGetTrainJobList struct {
	TotalSize int32       `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	TrainJobs []*TrainJob `protobuf:"bytes,2,rep,name=trainJobs,proto3" json:"trainJobs,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetTrainJobList) Descriptor deprecated

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

Deprecated: Use PayloadGetTrainJobList.ProtoReflect.Descriptor instead.

func (*PayloadGetTrainJobList) GetTotalSize

func (x *PayloadGetTrainJobList) GetTotalSize() int32

func (*PayloadGetTrainJobList) GetTrainJobs

func (x *PayloadGetTrainJobList) GetTrainJobs() []*TrainJob

func (*PayloadGetTrainJobList) ProtoMessage

func (*PayloadGetTrainJobList) ProtoMessage()

func (*PayloadGetTrainJobList) ProtoReflect

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

func (*PayloadGetTrainJobList) Reset

func (x *PayloadGetTrainJobList) Reset()

func (*PayloadGetTrainJobList) String

func (x *PayloadGetTrainJobList) String() string

type PayloadGetTrainJobMetric

type PayloadGetTrainJobMetric struct {
	CpuUsage    []int64 `protobuf:"varint,1,rep,packed,name=cpuUsage,proto3" json:"cpuUsage,omitempty"`
	GpuMemUsage []int64 `protobuf:"varint,2,rep,packed,name=gpuMemUsage,proto3" json:"gpuMemUsage,omitempty"`
	GpuUtil     []int64 `protobuf:"varint,3,rep,packed,name=gpuUtil,proto3" json:"gpuUtil,omitempty"`
	MemUsage    []int64 `protobuf:"varint,4,rep,packed,name=memUsage,proto3" json:"memUsage,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadGetTrainJobMetric) Descriptor deprecated

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

Deprecated: Use PayloadGetTrainJobMetric.ProtoReflect.Descriptor instead.

func (*PayloadGetTrainJobMetric) GetCpuUsage

func (x *PayloadGetTrainJobMetric) GetCpuUsage() []int64

func (*PayloadGetTrainJobMetric) GetGpuMemUsage

func (x *PayloadGetTrainJobMetric) GetGpuMemUsage() []int64

func (*PayloadGetTrainJobMetric) GetGpuUtil

func (x *PayloadGetTrainJobMetric) GetGpuUtil() []int64

func (*PayloadGetTrainJobMetric) GetMemUsage

func (x *PayloadGetTrainJobMetric) GetMemUsage() []int64

func (*PayloadGetTrainJobMetric) ProtoMessage

func (*PayloadGetTrainJobMetric) ProtoMessage()

func (*PayloadGetTrainJobMetric) ProtoReflect

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

func (*PayloadGetTrainJobMetric) Reset

func (x *PayloadGetTrainJobMetric) Reset()

func (*PayloadGetTrainJobMetric) String

func (x *PayloadGetTrainJobMetric) String() string

type PayloadInferModelDeploy

type PayloadInferModelDeploy struct {
	StoppedAt int64 `protobuf:"varint,1,opt,name=stoppedAt,proto3" json:"stoppedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadInferModelDeploy) Descriptor deprecated

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

Deprecated: Use PayloadInferModelDeploy.ProtoReflect.Descriptor instead.

func (*PayloadInferModelDeploy) GetStoppedAt

func (x *PayloadInferModelDeploy) GetStoppedAt() int64

func (*PayloadInferModelDeploy) ProtoMessage

func (*PayloadInferModelDeploy) ProtoMessage()

func (*PayloadInferModelDeploy) ProtoReflect

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

func (*PayloadInferModelDeploy) Reset

func (x *PayloadInferModelDeploy) Reset()

func (*PayloadInferModelDeploy) String

func (x *PayloadInferModelDeploy) String() string

type PayloadMyAlgorithmList

type PayloadMyAlgorithmList struct {
	TotalSize  int32         `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	Algorithms []*Algorithms `protobuf:"bytes,2,rep,name=algorithms,proto3" json:"algorithms,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadMyAlgorithmList) Descriptor deprecated

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

Deprecated: Use PayloadMyAlgorithmList.ProtoReflect.Descriptor instead.

func (*PayloadMyAlgorithmList) GetAlgorithms

func (x *PayloadMyAlgorithmList) GetAlgorithms() []*Algorithms

func (*PayloadMyAlgorithmList) GetTotalSize

func (x *PayloadMyAlgorithmList) GetTotalSize() int32

func (*PayloadMyAlgorithmList) ProtoMessage

func (*PayloadMyAlgorithmList) ProtoMessage()

func (*PayloadMyAlgorithmList) ProtoReflect

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

func (*PayloadMyAlgorithmList) Reset

func (x *PayloadMyAlgorithmList) Reset()

func (*PayloadMyAlgorithmList) String

func (x *PayloadMyAlgorithmList) String() string

type PayloadMyDatasetList

type PayloadMyDatasetList struct {
	TotalSize int32       `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	Datasets  []*Datasets `protobuf:"bytes,2,rep,name=datasets,proto3" json:"datasets,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadMyDatasetList) Descriptor deprecated

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

Deprecated: Use PayloadMyDatasetList.ProtoReflect.Descriptor instead.

func (*PayloadMyDatasetList) GetDatasets

func (x *PayloadMyDatasetList) GetDatasets() []*Datasets

func (*PayloadMyDatasetList) GetTotalSize

func (x *PayloadMyDatasetList) GetTotalSize() int32

func (*PayloadMyDatasetList) ProtoMessage

func (*PayloadMyDatasetList) ProtoMessage()

func (*PayloadMyDatasetList) ProtoReflect

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

func (*PayloadMyDatasetList) Reset

func (x *PayloadMyDatasetList) Reset()

func (*PayloadMyDatasetList) String

func (x *PayloadMyDatasetList) String() string

type PayloadNotebookList

type PayloadNotebookList struct {
	TotalSize int32       `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	Notebooks []*Notebook `protobuf:"bytes,2,rep,name=notebooks,proto3" json:"notebooks,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadNotebookList) Descriptor deprecated

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

Deprecated: Use PayloadNotebookList.ProtoReflect.Descriptor instead.

func (*PayloadNotebookList) GetNotebooks

func (x *PayloadNotebookList) GetNotebooks() []*Notebook

func (*PayloadNotebookList) GetTotalSize

func (x *PayloadNotebookList) GetTotalSize() int32

func (*PayloadNotebookList) ProtoMessage

func (*PayloadNotebookList) ProtoMessage()

func (*PayloadNotebookList) ProtoReflect

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

func (*PayloadNotebookList) Reset

func (x *PayloadNotebookList) Reset()

func (*PayloadNotebookList) String

func (x *PayloadNotebookList) String() string

type PayloadStartNotebook

type PayloadStartNotebook struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadStartNotebook) Descriptor deprecated

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

Deprecated: Use PayloadStartNotebook.ProtoReflect.Descriptor instead.

func (*PayloadStartNotebook) GetId

func (x *PayloadStartNotebook) GetId() string

func (*PayloadStartNotebook) ProtoMessage

func (*PayloadStartNotebook) ProtoMessage()

func (*PayloadStartNotebook) ProtoReflect

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

func (*PayloadStartNotebook) Reset

func (x *PayloadStartNotebook) Reset()

func (*PayloadStartNotebook) String

func (x *PayloadStartNotebook) String() string

type PayloadStopModelDeploy

type PayloadStopModelDeploy struct {
	StoppedAt int64 `protobuf:"varint,1,opt,name=stoppedAt,proto3" json:"stoppedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadStopModelDeploy) Descriptor deprecated

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

Deprecated: Use PayloadStopModelDeploy.ProtoReflect.Descriptor instead.

func (*PayloadStopModelDeploy) GetStoppedAt

func (x *PayloadStopModelDeploy) GetStoppedAt() int64

func (*PayloadStopModelDeploy) ProtoMessage

func (*PayloadStopModelDeploy) ProtoMessage()

func (*PayloadStopModelDeploy) ProtoReflect

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

func (*PayloadStopModelDeploy) Reset

func (x *PayloadStopModelDeploy) Reset()

func (*PayloadStopModelDeploy) String

func (x *PayloadStopModelDeploy) String() string

type PayloadStopNotebook

type PayloadStopNotebook struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadStopNotebook) Descriptor deprecated

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

Deprecated: Use PayloadStopNotebook.ProtoReflect.Descriptor instead.

func (*PayloadStopNotebook) GetId

func (x *PayloadStopNotebook) GetId() string

func (*PayloadStopNotebook) ProtoMessage

func (*PayloadStopNotebook) ProtoMessage()

func (*PayloadStopNotebook) ProtoReflect

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

func (*PayloadStopNotebook) Reset

func (x *PayloadStopNotebook) Reset()

func (*PayloadStopNotebook) String

func (x *PayloadStopNotebook) String() string

type PayloadStopTrainJob

type PayloadStopTrainJob struct {
	StoppedAt int64 `protobuf:"varint,1,opt,name=stoppedAt,proto3" json:"stoppedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadStopTrainJob) Descriptor deprecated

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

Deprecated: Use PayloadStopTrainJob.ProtoReflect.Descriptor instead.

func (*PayloadStopTrainJob) GetStoppedAt

func (x *PayloadStopTrainJob) GetStoppedAt() int64

func (*PayloadStopTrainJob) ProtoMessage

func (*PayloadStopTrainJob) ProtoMessage()

func (*PayloadStopTrainJob) ProtoReflect

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

func (*PayloadStopTrainJob) Reset

func (x *PayloadStopTrainJob) Reset()

func (*PayloadStopTrainJob) String

func (x *PayloadStopTrainJob) String() string

type PayloadUploadAlgorithm

type PayloadUploadAlgorithm struct {
	UploadUrl string `protobuf:"bytes,1,opt,name=uploadUrl,proto3" json:"uploadUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadUploadAlgorithm) Descriptor deprecated

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

Deprecated: Use PayloadUploadAlgorithm.ProtoReflect.Descriptor instead.

func (*PayloadUploadAlgorithm) GetUploadUrl

func (x *PayloadUploadAlgorithm) GetUploadUrl() string

func (*PayloadUploadAlgorithm) ProtoMessage

func (*PayloadUploadAlgorithm) ProtoMessage()

func (*PayloadUploadAlgorithm) ProtoReflect

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

func (*PayloadUploadAlgorithm) Reset

func (x *PayloadUploadAlgorithm) Reset()

func (*PayloadUploadAlgorithm) String

func (x *PayloadUploadAlgorithm) String() string

type PayloadUploadAlgorithmConfirm

type PayloadUploadAlgorithmConfirm struct {
	UpdatedAt int64 `protobuf:"varint,1,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadUploadAlgorithmConfirm) Descriptor deprecated

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

Deprecated: Use PayloadUploadAlgorithmConfirm.ProtoReflect.Descriptor instead.

func (*PayloadUploadAlgorithmConfirm) GetUpdatedAt

func (x *PayloadUploadAlgorithmConfirm) GetUpdatedAt() int64

func (*PayloadUploadAlgorithmConfirm) ProtoMessage

func (*PayloadUploadAlgorithmConfirm) ProtoMessage()

func (*PayloadUploadAlgorithmConfirm) ProtoReflect

func (*PayloadUploadAlgorithmConfirm) Reset

func (x *PayloadUploadAlgorithmConfirm) Reset()

func (*PayloadUploadAlgorithmConfirm) String

type PayloadUploadDataSet

type PayloadUploadDataSet struct {
	UploadUrl string `protobuf:"bytes,1,opt,name=uploadUrl,proto3" json:"uploadUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadUploadDataSet) Descriptor deprecated

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

Deprecated: Use PayloadUploadDataSet.ProtoReflect.Descriptor instead.

func (*PayloadUploadDataSet) GetUploadUrl

func (x *PayloadUploadDataSet) GetUploadUrl() string

func (*PayloadUploadDataSet) ProtoMessage

func (*PayloadUploadDataSet) ProtoMessage()

func (*PayloadUploadDataSet) ProtoReflect

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

func (*PayloadUploadDataSet) Reset

func (x *PayloadUploadDataSet) Reset()

func (*PayloadUploadDataSet) String

func (x *PayloadUploadDataSet) String() string

type PayloadUploadDataSetConfirm

type PayloadUploadDataSetConfirm struct {
	UpdatedAt int64 `protobuf:"varint,1,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadUploadDataSetConfirm) Descriptor deprecated

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

Deprecated: Use PayloadUploadDataSetConfirm.ProtoReflect.Descriptor instead.

func (*PayloadUploadDataSetConfirm) GetUpdatedAt

func (x *PayloadUploadDataSetConfirm) GetUpdatedAt() int64

func (*PayloadUploadDataSetConfirm) ProtoMessage

func (*PayloadUploadDataSetConfirm) ProtoMessage()

func (*PayloadUploadDataSetConfirm) ProtoReflect

func (*PayloadUploadDataSetConfirm) Reset

func (x *PayloadUploadDataSetConfirm) Reset()

func (*PayloadUploadDataSetConfirm) String

func (x *PayloadUploadDataSetConfirm) String() string

type PayloadUploadImage

type PayloadUploadImage struct {
	UploadUrl string   `protobuf:"bytes,1,opt,name=uploadUrl,proto3" json:"uploadUrl,omitempty"`
	Headers   *Headers `protobuf:"bytes,2,opt,name=headers,proto3" json:"headers,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadUploadImage) Descriptor deprecated

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

Deprecated: Use PayloadUploadImage.ProtoReflect.Descriptor instead.

func (*PayloadUploadImage) GetHeaders

func (x *PayloadUploadImage) GetHeaders() *Headers

func (*PayloadUploadImage) GetUploadUrl

func (x *PayloadUploadImage) GetUploadUrl() string

func (*PayloadUploadImage) ProtoMessage

func (*PayloadUploadImage) ProtoMessage()

func (*PayloadUploadImage) ProtoReflect

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

func (*PayloadUploadImage) Reset

func (x *PayloadUploadImage) Reset()

func (*PayloadUploadImage) String

func (x *PayloadUploadImage) String() string

type PayloadUploadImageConfirm

type PayloadUploadImageConfirm struct {
	UpdatedAt int64 `protobuf:"varint,1,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadUploadImageConfirm) Descriptor deprecated

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

Deprecated: Use PayloadUploadImageConfirm.ProtoReflect.Descriptor instead.

func (*PayloadUploadImageConfirm) GetUpdatedAt

func (x *PayloadUploadImageConfirm) GetUpdatedAt() int64

func (*PayloadUploadImageConfirm) ProtoMessage

func (*PayloadUploadImageConfirm) ProtoMessage()

func (*PayloadUploadImageConfirm) ProtoReflect

func (*PayloadUploadImageConfirm) Reset

func (x *PayloadUploadImageConfirm) Reset()

func (*PayloadUploadImageConfirm) String

func (x *PayloadUploadImageConfirm) String() string

type PayloadUserImageList

type PayloadUserImageList struct {
	TotalSize int32     `protobuf:"varint,1,opt,name=totalSize,proto3" json:"totalSize,omitempty"`
	Images    []*Images `protobuf:"bytes,2,rep,name=images,proto3" json:"images,omitempty"`
	// contains filtered or unexported fields
}

func (*PayloadUserImageList) Descriptor deprecated

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

Deprecated: Use PayloadUserImageList.ProtoReflect.Descriptor instead.

func (*PayloadUserImageList) GetImages

func (x *PayloadUserImageList) GetImages() []*Images

func (*PayloadUserImageList) GetTotalSize

func (x *PayloadUserImageList) GetTotalSize() int32

func (*PayloadUserImageList) ProtoMessage

func (*PayloadUserImageList) ProtoMessage()

func (*PayloadUserImageList) ProtoReflect

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

func (*PayloadUserImageList) Reset

func (x *PayloadUserImageList) Reset()

func (*PayloadUserImageList) String

func (x *PayloadUserImageList) String() string

type ReplicaStates

type ReplicaStates struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplicaStates) Descriptor deprecated

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

Deprecated: Use ReplicaStates.ProtoReflect.Descriptor instead.

func (*ReplicaStates) GetKey

func (x *ReplicaStates) GetKey() string

func (*ReplicaStates) GetState

func (x *ReplicaStates) GetState() string

func (*ReplicaStates) ProtoMessage

func (*ReplicaStates) ProtoMessage()

func (*ReplicaStates) ProtoReflect

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

func (*ReplicaStates) Reset

func (x *ReplicaStates) Reset()

func (*ReplicaStates) String

func (x *ReplicaStates) String() string

type ResourceReq

type ResourceReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceReq) Descriptor deprecated

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

Deprecated: Use ResourceReq.ProtoReflect.Descriptor instead.

func (*ResourceReq) GetPlatform

func (x *ResourceReq) GetPlatform() string

func (*ResourceReq) ProtoMessage

func (*ResourceReq) ProtoMessage()

func (*ResourceReq) ProtoReflect

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

func (*ResourceReq) Reset

func (x *ResourceReq) Reset()

func (*ResourceReq) String

func (x *ResourceReq) String() string

type StartNotebookReq

type StartNotebookReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*StartNotebookReq) Descriptor deprecated

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

Deprecated: Use StartNotebookReq.ProtoReflect.Descriptor instead.

func (*StartNotebookReq) GetId

func (x *StartNotebookReq) GetId() string

func (*StartNotebookReq) GetPlatform

func (x *StartNotebookReq) GetPlatform() string

func (*StartNotebookReq) ProtoMessage

func (*StartNotebookReq) ProtoMessage()

func (*StartNotebookReq) ProtoReflect

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

func (*StartNotebookReq) Reset

func (x *StartNotebookReq) Reset()

func (*StartNotebookReq) String

func (x *StartNotebookReq) String() string

type StartNotebookResp

type StartNotebookResp struct {
	Success bool                  `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadStartNotebook `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*StartNotebookResp) Descriptor deprecated

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

Deprecated: Use StartNotebookResp.ProtoReflect.Descriptor instead.

func (*StartNotebookResp) GetError

func (x *StartNotebookResp) GetError() *Error

func (*StartNotebookResp) GetPayload

func (x *StartNotebookResp) GetPayload() *PayloadStartNotebook

func (*StartNotebookResp) GetSuccess

func (x *StartNotebookResp) GetSuccess() bool

func (*StartNotebookResp) ProtoMessage

func (*StartNotebookResp) ProtoMessage()

func (*StartNotebookResp) ProtoReflect

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

func (*StartNotebookResp) Reset

func (x *StartNotebookResp) Reset()

func (*StartNotebookResp) String

func (x *StartNotebookResp) String() string

type StopModelDeployReq

type StopModelDeployReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*StopModelDeployReq) Descriptor deprecated

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

Deprecated: Use StopModelDeployReq.ProtoReflect.Descriptor instead.

func (*StopModelDeployReq) GetId

func (x *StopModelDeployReq) GetId() string

func (*StopModelDeployReq) GetPlatform

func (x *StopModelDeployReq) GetPlatform() string

func (*StopModelDeployReq) ProtoMessage

func (*StopModelDeployReq) ProtoMessage()

func (*StopModelDeployReq) ProtoReflect

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

func (*StopModelDeployReq) Reset

func (x *StopModelDeployReq) Reset()

func (*StopModelDeployReq) String

func (x *StopModelDeployReq) String() string

type StopModelDeployResp

type StopModelDeployResp struct {
	Success bool                    `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadStopModelDeploy `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                  `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*StopModelDeployResp) Descriptor deprecated

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

Deprecated: Use StopModelDeployResp.ProtoReflect.Descriptor instead.

func (*StopModelDeployResp) GetError

func (x *StopModelDeployResp) GetError() *Error

func (*StopModelDeployResp) GetPayload

func (*StopModelDeployResp) GetSuccess

func (x *StopModelDeployResp) GetSuccess() bool

func (*StopModelDeployResp) ProtoMessage

func (*StopModelDeployResp) ProtoMessage()

func (*StopModelDeployResp) ProtoReflect

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

func (*StopModelDeployResp) Reset

func (x *StopModelDeployResp) Reset()

func (*StopModelDeployResp) String

func (x *StopModelDeployResp) String() string

type StopNotebookReq

type StopNotebookReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*StopNotebookReq) Descriptor deprecated

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

Deprecated: Use StopNotebookReq.ProtoReflect.Descriptor instead.

func (*StopNotebookReq) GetId

func (x *StopNotebookReq) GetId() string

func (*StopNotebookReq) GetPlatform

func (x *StopNotebookReq) GetPlatform() string

func (*StopNotebookReq) ProtoMessage

func (*StopNotebookReq) ProtoMessage()

func (*StopNotebookReq) ProtoReflect

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

func (*StopNotebookReq) Reset

func (x *StopNotebookReq) Reset()

func (*StopNotebookReq) String

func (x *StopNotebookReq) String() string

type StopNotebookResp

type StopNotebookResp struct {
	Success bool                 `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadStopNotebook `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error               `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*StopNotebookResp) Descriptor deprecated

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

Deprecated: Use StopNotebookResp.ProtoReflect.Descriptor instead.

func (*StopNotebookResp) GetError

func (x *StopNotebookResp) GetError() *Error

func (*StopNotebookResp) GetPayload

func (x *StopNotebookResp) GetPayload() *PayloadStopNotebook

func (*StopNotebookResp) GetSuccess

func (x *StopNotebookResp) GetSuccess() bool

func (*StopNotebookResp) ProtoMessage

func (*StopNotebookResp) ProtoMessage()

func (*StopNotebookResp) ProtoReflect

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

func (*StopNotebookResp) Reset

func (x *StopNotebookResp) Reset()

func (*StopNotebookResp) String

func (x *StopNotebookResp) String() string

type StopTrainJobReq

type StopTrainJobReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*StopTrainJobReq) Descriptor deprecated

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

Deprecated: Use StopTrainJobReq.ProtoReflect.Descriptor instead.

func (*StopTrainJobReq) GetId

func (x *StopTrainJobReq) GetId() string

func (*StopTrainJobReq) GetPlatform

func (x *StopTrainJobReq) GetPlatform() string

func (*StopTrainJobReq) ProtoMessage

func (*StopTrainJobReq) ProtoMessage()

func (*StopTrainJobReq) ProtoReflect

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

func (*StopTrainJobReq) Reset

func (x *StopTrainJobReq) Reset()

func (*StopTrainJobReq) String

func (x *StopTrainJobReq) String() string

type StopTrainJobResp

type StopTrainJobResp struct {
	Success bool                 `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadStopTrainJob `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error               `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*StopTrainJobResp) Descriptor deprecated

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

Deprecated: Use StopTrainJobResp.ProtoReflect.Descriptor instead.

func (*StopTrainJobResp) GetError

func (x *StopTrainJobResp) GetError() *Error

func (*StopTrainJobResp) GetPayload

func (x *StopTrainJobResp) GetPayload() *PayloadStopTrainJob

func (*StopTrainJobResp) GetSuccess

func (x *StopTrainJobResp) GetSuccess() bool

func (*StopTrainJobResp) ProtoMessage

func (*StopTrainJobResp) ProtoMessage()

func (*StopTrainJobResp) ProtoReflect

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

func (*StopTrainJobResp) Reset

func (x *StopTrainJobResp) Reset()

func (*StopTrainJobResp) String

func (x *StopTrainJobResp) String() string

type Tasks

type Tasks struct {
	Url  string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Tasks) Descriptor deprecated

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

Deprecated: Use Tasks.ProtoReflect.Descriptor instead.

func (*Tasks) GetName

func (x *Tasks) GetName() string

func (*Tasks) GetUrl

func (x *Tasks) GetUrl() string

func (*Tasks) ProtoMessage

func (*Tasks) ProtoMessage()

func (*Tasks) ProtoReflect

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

func (*Tasks) Reset

func (x *Tasks) Reset()

func (*Tasks) String

func (x *Tasks) String() string

type TrainJob

type TrainJob struct {
	AlgorithmId      string    `protobuf:"bytes,1,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	AlgorithmName    string    `protobuf:"bytes,2,opt,name=algorithmName,proto3" json:"algorithmName,omitempty"`
	AlgorithmVersion string    `protobuf:"bytes,3,opt,name=algorithmVersion,proto3" json:"algorithmVersion,omitempty"`
	CompletedAt      int64     `protobuf:"varint,4,opt,name=completedAt,proto3" json:"completedAt,omitempty"`
	Config           []*Config `protobuf:"bytes,5,rep,name=config,proto3" json:"config,omitempty"`
	CreatedAt        int64     `protobuf:"varint,6,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	DataSetId        string    `protobuf:"bytes,7,opt,name=dataSetId,proto3" json:"dataSetId,omitempty"`
	DataSetName      string    `protobuf:"bytes,8,opt,name=dataSetName,proto3" json:"dataSetName,omitempty"`
	DataSetVersion   string    `protobuf:"bytes,9,opt,name=dataSetVersion,proto3" json:"dataSetVersion,omitempty"`
	Desc             string    `protobuf:"bytes,10,opt,name=desc,proto3" json:"desc,omitempty"`
	Id               string    `protobuf:"bytes,11,opt,name=id,proto3" json:"id,omitempty"`
	ImageId          string    `protobuf:"bytes,12,opt,name=imageId,proto3" json:"imageId,omitempty"`
	ImageName        string    `protobuf:"bytes,13,opt,name=imageName,proto3" json:"imageName,omitempty"`
	ImageUrl         string    `protobuf:"bytes,14,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"`
	ImageVersion     string    `protobuf:"bytes,15,opt,name=imageVersion,proto3" json:"imageVersion,omitempty"`
	IsDistributed    bool      `protobuf:"varint,16,opt,name=isDistributed,proto3" json:"isDistributed,omitempty"`
	Name             string    `protobuf:"bytes,17,opt,name=name,proto3" json:"name,omitempty"`
	ResourcePool     string    `protobuf:"bytes,18,opt,name=resourcePool,proto3" json:"resourcePool,omitempty"`
	RunSec           int64     `protobuf:"varint,19,opt,name=runSec,proto3" json:"runSec,omitempty"`
	StartedAt        int64     `protobuf:"varint,20,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
	Status           string    `protobuf:"bytes,21,opt,name=status,proto3" json:"status,omitempty"`
	UpdatedAt        int64     `protobuf:"varint,22,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	UserId           string    `protobuf:"bytes,23,opt,name=userId,proto3" json:"userId,omitempty"`
	WorkspaceId      string    `protobuf:"bytes,24,opt,name=workspaceId,proto3" json:"workspaceId,omitempty"`
	// contains filtered or unexported fields
}

func (*TrainJob) Descriptor deprecated

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

Deprecated: Use TrainJob.ProtoReflect.Descriptor instead.

func (*TrainJob) GetAlgorithmId

func (x *TrainJob) GetAlgorithmId() string

func (*TrainJob) GetAlgorithmName

func (x *TrainJob) GetAlgorithmName() string

func (*TrainJob) GetAlgorithmVersion

func (x *TrainJob) GetAlgorithmVersion() string

func (*TrainJob) GetCompletedAt

func (x *TrainJob) GetCompletedAt() int64

func (*TrainJob) GetConfig

func (x *TrainJob) GetConfig() []*Config

func (*TrainJob) GetCreatedAt

func (x *TrainJob) GetCreatedAt() int64

func (*TrainJob) GetDataSetId

func (x *TrainJob) GetDataSetId() string

func (*TrainJob) GetDataSetName

func (x *TrainJob) GetDataSetName() string

func (*TrainJob) GetDataSetVersion

func (x *TrainJob) GetDataSetVersion() string

func (*TrainJob) GetDesc

func (x *TrainJob) GetDesc() string

func (*TrainJob) GetId

func (x *TrainJob) GetId() string

func (*TrainJob) GetImageId

func (x *TrainJob) GetImageId() string

func (*TrainJob) GetImageName

func (x *TrainJob) GetImageName() string

func (*TrainJob) GetImageUrl

func (x *TrainJob) GetImageUrl() string

func (*TrainJob) GetImageVersion

func (x *TrainJob) GetImageVersion() string

func (*TrainJob) GetIsDistributed

func (x *TrainJob) GetIsDistributed() bool

func (*TrainJob) GetName

func (x *TrainJob) GetName() string

func (*TrainJob) GetResourcePool

func (x *TrainJob) GetResourcePool() string

func (*TrainJob) GetRunSec

func (x *TrainJob) GetRunSec() int64

func (*TrainJob) GetStartedAt

func (x *TrainJob) GetStartedAt() int64

func (*TrainJob) GetStatus

func (x *TrainJob) GetStatus() string

func (*TrainJob) GetUpdatedAt

func (x *TrainJob) GetUpdatedAt() int64

func (*TrainJob) GetUserId

func (x *TrainJob) GetUserId() string

func (*TrainJob) GetWorkspaceId

func (x *TrainJob) GetWorkspaceId() string

func (*TrainJob) ProtoMessage

func (*TrainJob) ProtoMessage()

func (*TrainJob) ProtoReflect

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

func (*TrainJob) Reset

func (x *TrainJob) Reset()

func (*TrainJob) String

func (x *TrainJob) String() string

type TrainJobOctopus

type TrainJobOctopus struct {
	Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	Object string `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	// contains filtered or unexported fields
}

func (*TrainJobOctopus) Descriptor deprecated

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

Deprecated: Use TrainJobOctopus.ProtoReflect.Descriptor instead.

func (*TrainJobOctopus) GetBucket

func (x *TrainJobOctopus) GetBucket() string

func (*TrainJobOctopus) GetObject

func (x *TrainJobOctopus) GetObject() string

func (*TrainJobOctopus) ProtoMessage

func (*TrainJobOctopus) ProtoMessage()

func (*TrainJobOctopus) ProtoReflect

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

func (*TrainJobOctopus) Reset

func (x *TrainJobOctopus) Reset()

func (*TrainJobOctopus) String

func (x *TrainJobOctopus) String() string

type UnimplementedOctopusServer

type UnimplementedOctopusServer struct {
}

UnimplementedOctopusServer must be embedded to have forward compatible implementations.

func (UnimplementedOctopusServer) CreateDataSet

func (UnimplementedOctopusServer) CreateDataSetVersion

func (UnimplementedOctopusServer) CreateImage

func (UnimplementedOctopusServer) CreateModelDeploy

func (UnimplementedOctopusServer) CreateMyAlgorithm

func (UnimplementedOctopusServer) CreateNotebook

func (UnimplementedOctopusServer) CreateTrainJob

func (UnimplementedOctopusServer) DeleteDataSet

func (UnimplementedOctopusServer) DeleteDataSetVersion

func (UnimplementedOctopusServer) DeleteImage

func (UnimplementedOctopusServer) DeleteModelDeploy

func (UnimplementedOctopusServer) DeleteModelVersion

func (UnimplementedOctopusServer) DeleteMyAlgorithm

func (UnimplementedOctopusServer) DeleteMyModel

func (UnimplementedOctopusServer) DeleteNotebook

func (UnimplementedOctopusServer) DeleteTrainJob

func (UnimplementedOctopusServer) DownloadAlgorithm

func (UnimplementedOctopusServer) DownloadModelVersion

func (UnimplementedOctopusServer) GetAlgorithm

func (UnimplementedOctopusServer) GetAlgorithmApplyList

func (UnimplementedOctopusServer) GetAlgorithmFrameworkList

func (UnimplementedOctopusServer) GetAlgorithmList

func (UnimplementedOctopusServer) GetComputingPower

func (UnimplementedOctopusServer) GetDatasetApplyList

func (UnimplementedOctopusServer) GetDatasetTypeList

func (UnimplementedOctopusServer) GetDatasetVersionList

func (UnimplementedOctopusServer) GetGeneralInfo

func (UnimplementedOctopusServer) GetModelDeploy

func (UnimplementedOctopusServer) GetModelDeployEvent

func (UnimplementedOctopusServer) GetModelDeployList

func (UnimplementedOctopusServer) GetModelVersionList

func (UnimplementedOctopusServer) GetMyAlgorithmList

func (UnimplementedOctopusServer) GetMyDatasetList

func (UnimplementedOctopusServer) GetMyModelList

func (UnimplementedOctopusServer) GetNotebook

func (UnimplementedOctopusServer) GetNotebookList

func (UnimplementedOctopusServer) GetTrainJob

func (UnimplementedOctopusServer) GetTrainJobEvent

func (UnimplementedOctopusServer) GetTrainJobList

func (UnimplementedOctopusServer) GetTrainJobMetric

func (UnimplementedOctopusServer) GetUserImageList

func (UnimplementedOctopusServer) InferModelDeploy

func (UnimplementedOctopusServer) StartNotebook

func (UnimplementedOctopusServer) StopModelDeploy

func (UnimplementedOctopusServer) StopNotebook

func (UnimplementedOctopusServer) StopTrainJob

func (UnimplementedOctopusServer) UploadAlgorithm

func (UnimplementedOctopusServer) UploadAlgorithmConfirm

func (UnimplementedOctopusServer) UploadDataSet

func (UnimplementedOctopusServer) UploadDataSetConfirm

func (UnimplementedOctopusServer) UploadImage

func (UnimplementedOctopusServer) UploadImageConfirm

type UnsafeOctopusServer

type UnsafeOctopusServer interface {
	// contains filtered or unexported methods
}

UnsafeOctopusServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OctopusServer will result in compilation errors.

type UploadAlgorithmConfirmParam

type UploadAlgorithmConfirmParam struct {
	FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadAlgorithmConfirmParam) Descriptor deprecated

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

Deprecated: Use UploadAlgorithmConfirmParam.ProtoReflect.Descriptor instead.

func (*UploadAlgorithmConfirmParam) GetFileName

func (x *UploadAlgorithmConfirmParam) GetFileName() string

func (*UploadAlgorithmConfirmParam) ProtoMessage

func (*UploadAlgorithmConfirmParam) ProtoMessage()

func (*UploadAlgorithmConfirmParam) ProtoReflect

func (*UploadAlgorithmConfirmParam) Reset

func (x *UploadAlgorithmConfirmParam) Reset()

func (*UploadAlgorithmConfirmParam) String

func (x *UploadAlgorithmConfirmParam) String() string

type UploadAlgorithmConfirmReq

type UploadAlgorithmConfirmReq struct {
	Platform    string                       `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	AlgorithmId string                       `protobuf:"bytes,2,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	Version     string                       `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Params      *UploadAlgorithmConfirmParam `protobuf:"bytes,4,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadAlgorithmConfirmReq) Descriptor deprecated

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

Deprecated: Use UploadAlgorithmConfirmReq.ProtoReflect.Descriptor instead.

func (*UploadAlgorithmConfirmReq) GetAlgorithmId

func (x *UploadAlgorithmConfirmReq) GetAlgorithmId() string

func (*UploadAlgorithmConfirmReq) GetParams

func (*UploadAlgorithmConfirmReq) GetPlatform

func (x *UploadAlgorithmConfirmReq) GetPlatform() string

func (*UploadAlgorithmConfirmReq) GetVersion

func (x *UploadAlgorithmConfirmReq) GetVersion() string

func (*UploadAlgorithmConfirmReq) ProtoMessage

func (*UploadAlgorithmConfirmReq) ProtoMessage()

func (*UploadAlgorithmConfirmReq) ProtoReflect

func (*UploadAlgorithmConfirmReq) Reset

func (x *UploadAlgorithmConfirmReq) Reset()

func (*UploadAlgorithmConfirmReq) String

func (x *UploadAlgorithmConfirmReq) String() string

type UploadAlgorithmConfirmResp

type UploadAlgorithmConfirmResp struct {
	Success bool                           `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadUploadAlgorithmConfirm `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                         `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadAlgorithmConfirmResp) Descriptor deprecated

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

Deprecated: Use UploadAlgorithmConfirmResp.ProtoReflect.Descriptor instead.

func (*UploadAlgorithmConfirmResp) GetError

func (x *UploadAlgorithmConfirmResp) GetError() *Error

func (*UploadAlgorithmConfirmResp) GetPayload

func (*UploadAlgorithmConfirmResp) GetSuccess

func (x *UploadAlgorithmConfirmResp) GetSuccess() bool

func (*UploadAlgorithmConfirmResp) ProtoMessage

func (*UploadAlgorithmConfirmResp) ProtoMessage()

func (*UploadAlgorithmConfirmResp) ProtoReflect

func (*UploadAlgorithmConfirmResp) Reset

func (x *UploadAlgorithmConfirmResp) Reset()

func (*UploadAlgorithmConfirmResp) String

func (x *UploadAlgorithmConfirmResp) String() string

type UploadAlgorithmParam

type UploadAlgorithmParam struct {
	Domain   string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	FileName string `protobuf:"bytes,2,opt,name=fileName,proto3" json:"fileName,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadAlgorithmParam) Descriptor deprecated

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

Deprecated: Use UploadAlgorithmParam.ProtoReflect.Descriptor instead.

func (*UploadAlgorithmParam) GetDomain

func (x *UploadAlgorithmParam) GetDomain() string

func (*UploadAlgorithmParam) GetFileName

func (x *UploadAlgorithmParam) GetFileName() string

func (*UploadAlgorithmParam) ProtoMessage

func (*UploadAlgorithmParam) ProtoMessage()

func (*UploadAlgorithmParam) ProtoReflect

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

func (*UploadAlgorithmParam) Reset

func (x *UploadAlgorithmParam) Reset()

func (*UploadAlgorithmParam) String

func (x *UploadAlgorithmParam) String() string

type UploadAlgorithmReq

type UploadAlgorithmReq struct {
	Platform    string                `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	AlgorithmId string                `protobuf:"bytes,2,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	Version     string                `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Params      *UploadAlgorithmParam `protobuf:"bytes,4,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadAlgorithmReq) Descriptor deprecated

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

Deprecated: Use UploadAlgorithmReq.ProtoReflect.Descriptor instead.

func (*UploadAlgorithmReq) GetAlgorithmId

func (x *UploadAlgorithmReq) GetAlgorithmId() string

func (*UploadAlgorithmReq) GetParams

func (x *UploadAlgorithmReq) GetParams() *UploadAlgorithmParam

func (*UploadAlgorithmReq) GetPlatform

func (x *UploadAlgorithmReq) GetPlatform() string

func (*UploadAlgorithmReq) GetVersion

func (x *UploadAlgorithmReq) GetVersion() string

func (*UploadAlgorithmReq) ProtoMessage

func (*UploadAlgorithmReq) ProtoMessage()

func (*UploadAlgorithmReq) ProtoReflect

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

func (*UploadAlgorithmReq) Reset

func (x *UploadAlgorithmReq) Reset()

func (*UploadAlgorithmReq) String

func (x *UploadAlgorithmReq) String() string

type UploadAlgorithmResp

type UploadAlgorithmResp struct {
	Success bool                    `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadUploadAlgorithm `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                  `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadAlgorithmResp) Descriptor deprecated

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

Deprecated: Use UploadAlgorithmResp.ProtoReflect.Descriptor instead.

func (*UploadAlgorithmResp) GetError

func (x *UploadAlgorithmResp) GetError() *Error

func (*UploadAlgorithmResp) GetPayload

func (*UploadAlgorithmResp) GetSuccess

func (x *UploadAlgorithmResp) GetSuccess() bool

func (*UploadAlgorithmResp) ProtoMessage

func (*UploadAlgorithmResp) ProtoMessage()

func (*UploadAlgorithmResp) ProtoReflect

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

func (*UploadAlgorithmResp) Reset

func (x *UploadAlgorithmResp) Reset()

func (*UploadAlgorithmResp) String

func (x *UploadAlgorithmResp) String() string

type UploadDataSetConfirmParam

type UploadDataSetConfirmParam struct {
	FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadDataSetConfirmParam) Descriptor deprecated

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

Deprecated: Use UploadDataSetConfirmParam.ProtoReflect.Descriptor instead.

func (*UploadDataSetConfirmParam) GetFileName

func (x *UploadDataSetConfirmParam) GetFileName() string

func (*UploadDataSetConfirmParam) ProtoMessage

func (*UploadDataSetConfirmParam) ProtoMessage()

func (*UploadDataSetConfirmParam) ProtoReflect

func (*UploadDataSetConfirmParam) Reset

func (x *UploadDataSetConfirmParam) Reset()

func (*UploadDataSetConfirmParam) String

func (x *UploadDataSetConfirmParam) String() string

type UploadDataSetConfirmReq

type UploadDataSetConfirmReq struct {
	Platform  string                     `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	DatasetId string                     `protobuf:"bytes,2,opt,name=datasetId,proto3" json:"datasetId,omitempty"`
	Version   string                     `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Params    *UploadDataSetConfirmParam `protobuf:"bytes,4,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadDataSetConfirmReq) Descriptor deprecated

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

Deprecated: Use UploadDataSetConfirmReq.ProtoReflect.Descriptor instead.

func (*UploadDataSetConfirmReq) GetDatasetId

func (x *UploadDataSetConfirmReq) GetDatasetId() string

func (*UploadDataSetConfirmReq) GetParams

func (*UploadDataSetConfirmReq) GetPlatform

func (x *UploadDataSetConfirmReq) GetPlatform() string

func (*UploadDataSetConfirmReq) GetVersion

func (x *UploadDataSetConfirmReq) GetVersion() string

func (*UploadDataSetConfirmReq) ProtoMessage

func (*UploadDataSetConfirmReq) ProtoMessage()

func (*UploadDataSetConfirmReq) ProtoReflect

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

func (*UploadDataSetConfirmReq) Reset

func (x *UploadDataSetConfirmReq) Reset()

func (*UploadDataSetConfirmReq) String

func (x *UploadDataSetConfirmReq) String() string

type UploadDataSetConfirmResp

type UploadDataSetConfirmResp struct {
	Success bool                         `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadUploadDataSetConfirm `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                       `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadDataSetConfirmResp) Descriptor deprecated

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

Deprecated: Use UploadDataSetConfirmResp.ProtoReflect.Descriptor instead.

func (*UploadDataSetConfirmResp) GetError

func (x *UploadDataSetConfirmResp) GetError() *Error

func (*UploadDataSetConfirmResp) GetPayload

func (*UploadDataSetConfirmResp) GetSuccess

func (x *UploadDataSetConfirmResp) GetSuccess() bool

func (*UploadDataSetConfirmResp) ProtoMessage

func (*UploadDataSetConfirmResp) ProtoMessage()

func (*UploadDataSetConfirmResp) ProtoReflect

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

func (*UploadDataSetConfirmResp) Reset

func (x *UploadDataSetConfirmResp) Reset()

func (*UploadDataSetConfirmResp) String

func (x *UploadDataSetConfirmResp) String() string

type UploadDataSetParam

type UploadDataSetParam struct {
	Domain   string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	FileName string `protobuf:"bytes,2,opt,name=fileName,proto3" json:"fileName,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadDataSetParam) Descriptor deprecated

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

Deprecated: Use UploadDataSetParam.ProtoReflect.Descriptor instead.

func (*UploadDataSetParam) GetDomain

func (x *UploadDataSetParam) GetDomain() string

func (*UploadDataSetParam) GetFileName

func (x *UploadDataSetParam) GetFileName() string

func (*UploadDataSetParam) ProtoMessage

func (*UploadDataSetParam) ProtoMessage()

func (*UploadDataSetParam) ProtoReflect

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

func (*UploadDataSetParam) Reset

func (x *UploadDataSetParam) Reset()

func (*UploadDataSetParam) String

func (x *UploadDataSetParam) String() string

type UploadDataSetReq

type UploadDataSetReq struct {
	Platform  string              `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	DatasetId string              `protobuf:"bytes,2,opt,name=datasetId,proto3" json:"datasetId,omitempty"`
	Version   string              `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Params    *UploadDataSetParam `protobuf:"bytes,4,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadDataSetReq) Descriptor deprecated

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

Deprecated: Use UploadDataSetReq.ProtoReflect.Descriptor instead.

func (*UploadDataSetReq) GetDatasetId

func (x *UploadDataSetReq) GetDatasetId() string

func (*UploadDataSetReq) GetParams

func (x *UploadDataSetReq) GetParams() *UploadDataSetParam

func (*UploadDataSetReq) GetPlatform

func (x *UploadDataSetReq) GetPlatform() string

func (*UploadDataSetReq) GetVersion

func (x *UploadDataSetReq) GetVersion() string

func (*UploadDataSetReq) ProtoMessage

func (*UploadDataSetReq) ProtoMessage()

func (*UploadDataSetReq) ProtoReflect

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

func (*UploadDataSetReq) Reset

func (x *UploadDataSetReq) Reset()

func (*UploadDataSetReq) String

func (x *UploadDataSetReq) String() string

type UploadDataSetResp

type UploadDataSetResp struct {
	Success bool                  `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadUploadDataSet `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadDataSetResp) Descriptor deprecated

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

Deprecated: Use UploadDataSetResp.ProtoReflect.Descriptor instead.

func (*UploadDataSetResp) GetError

func (x *UploadDataSetResp) GetError() *Error

func (*UploadDataSetResp) GetPayload

func (x *UploadDataSetResp) GetPayload() *PayloadUploadDataSet

func (*UploadDataSetResp) GetSuccess

func (x *UploadDataSetResp) GetSuccess() bool

func (*UploadDataSetResp) ProtoMessage

func (*UploadDataSetResp) ProtoMessage()

func (*UploadDataSetResp) ProtoReflect

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

func (*UploadDataSetResp) Reset

func (x *UploadDataSetResp) Reset()

func (*UploadDataSetResp) String

func (x *UploadDataSetResp) String() string

type UploadImageConfirmReq

type UploadImageConfirmReq struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	ImageId  string `protobuf:"bytes,2,opt,name=imageId,proto3" json:"imageId,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadImageConfirmReq) Descriptor deprecated

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

Deprecated: Use UploadImageConfirmReq.ProtoReflect.Descriptor instead.

func (*UploadImageConfirmReq) GetImageId

func (x *UploadImageConfirmReq) GetImageId() string

func (*UploadImageConfirmReq) GetPlatform

func (x *UploadImageConfirmReq) GetPlatform() string

func (*UploadImageConfirmReq) ProtoMessage

func (*UploadImageConfirmReq) ProtoMessage()

func (*UploadImageConfirmReq) ProtoReflect

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

func (*UploadImageConfirmReq) Reset

func (x *UploadImageConfirmReq) Reset()

func (*UploadImageConfirmReq) String

func (x *UploadImageConfirmReq) String() string

type UploadImageConfirmResp

type UploadImageConfirmResp struct {
	Success bool                       `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadUploadImageConfirm `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error                     `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadImageConfirmResp) Descriptor deprecated

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

Deprecated: Use UploadImageConfirmResp.ProtoReflect.Descriptor instead.

func (*UploadImageConfirmResp) GetError

func (x *UploadImageConfirmResp) GetError() *Error

func (*UploadImageConfirmResp) GetPayload

func (*UploadImageConfirmResp) GetSuccess

func (x *UploadImageConfirmResp) GetSuccess() bool

func (*UploadImageConfirmResp) ProtoMessage

func (*UploadImageConfirmResp) ProtoMessage()

func (*UploadImageConfirmResp) ProtoReflect

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

func (*UploadImageConfirmResp) Reset

func (x *UploadImageConfirmResp) Reset()

func (*UploadImageConfirmResp) String

func (x *UploadImageConfirmResp) String() string

type UploadImageParam

type UploadImageParam struct {
	Domain   string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	FileName string `protobuf:"bytes,2,opt,name=fileName,proto3" json:"fileName,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadImageParam) Descriptor deprecated

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

Deprecated: Use UploadImageParam.ProtoReflect.Descriptor instead.

func (*UploadImageParam) GetDomain

func (x *UploadImageParam) GetDomain() string

func (*UploadImageParam) GetFileName

func (x *UploadImageParam) GetFileName() string

func (*UploadImageParam) ProtoMessage

func (*UploadImageParam) ProtoMessage()

func (*UploadImageParam) ProtoReflect

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

func (*UploadImageParam) Reset

func (x *UploadImageParam) Reset()

func (*UploadImageParam) String

func (x *UploadImageParam) String() string

type UploadImageReq

type UploadImageReq struct {
	Platform string            `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	ImageId  string            `protobuf:"bytes,2,opt,name=imageId,proto3" json:"imageId,omitempty"`
	Params   *UploadImageParam `protobuf:"bytes,3,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadImageReq) Descriptor deprecated

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

Deprecated: Use UploadImageReq.ProtoReflect.Descriptor instead.

func (*UploadImageReq) GetImageId

func (x *UploadImageReq) GetImageId() string

func (*UploadImageReq) GetParams

func (x *UploadImageReq) GetParams() *UploadImageParam

func (*UploadImageReq) GetPlatform

func (x *UploadImageReq) GetPlatform() string

func (*UploadImageReq) ProtoMessage

func (*UploadImageReq) ProtoMessage()

func (*UploadImageReq) ProtoReflect

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

func (*UploadImageReq) Reset

func (x *UploadImageReq) Reset()

func (*UploadImageReq) String

func (x *UploadImageReq) String() string

type UploadImageResp

type UploadImageResp struct {
	Success bool                `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Payload *PayloadUploadImage `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Error   *Error              `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadImageResp) Descriptor deprecated

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

Deprecated: Use UploadImageResp.ProtoReflect.Descriptor instead.

func (*UploadImageResp) GetError

func (x *UploadImageResp) GetError() *Error

func (*UploadImageResp) GetPayload

func (x *UploadImageResp) GetPayload() *PayloadUploadImage

func (*UploadImageResp) GetSuccess

func (x *UploadImageResp) GetSuccess() bool

func (*UploadImageResp) ProtoMessage

func (*UploadImageResp) ProtoMessage()

func (*UploadImageResp) ProtoReflect

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

func (*UploadImageResp) Reset

func (x *UploadImageResp) Reset()

func (*UploadImageResp) String

func (x *UploadImageResp) String() string

type VersionAccesses

type VersionAccesses struct {
	AlgorithmId string `protobuf:"bytes,1,opt,name=algorithmId,proto3" json:"algorithmId,omitempty"`
	SpaceId     string `protobuf:"bytes,2,opt,name=spaceId,proto3" json:"spaceId,omitempty"`
	Version     string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionAccesses) Descriptor deprecated

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

Deprecated: Use VersionAccesses.ProtoReflect.Descriptor instead.

func (*VersionAccesses) GetAlgorithmId

func (x *VersionAccesses) GetAlgorithmId() string

func (*VersionAccesses) GetSpaceId

func (x *VersionAccesses) GetSpaceId() string

func (*VersionAccesses) GetVersion

func (x *VersionAccesses) GetVersion() string

func (*VersionAccesses) ProtoMessage

func (*VersionAccesses) ProtoMessage()

func (*VersionAccesses) ProtoReflect

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

func (*VersionAccesses) Reset

func (x *VersionAccesses) Reset()

func (*VersionAccesses) String

func (x *VersionAccesses) String() string

type VersionDetail

type VersionDetail struct {
	CreatedAt  int64  `protobuf:"varint,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Descript   string `protobuf:"bytes,2,opt,name=descript,proto3" json:"descript,omitempty"`
	FileStatus int32  `protobuf:"varint,3,opt,name=fileStatus,proto3" json:"fileStatus,omitempty"`
	ModelId    string `protobuf:"bytes,4,opt,name=modelId,proto3" json:"modelId,omitempty"`
	Version    string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionDetail) Descriptor deprecated

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

Deprecated: Use VersionDetail.ProtoReflect.Descriptor instead.

func (*VersionDetail) GetCreatedAt

func (x *VersionDetail) GetCreatedAt() int64

func (*VersionDetail) GetDescript

func (x *VersionDetail) GetDescript() string

func (*VersionDetail) GetFileStatus

func (x *VersionDetail) GetFileStatus() int32

func (*VersionDetail) GetModelId

func (x *VersionDetail) GetModelId() string

func (*VersionDetail) GetVersion

func (x *VersionDetail) GetVersion() string

func (*VersionDetail) ProtoMessage

func (*VersionDetail) ProtoMessage()

func (*VersionDetail) ProtoReflect

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

func (*VersionDetail) Reset

func (x *VersionDetail) Reset()

func (*VersionDetail) String

func (x *VersionDetail) String() string

Jump to

Keyboard shortcuts

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