algorithm

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AlgorithmService_AlgorithmCreate_FullMethodName          = "/algorithm.AlgorithmService/AlgorithmCreate"
	AlgorithmService_AlgorithmUpdate_FullMethodName          = "/algorithm.AlgorithmService/AlgorithmUpdate"
	AlgorithmService_AlgorithmDelete_FullMethodName          = "/algorithm.AlgorithmService/AlgorithmDelete"
	AlgorithmService_AlgorithmList_FullMethodName            = "/algorithm.AlgorithmService/AlgorithmList"
	AlgorithmService_AlgorithmVersionCreate_FullMethodName   = "/algorithm.AlgorithmService/AlgorithmVersionCreate"
	AlgorithmService_AlgorithmVersionUpdate_FullMethodName   = "/algorithm.AlgorithmService/AlgorithmVersionUpdate"
	AlgorithmService_AlgorithmVersionDelete_FullMethodName   = "/algorithm.AlgorithmService/AlgorithmVersionDelete"
	AlgorithmService_AlgorithmVersionDownload_FullMethodName = "/algorithm.AlgorithmService/AlgorithmVersionDownload"
	AlgorithmService_AlgorithmVersionList_FullMethodName     = "/algorithm.AlgorithmService/AlgorithmVersionList"
	AlgorithmService_SubAlgorithmList_FullMethodName         = "/algorithm.AlgorithmService/SubAlgorithmList"
	AlgorithmService_SubAlgorithmCreate_FullMethodName       = "/algorithm.AlgorithmService/SubAlgorithmCreate"
	AlgorithmService_SubAlgorithmUpdate_FullMethodName       = "/algorithm.AlgorithmService/SubAlgorithmUpdate"
	AlgorithmService_SubAlgorithmConfigList_FullMethodName   = "/algorithm.AlgorithmService/SubAlgorithmConfigList"
	AlgorithmService_MinioUrlGet_FullMethodName              = "/algorithm.AlgorithmService/MinioUrlGet"
)

Variables

View Source
var AlgorithmService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "algorithm.AlgorithmService",
	HandlerType: (*AlgorithmServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AlgorithmCreate",
			Handler:    _AlgorithmService_AlgorithmCreate_Handler,
		},
		{
			MethodName: "AlgorithmUpdate",
			Handler:    _AlgorithmService_AlgorithmUpdate_Handler,
		},
		{
			MethodName: "AlgorithmDelete",
			Handler:    _AlgorithmService_AlgorithmDelete_Handler,
		},
		{
			MethodName: "AlgorithmList",
			Handler:    _AlgorithmService_AlgorithmList_Handler,
		},
		{
			MethodName: "AlgorithmVersionCreate",
			Handler:    _AlgorithmService_AlgorithmVersionCreate_Handler,
		},
		{
			MethodName: "AlgorithmVersionUpdate",
			Handler:    _AlgorithmService_AlgorithmVersionUpdate_Handler,
		},
		{
			MethodName: "AlgorithmVersionDelete",
			Handler:    _AlgorithmService_AlgorithmVersionDelete_Handler,
		},
		{
			MethodName: "AlgorithmVersionDownload",
			Handler:    _AlgorithmService_AlgorithmVersionDownload_Handler,
		},
		{
			MethodName: "AlgorithmVersionList",
			Handler:    _AlgorithmService_AlgorithmVersionList_Handler,
		},
		{
			MethodName: "SubAlgorithmList",
			Handler:    _AlgorithmService_SubAlgorithmList_Handler,
		},
		{
			MethodName: "SubAlgorithmCreate",
			Handler:    _AlgorithmService_SubAlgorithmCreate_Handler,
		},
		{
			MethodName: "SubAlgorithmUpdate",
			Handler:    _AlgorithmService_SubAlgorithmUpdate_Handler,
		},
		{
			MethodName: "SubAlgorithmConfigList",
			Handler:    _AlgorithmService_SubAlgorithmConfigList_Handler,
		},
		{
			MethodName: "MinioUrlGet",
			Handler:    _AlgorithmService_MinioUrlGet_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/algorithm.proto",
}

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

View Source
var File_proto_algorithm_proto protoreflect.FileDescriptor

Functions

func RegisterAlgorithmServiceServer

func RegisterAlgorithmServiceServer(s grpc.ServiceRegistrar, srv AlgorithmServiceServer)

Types

type AlgorithmInfo

type AlgorithmInfo struct {
	Id                string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name              string           `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Code              string           `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	VersionId         string           `protobuf:"bytes,4,opt,name=version_id,json=versionId,proto3" json:"version_id,omitempty"`
	VersionName       string           `protobuf:"bytes,5,opt,name=version_name,json=versionName,proto3" json:"version_name,omitempty"`
	NeededComputility string           `protobuf:"bytes,6,opt,name=needed_computility,json=neededComputility,proto3" json:"needed_computility,omitempty"`
	SubCount          int32            `protobuf:"varint,7,opt,name=sub_count,json=subCount,proto3" json:"sub_count,omitempty"`
	TypeCode          string           `protobuf:"bytes,8,opt,name=type_code,json=typeCode,proto3" json:"type_code,omitempty"`
	TypeName          string           `protobuf:"bytes,9,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"`
	NpuPlatform       string           `protobuf:"bytes,10,opt,name=npu_platform,json=npuPlatform,proto3" json:"npu_platform,omitempty"`
	Notes             string           `protobuf:"bytes,11,opt,name=notes,proto3" json:"notes,omitempty"`
	Creator           string           `protobuf:"bytes,12,opt,name=creator,proto3" json:"creator,omitempty"`
	CreateTime        int64            `protobuf:"varint,13,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	CreatorId         string           `protobuf:"bytes,14,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"`
	Unit              string           `protobuf:"bytes,15,opt,name=unit,proto3" json:"unit,omitempty"`
	ParentId          string           `protobuf:"bytes,16,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Children          []*AlgorithmInfo `protobuf:"bytes,17,rep,name=children,proto3" json:"children,omitempty"`
	// contains filtered or unexported fields
}

func (*AlgorithmInfo) Descriptor deprecated

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

Deprecated: Use AlgorithmInfo.ProtoReflect.Descriptor instead.

func (*AlgorithmInfo) GetChildren

func (x *AlgorithmInfo) GetChildren() []*AlgorithmInfo

func (*AlgorithmInfo) GetCode

func (x *AlgorithmInfo) GetCode() string

func (*AlgorithmInfo) GetCreateTime

func (x *AlgorithmInfo) GetCreateTime() int64

func (*AlgorithmInfo) GetCreator

func (x *AlgorithmInfo) GetCreator() string

func (*AlgorithmInfo) GetCreatorId

func (x *AlgorithmInfo) GetCreatorId() string

func (*AlgorithmInfo) GetId

func (x *AlgorithmInfo) GetId() string

func (*AlgorithmInfo) GetName

func (x *AlgorithmInfo) GetName() string

func (*AlgorithmInfo) GetNeededComputility

func (x *AlgorithmInfo) GetNeededComputility() string

func (*AlgorithmInfo) GetNotes

func (x *AlgorithmInfo) GetNotes() string

func (*AlgorithmInfo) GetNpuPlatform

func (x *AlgorithmInfo) GetNpuPlatform() string

func (*AlgorithmInfo) GetParentId

func (x *AlgorithmInfo) GetParentId() string

func (*AlgorithmInfo) GetSubCount

func (x *AlgorithmInfo) GetSubCount() int32

func (*AlgorithmInfo) GetTypeCode

func (x *AlgorithmInfo) GetTypeCode() string

func (*AlgorithmInfo) GetTypeName

func (x *AlgorithmInfo) GetTypeName() string

func (*AlgorithmInfo) GetUnit

func (x *AlgorithmInfo) GetUnit() string

func (*AlgorithmInfo) GetVersionId

func (x *AlgorithmInfo) GetVersionId() string

func (*AlgorithmInfo) GetVersionName

func (x *AlgorithmInfo) GetVersionName() string

func (*AlgorithmInfo) ProtoMessage

func (*AlgorithmInfo) ProtoMessage()

func (*AlgorithmInfo) ProtoReflect

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

func (*AlgorithmInfo) Reset

func (x *AlgorithmInfo) Reset()

func (*AlgorithmInfo) String

func (x *AlgorithmInfo) String() string

type AlgorithmServiceClient

type AlgorithmServiceClient interface {
	AlgorithmCreate(ctx context.Context, in *CreateAlgorithmRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmUpdate(ctx context.Context, in *UpdateAlgorithmRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmDelete(ctx context.Context, in *IdRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmList(ctx context.Context, in *ListAlgorithmRequest, opts ...grpc.CallOption) (*ListAlgorithmResponse, error)
	AlgorithmVersionCreate(ctx context.Context, in *CreateAlgorithmVersionRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmVersionUpdate(ctx context.Context, in *UpdateAlgorithmVersionRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmVersionDelete(ctx context.Context, in *IdRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	AlgorithmVersionDownload(ctx context.Context, in *IdRequest, opts ...grpc.CallOption) (*DownloadAlgorithmVersionResponse, error)
	AlgorithmVersionList(ctx context.Context, in *ListAlgorithmVersionRequest, opts ...grpc.CallOption) (*ListAlgorithmVersionResponse, error)
	SubAlgorithmList(ctx context.Context, in *ListSubAlgorithmRequest, opts ...grpc.CallOption) (*ListSubAlgorithmResponse, error)
	SubAlgorithmCreate(ctx context.Context, in *CreateSubAlgorithmRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	SubAlgorithmUpdate(ctx context.Context, in *UpdateSubAlgorithmRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	SubAlgorithmConfigList(ctx context.Context, in *IdRequest, opts ...grpc.CallOption) (*ListSubAlgorithmConfigResponse, error)
	MinioUrlGet(ctx context.Context, in *MinioUrlRequest, opts ...grpc.CallOption) (*MinioUrlResponse, error)
}

AlgorithmServiceClient is the client API for AlgorithmService 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.

type AlgorithmServiceServer

AlgorithmServiceServer is the server API for AlgorithmService service. All implementations must embed UnimplementedAlgorithmServiceServer for forward compatibility

type AlgorithmVersionInfo

type AlgorithmVersionInfo struct {
	Id                string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`                                      //算法版本id
	AlgorithmId       string `protobuf:"bytes,2,opt,name=algorithm_id,json=algorithmId,proto3" json:"algorithm_id,omitempty"` //算法id
	Version           string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	FileUrl           string `protobuf:"bytes,4,opt,name=file_url,json=fileUrl,proto3" json:"file_url,omitempty"`
	NeededComputility string `protobuf:"bytes,5,opt,name=needed_computility,json=neededComputility,proto3" json:"needed_computility,omitempty"`
	FileType          int32  `protobuf:"varint,6,opt,name=file_type,json=fileType,proto3" json:"file_type,omitempty"` //1:docker镜像,2:压缩包
	Notes             string `protobuf:"bytes,7,opt,name=notes,proto3" json:"notes,omitempty"`
	CreateTime        int64  `protobuf:"varint,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	Creator           string `protobuf:"bytes,9,opt,name=creator,proto3" json:"creator,omitempty"`
	Unit              string `protobuf:"bytes,10,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

func (*AlgorithmVersionInfo) Descriptor deprecated

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

Deprecated: Use AlgorithmVersionInfo.ProtoReflect.Descriptor instead.

func (*AlgorithmVersionInfo) GetAlgorithmId

func (x *AlgorithmVersionInfo) GetAlgorithmId() string

func (*AlgorithmVersionInfo) GetCreateTime

func (x *AlgorithmVersionInfo) GetCreateTime() int64

func (*AlgorithmVersionInfo) GetCreator

func (x *AlgorithmVersionInfo) GetCreator() string

func (*AlgorithmVersionInfo) GetFileType

func (x *AlgorithmVersionInfo) GetFileType() int32

func (*AlgorithmVersionInfo) GetFileUrl

func (x *AlgorithmVersionInfo) GetFileUrl() string

func (*AlgorithmVersionInfo) GetId

func (x *AlgorithmVersionInfo) GetId() string

func (*AlgorithmVersionInfo) GetNeededComputility

func (x *AlgorithmVersionInfo) GetNeededComputility() string

func (*AlgorithmVersionInfo) GetNotes

func (x *AlgorithmVersionInfo) GetNotes() string

func (*AlgorithmVersionInfo) GetUnit

func (x *AlgorithmVersionInfo) GetUnit() string

func (*AlgorithmVersionInfo) GetVersion

func (x *AlgorithmVersionInfo) GetVersion() string

func (*AlgorithmVersionInfo) ProtoMessage

func (*AlgorithmVersionInfo) ProtoMessage()

func (*AlgorithmVersionInfo) ProtoReflect

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

func (*AlgorithmVersionInfo) Reset

func (x *AlgorithmVersionInfo) Reset()

func (*AlgorithmVersionInfo) String

func (x *AlgorithmVersionInfo) String() string

type ConfigInfo

type ConfigInfo struct {
	DetectTypeCn            string    `protobuf:"bytes,3,opt,name=detect_type_cn,json=detectTypeCn,proto3" json:"detect_type_cn,omitempty"`
	DetectTypeEn            string    `protobuf:"bytes,4,opt,name=detect_type_en,json=detectTypeEn,proto3" json:"detect_type_en,omitempty"`
	AreaType                string    `protobuf:"bytes,5,opt,name=area_type,json=areaType,proto3" json:"area_type,omitempty"`
	AreaMaxNum              int64     `protobuf:"varint,6,opt,name=area_max_num,json=areaMaxNum,proto3" json:"area_max_num,omitempty"`
	MaskAreaNum             int64     `protobuf:"varint,7,opt,name=mask_area_num,json=maskAreaNum,proto3" json:"mask_area_num,omitempty"`
	RoiAreaPointsRange      []int64   `` /* 127-byte string literal not displayed */
	MaskAreaPointsRange     []int64   `` /* 130-byte string literal not displayed */
	AlarmContinueTimesRange []int64   `` /* 143-byte string literal not displayed */
	ThresholdRange          []float32 `protobuf:"fixed32,11,rep,packed,name=threshold_range,json=thresholdRange,proto3" json:"threshold_range,omitempty"`
	CooldownDurationRange   []int64   `` /* 135-byte string literal not displayed */
	DurationRange           []int64   `protobuf:"varint,13,rep,packed,name=duration_range,json=durationRange,proto3" json:"duration_range,omitempty"`
	TargetRange             []float32 `protobuf:"fixed32,14,rep,packed,name=target_range,json=targetRange,proto3" json:"target_range,omitempty"`
	Threshold               float32   `protobuf:"fixed32,15,opt,name=threshold,proto3" json:"threshold,omitempty"`
	AlarmContinueTimes      int64     `protobuf:"varint,16,opt,name=alarm_continue_times,json=alarmContinueTimes,proto3" json:"alarm_continue_times,omitempty"`
	CooldownDuration        int64     `protobuf:"varint,17,opt,name=cooldown_duration,json=cooldownDuration,proto3" json:"cooldown_duration,omitempty"`
	AreaMust                int32     `protobuf:"varint,18,opt,name=area_must,json=areaMust,proto3" json:"area_must,omitempty"`
	Duration                int64     `protobuf:"varint,19,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigInfo) Descriptor deprecated

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

Deprecated: Use ConfigInfo.ProtoReflect.Descriptor instead.

func (*ConfigInfo) GetAlarmContinueTimes

func (x *ConfigInfo) GetAlarmContinueTimes() int64

func (*ConfigInfo) GetAlarmContinueTimesRange

func (x *ConfigInfo) GetAlarmContinueTimesRange() []int64

func (*ConfigInfo) GetAreaMaxNum

func (x *ConfigInfo) GetAreaMaxNum() int64

func (*ConfigInfo) GetAreaMust

func (x *ConfigInfo) GetAreaMust() int32

func (*ConfigInfo) GetAreaType

func (x *ConfigInfo) GetAreaType() string

func (*ConfigInfo) GetCooldownDuration

func (x *ConfigInfo) GetCooldownDuration() int64

func (*ConfigInfo) GetCooldownDurationRange

func (x *ConfigInfo) GetCooldownDurationRange() []int64

func (*ConfigInfo) GetDetectTypeCn

func (x *ConfigInfo) GetDetectTypeCn() string

func (*ConfigInfo) GetDetectTypeEn

func (x *ConfigInfo) GetDetectTypeEn() string

func (*ConfigInfo) GetDuration

func (x *ConfigInfo) GetDuration() int64

func (*ConfigInfo) GetDurationRange

func (x *ConfigInfo) GetDurationRange() []int64

func (*ConfigInfo) GetMaskAreaNum

func (x *ConfigInfo) GetMaskAreaNum() int64

func (*ConfigInfo) GetMaskAreaPointsRange

func (x *ConfigInfo) GetMaskAreaPointsRange() []int64

func (*ConfigInfo) GetRoiAreaPointsRange

func (x *ConfigInfo) GetRoiAreaPointsRange() []int64

func (*ConfigInfo) GetTargetRange

func (x *ConfigInfo) GetTargetRange() []float32

func (*ConfigInfo) GetThreshold

func (x *ConfigInfo) GetThreshold() float32

func (*ConfigInfo) GetThresholdRange

func (x *ConfigInfo) GetThresholdRange() []float32

func (*ConfigInfo) ProtoMessage

func (*ConfigInfo) ProtoMessage()

func (*ConfigInfo) ProtoReflect

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

func (*ConfigInfo) Reset

func (x *ConfigInfo) Reset()

func (*ConfigInfo) String

func (x *ConfigInfo) String() string

type CreateAlgorithmRequest

type CreateAlgorithmRequest struct {
	Name        string                         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Code        string                         `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	NpuPlatform string                         `protobuf:"bytes,3,opt,name=npu_platform,json=npuPlatform,proto3" json:"npu_platform,omitempty"`
	TypeCode    string                         `protobuf:"bytes,4,opt,name=type_code,json=typeCode,proto3" json:"type_code,omitempty"`
	Single      int32                          `protobuf:"varint,5,opt,name=single,proto3" json:"single,omitempty"`
	ParentId    string                         `protobuf:"bytes,6,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	VersionInfo *CreateAlgorithmVersionRequest `protobuf:"bytes,7,opt,name=version_info,json=versionInfo,proto3" json:"version_info,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlgorithmRequest) Descriptor deprecated

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

Deprecated: Use CreateAlgorithmRequest.ProtoReflect.Descriptor instead.

func (*CreateAlgorithmRequest) GetCode

func (x *CreateAlgorithmRequest) GetCode() string

func (*CreateAlgorithmRequest) GetName

func (x *CreateAlgorithmRequest) GetName() string

func (*CreateAlgorithmRequest) GetNpuPlatform

func (x *CreateAlgorithmRequest) GetNpuPlatform() string

func (*CreateAlgorithmRequest) GetParentId

func (x *CreateAlgorithmRequest) GetParentId() string

func (*CreateAlgorithmRequest) GetSingle

func (x *CreateAlgorithmRequest) GetSingle() int32

func (*CreateAlgorithmRequest) GetTypeCode

func (x *CreateAlgorithmRequest) GetTypeCode() string

func (*CreateAlgorithmRequest) GetVersionInfo

func (*CreateAlgorithmRequest) ProtoMessage

func (*CreateAlgorithmRequest) ProtoMessage()

func (*CreateAlgorithmRequest) ProtoReflect

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

func (*CreateAlgorithmRequest) Reset

func (x *CreateAlgorithmRequest) Reset()

func (*CreateAlgorithmRequest) String

func (x *CreateAlgorithmRequest) String() string

type CreateAlgorithmVersionRequest

type CreateAlgorithmVersionRequest struct {
	AlgorithmId       string `protobuf:"bytes,1,opt,name=algorithm_id,json=algorithmId,proto3" json:"algorithm_id,omitempty"`
	Version           string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Notes             string `protobuf:"bytes,3,opt,name=notes,proto3" json:"notes,omitempty"`
	NeededComputility string `protobuf:"bytes,4,opt,name=needed_computility,json=neededComputility,proto3" json:"needed_computility,omitempty"`
	FileUrl           string `protobuf:"bytes,5,opt,name=file_url,json=fileUrl,proto3" json:"file_url,omitempty"`
	FileName          string `protobuf:"bytes,6,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	FileType          int32  `protobuf:"varint,7,opt,name=file_type,json=fileType,proto3" json:"file_type,omitempty"` //1:docker镜像,2:压缩包
	Unit              string `protobuf:"bytes,8,opt,name=unit,proto3" json:"unit,omitempty"`                          //算力单位
	// contains filtered or unexported fields
}

func (*CreateAlgorithmVersionRequest) Descriptor deprecated

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

Deprecated: Use CreateAlgorithmVersionRequest.ProtoReflect.Descriptor instead.

func (*CreateAlgorithmVersionRequest) GetAlgorithmId

func (x *CreateAlgorithmVersionRequest) GetAlgorithmId() string

func (*CreateAlgorithmVersionRequest) GetFileName

func (x *CreateAlgorithmVersionRequest) GetFileName() string

func (*CreateAlgorithmVersionRequest) GetFileType

func (x *CreateAlgorithmVersionRequest) GetFileType() int32

func (*CreateAlgorithmVersionRequest) GetFileUrl

func (x *CreateAlgorithmVersionRequest) GetFileUrl() string

func (*CreateAlgorithmVersionRequest) GetNeededComputility

func (x *CreateAlgorithmVersionRequest) GetNeededComputility() string

func (*CreateAlgorithmVersionRequest) GetNotes

func (x *CreateAlgorithmVersionRequest) GetNotes() string

func (*CreateAlgorithmVersionRequest) GetUnit

func (*CreateAlgorithmVersionRequest) GetVersion

func (x *CreateAlgorithmVersionRequest) GetVersion() string

func (*CreateAlgorithmVersionRequest) ProtoMessage

func (*CreateAlgorithmVersionRequest) ProtoMessage()

func (*CreateAlgorithmVersionRequest) ProtoReflect

func (*CreateAlgorithmVersionRequest) Reset

func (x *CreateAlgorithmVersionRequest) Reset()

func (*CreateAlgorithmVersionRequest) String

type CreateSubAlgorithmRequest

type CreateSubAlgorithmRequest struct {
	ParentId        string `protobuf:"bytes,1,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Name            string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Code            string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	Notes           string `protobuf:"bytes,4,opt,name=notes,proto3" json:"notes,omitempty"`
	CenterAudioId   string `protobuf:"bytes,5,opt,name=center_audio_id,json=centerAudioId,proto3" json:"center_audio_id,omitempty"`
	DeviceAudioId   string `protobuf:"bytes,6,opt,name=device_audio_id,json=deviceAudioId,proto3" json:"device_audio_id,omitempty"`
	SmsTemplateId   string `protobuf:"bytes,7,opt,name=sms_template_id,json=smsTemplateId,proto3" json:"sms_template_id,omitempty"`
	PhoneTemplateId string `protobuf:"bytes,8,opt,name=phone_template_id,json=phoneTemplateId,proto3" json:"phone_template_id,omitempty"`
	// ConfigInfo configs = 5;
	Configs string `protobuf:"bytes,9,opt,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSubAlgorithmRequest) Descriptor deprecated

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

Deprecated: Use CreateSubAlgorithmRequest.ProtoReflect.Descriptor instead.

func (*CreateSubAlgorithmRequest) GetCenterAudioId

func (x *CreateSubAlgorithmRequest) GetCenterAudioId() string

func (*CreateSubAlgorithmRequest) GetCode

func (x *CreateSubAlgorithmRequest) GetCode() string

func (*CreateSubAlgorithmRequest) GetConfigs

func (x *CreateSubAlgorithmRequest) GetConfigs() string

func (*CreateSubAlgorithmRequest) GetDeviceAudioId

func (x *CreateSubAlgorithmRequest) GetDeviceAudioId() string

func (*CreateSubAlgorithmRequest) GetName

func (x *CreateSubAlgorithmRequest) GetName() string

func (*CreateSubAlgorithmRequest) GetNotes

func (x *CreateSubAlgorithmRequest) GetNotes() string

func (*CreateSubAlgorithmRequest) GetParentId

func (x *CreateSubAlgorithmRequest) GetParentId() string

func (*CreateSubAlgorithmRequest) GetPhoneTemplateId

func (x *CreateSubAlgorithmRequest) GetPhoneTemplateId() string

func (*CreateSubAlgorithmRequest) GetSmsTemplateId

func (x *CreateSubAlgorithmRequest) GetSmsTemplateId() string

func (*CreateSubAlgorithmRequest) ProtoMessage

func (*CreateSubAlgorithmRequest) ProtoMessage()

func (*CreateSubAlgorithmRequest) ProtoReflect

func (*CreateSubAlgorithmRequest) Reset

func (x *CreateSubAlgorithmRequest) Reset()

func (*CreateSubAlgorithmRequest) String

func (x *CreateSubAlgorithmRequest) String() string

type DownloadAlgorithmVersionResponse

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

func (*DownloadAlgorithmVersionResponse) Descriptor deprecated

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

Deprecated: Use DownloadAlgorithmVersionResponse.ProtoReflect.Descriptor instead.

func (*DownloadAlgorithmVersionResponse) GetId

func (*DownloadAlgorithmVersionResponse) GetUrl

func (*DownloadAlgorithmVersionResponse) ProtoMessage

func (*DownloadAlgorithmVersionResponse) ProtoMessage()

func (*DownloadAlgorithmVersionResponse) ProtoReflect

func (*DownloadAlgorithmVersionResponse) Reset

func (*DownloadAlgorithmVersionResponse) String

type EmptyResponse

type EmptyResponse struct {
	// contains filtered or unexported fields
}

func (*EmptyResponse) Descriptor deprecated

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

Deprecated: Use EmptyResponse.ProtoReflect.Descriptor instead.

func (*EmptyResponse) ProtoMessage

func (*EmptyResponse) ProtoMessage()

func (*EmptyResponse) ProtoReflect

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

func (*EmptyResponse) Reset

func (x *EmptyResponse) Reset()

func (*EmptyResponse) String

func (x *EmptyResponse) String() string

type IdRequest

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

func (*IdRequest) Descriptor deprecated

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

Deprecated: Use IdRequest.ProtoReflect.Descriptor instead.

func (*IdRequest) GetId

func (x *IdRequest) GetId() string

func (*IdRequest) ProtoMessage

func (*IdRequest) ProtoMessage()

func (*IdRequest) ProtoReflect

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

func (*IdRequest) Reset

func (x *IdRequest) Reset()

func (*IdRequest) String

func (x *IdRequest) String() string

type ListAlgorithmRequest

type ListAlgorithmRequest struct {
	Name        string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	TypeCode    string   `protobuf:"bytes,2,opt,name=type_code,json=typeCode,proto3" json:"type_code,omitempty"`
	NpuPlatform string   `protobuf:"bytes,3,opt,name=npu_platform,json=npuPlatform,proto3" json:"npu_platform,omitempty"`
	Ids         []string `protobuf:"bytes,4,rep,name=ids,proto3" json:"ids,omitempty"`
	PageNo      int32    `protobuf:"varint,5,opt,name=page_no,json=pageNo,proto3" json:"page_no,omitempty"`
	PageSize    int32    `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	QueryType   int32    `protobuf:"varint,7,opt,name=query_type,json=queryType,proto3" json:"query_type,omitempty"` //1:算法仓库主页查询列表;2:查询下拉列表(有租户限制);3:查询全部算法下拉列表(无租户限制)
	// contains filtered or unexported fields
}

func (*ListAlgorithmRequest) Descriptor deprecated

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

Deprecated: Use ListAlgorithmRequest.ProtoReflect.Descriptor instead.

func (*ListAlgorithmRequest) GetIds

func (x *ListAlgorithmRequest) GetIds() []string

func (*ListAlgorithmRequest) GetName

func (x *ListAlgorithmRequest) GetName() string

func (*ListAlgorithmRequest) GetNpuPlatform

func (x *ListAlgorithmRequest) GetNpuPlatform() string

func (*ListAlgorithmRequest) GetPageNo

func (x *ListAlgorithmRequest) GetPageNo() int32

func (*ListAlgorithmRequest) GetPageSize

func (x *ListAlgorithmRequest) GetPageSize() int32

func (*ListAlgorithmRequest) GetQueryType

func (x *ListAlgorithmRequest) GetQueryType() int32

func (*ListAlgorithmRequest) GetTypeCode

func (x *ListAlgorithmRequest) GetTypeCode() string

func (*ListAlgorithmRequest) ProtoMessage

func (*ListAlgorithmRequest) ProtoMessage()

func (*ListAlgorithmRequest) ProtoReflect

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

func (*ListAlgorithmRequest) Reset

func (x *ListAlgorithmRequest) Reset()

func (*ListAlgorithmRequest) String

func (x *ListAlgorithmRequest) String() string

type ListAlgorithmResponse

type ListAlgorithmResponse struct {
	PageNo   int32            `protobuf:"varint,1,opt,name=page_no,json=pageNo,proto3" json:"page_no,omitempty"`
	PageSize int32            `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Total    int64            `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	List     []*AlgorithmInfo `protobuf:"bytes,4,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlgorithmResponse) Descriptor deprecated

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

Deprecated: Use ListAlgorithmResponse.ProtoReflect.Descriptor instead.

func (*ListAlgorithmResponse) GetList

func (x *ListAlgorithmResponse) GetList() []*AlgorithmInfo

func (*ListAlgorithmResponse) GetPageNo

func (x *ListAlgorithmResponse) GetPageNo() int32

func (*ListAlgorithmResponse) GetPageSize

func (x *ListAlgorithmResponse) GetPageSize() int32

func (*ListAlgorithmResponse) GetTotal

func (x *ListAlgorithmResponse) GetTotal() int64

func (*ListAlgorithmResponse) ProtoMessage

func (*ListAlgorithmResponse) ProtoMessage()

func (*ListAlgorithmResponse) ProtoReflect

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

func (*ListAlgorithmResponse) Reset

func (x *ListAlgorithmResponse) Reset()

func (*ListAlgorithmResponse) String

func (x *ListAlgorithmResponse) String() string

type ListAlgorithmVersionRequest

type ListAlgorithmVersionRequest struct {
	AlgorithmId string `protobuf:"bytes,1,opt,name=algorithm_id,json=algorithmId,proto3" json:"algorithm_id,omitempty"`
	FileName    string `protobuf:"bytes,2,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	PageNo      int32  `protobuf:"varint,3,opt,name=page_no,json=pageNo,proto3" json:"page_no,omitempty"`
	PageSize    int32  `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlgorithmVersionRequest) Descriptor deprecated

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

Deprecated: Use ListAlgorithmVersionRequest.ProtoReflect.Descriptor instead.

func (*ListAlgorithmVersionRequest) GetAlgorithmId

func (x *ListAlgorithmVersionRequest) GetAlgorithmId() string

func (*ListAlgorithmVersionRequest) GetFileName

func (x *ListAlgorithmVersionRequest) GetFileName() string

func (*ListAlgorithmVersionRequest) GetPageNo

func (x *ListAlgorithmVersionRequest) GetPageNo() int32

func (*ListAlgorithmVersionRequest) GetPageSize

func (x *ListAlgorithmVersionRequest) GetPageSize() int32

func (*ListAlgorithmVersionRequest) ProtoMessage

func (*ListAlgorithmVersionRequest) ProtoMessage()

func (*ListAlgorithmVersionRequest) ProtoReflect

func (*ListAlgorithmVersionRequest) Reset

func (x *ListAlgorithmVersionRequest) Reset()

func (*ListAlgorithmVersionRequest) String

func (x *ListAlgorithmVersionRequest) String() string

type ListAlgorithmVersionResponse

type ListAlgorithmVersionResponse struct {
	PageNo   int32                   `protobuf:"varint,1,opt,name=page_no,json=pageNo,proto3" json:"page_no,omitempty"`
	PageSize int32                   `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Total    int64                   `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	List     []*AlgorithmVersionInfo `protobuf:"bytes,4,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlgorithmVersionResponse) Descriptor deprecated

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

Deprecated: Use ListAlgorithmVersionResponse.ProtoReflect.Descriptor instead.

func (*ListAlgorithmVersionResponse) GetList

func (*ListAlgorithmVersionResponse) GetPageNo

func (x *ListAlgorithmVersionResponse) GetPageNo() int32

func (*ListAlgorithmVersionResponse) GetPageSize

func (x *ListAlgorithmVersionResponse) GetPageSize() int32

func (*ListAlgorithmVersionResponse) GetTotal

func (x *ListAlgorithmVersionResponse) GetTotal() int64

func (*ListAlgorithmVersionResponse) ProtoMessage

func (*ListAlgorithmVersionResponse) ProtoMessage()

func (*ListAlgorithmVersionResponse) ProtoReflect

func (*ListAlgorithmVersionResponse) Reset

func (x *ListAlgorithmVersionResponse) Reset()

func (*ListAlgorithmVersionResponse) String

type ListSubAlgorithmConfigResponse

type ListSubAlgorithmConfigResponse struct {
	List []*SubAlgorithmConfig `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubAlgorithmConfigResponse) Descriptor deprecated

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

Deprecated: Use ListSubAlgorithmConfigResponse.ProtoReflect.Descriptor instead.

func (*ListSubAlgorithmConfigResponse) GetList

func (*ListSubAlgorithmConfigResponse) ProtoMessage

func (*ListSubAlgorithmConfigResponse) ProtoMessage()

func (*ListSubAlgorithmConfigResponse) ProtoReflect

func (*ListSubAlgorithmConfigResponse) Reset

func (x *ListSubAlgorithmConfigResponse) Reset()

func (*ListSubAlgorithmConfigResponse) String

type ListSubAlgorithmRequest

type ListSubAlgorithmRequest struct {
	ParentId string `protobuf:"bytes,1,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	PageNo   int32  `protobuf:"varint,3,opt,name=page_no,json=pageNo,proto3" json:"page_no,omitempty"`
	PageSize int32  `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Id       string `protobuf:"bytes,6,opt,name=id,proto3" json:"id,omitempty"`
	Code     string `protobuf:"bytes,7,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubAlgorithmRequest) Descriptor deprecated

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

Deprecated: Use ListSubAlgorithmRequest.ProtoReflect.Descriptor instead.

func (*ListSubAlgorithmRequest) GetCode

func (x *ListSubAlgorithmRequest) GetCode() string

func (*ListSubAlgorithmRequest) GetId

func (x *ListSubAlgorithmRequest) GetId() string

func (*ListSubAlgorithmRequest) GetName

func (x *ListSubAlgorithmRequest) GetName() string

func (*ListSubAlgorithmRequest) GetPageNo

func (x *ListSubAlgorithmRequest) GetPageNo() int32

func (*ListSubAlgorithmRequest) GetPageSize

func (x *ListSubAlgorithmRequest) GetPageSize() int32

func (*ListSubAlgorithmRequest) GetParentId

func (x *ListSubAlgorithmRequest) GetParentId() string

func (*ListSubAlgorithmRequest) ProtoMessage

func (*ListSubAlgorithmRequest) ProtoMessage()

func (*ListSubAlgorithmRequest) ProtoReflect

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

func (*ListSubAlgorithmRequest) Reset

func (x *ListSubAlgorithmRequest) Reset()

func (*ListSubAlgorithmRequest) String

func (x *ListSubAlgorithmRequest) String() string

type ListSubAlgorithmResponse

type ListSubAlgorithmResponse struct {
	PageNo   int32               `protobuf:"varint,1,opt,name=page_no,json=pageNo,proto3" json:"page_no,omitempty"`
	PageSize int32               `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Total    int64               `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	List     []*SubAlgorithmInfo `protobuf:"bytes,4,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubAlgorithmResponse) Descriptor deprecated

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

Deprecated: Use ListSubAlgorithmResponse.ProtoReflect.Descriptor instead.

func (*ListSubAlgorithmResponse) GetList

func (*ListSubAlgorithmResponse) GetPageNo

func (x *ListSubAlgorithmResponse) GetPageNo() int32

func (*ListSubAlgorithmResponse) GetPageSize

func (x *ListSubAlgorithmResponse) GetPageSize() int32

func (*ListSubAlgorithmResponse) GetTotal

func (x *ListSubAlgorithmResponse) GetTotal() int64

func (*ListSubAlgorithmResponse) ProtoMessage

func (*ListSubAlgorithmResponse) ProtoMessage()

func (*ListSubAlgorithmResponse) ProtoReflect

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

func (*ListSubAlgorithmResponse) Reset

func (x *ListSubAlgorithmResponse) Reset()

func (*ListSubAlgorithmResponse) String

func (x *ListSubAlgorithmResponse) String() string

type MinioUrlRequest

type MinioUrlRequest struct {
	BucketName string `protobuf:"bytes,1,opt,name=bucket_name,json=bucketName,proto3" json:"bucket_name,omitempty"`
	ObjectName string `protobuf:"bytes,2,opt,name=object_name,json=objectName,proto3" json:"object_name,omitempty"`
	UrlType    int32  `protobuf:"varint,3,opt,name=url_type,json=urlType,proto3" json:"url_type,omitempty"`
	// contains filtered or unexported fields
}

func (*MinioUrlRequest) Descriptor deprecated

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

Deprecated: Use MinioUrlRequest.ProtoReflect.Descriptor instead.

func (*MinioUrlRequest) GetBucketName

func (x *MinioUrlRequest) GetBucketName() string

func (*MinioUrlRequest) GetObjectName

func (x *MinioUrlRequest) GetObjectName() string

func (*MinioUrlRequest) GetUrlType

func (x *MinioUrlRequest) GetUrlType() int32

func (*MinioUrlRequest) ProtoMessage

func (*MinioUrlRequest) ProtoMessage()

func (*MinioUrlRequest) ProtoReflect

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

func (*MinioUrlRequest) Reset

func (x *MinioUrlRequest) Reset()

func (*MinioUrlRequest) String

func (x *MinioUrlRequest) String() string

type MinioUrlResponse

type MinioUrlResponse struct {
	Url      string            `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	FormData map[string]string `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MinioUrlResponse) Descriptor deprecated

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

Deprecated: Use MinioUrlResponse.ProtoReflect.Descriptor instead.

func (*MinioUrlResponse) GetFormData

func (x *MinioUrlResponse) GetFormData() map[string]string

func (*MinioUrlResponse) GetUrl

func (x *MinioUrlResponse) GetUrl() string

func (*MinioUrlResponse) ProtoMessage

func (*MinioUrlResponse) ProtoMessage()

func (*MinioUrlResponse) ProtoReflect

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

func (*MinioUrlResponse) Reset

func (x *MinioUrlResponse) Reset()

func (*MinioUrlResponse) String

func (x *MinioUrlResponse) String() string

type SubAlgorithmConfig

type SubAlgorithmConfig 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"`
	Name           string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Type           string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	ElementType    string `protobuf:"bytes,5,opt,name=element_type,json=elementType,proto3" json:"element_type,omitempty"`
	IsDisplayed    string `protobuf:"bytes,6,opt,name=is_displayed,json=isDisplayed,proto3" json:"is_displayed,omitempty"`
	DictionaryCode string `protobuf:"bytes,7,opt,name=dictionary_code,json=dictionaryCode,proto3" json:"dictionary_code,omitempty"`
	// contains filtered or unexported fields
}

func (*SubAlgorithmConfig) Descriptor deprecated

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

Deprecated: Use SubAlgorithmConfig.ProtoReflect.Descriptor instead.

func (*SubAlgorithmConfig) GetDictionaryCode

func (x *SubAlgorithmConfig) GetDictionaryCode() string

func (*SubAlgorithmConfig) GetElementType

func (x *SubAlgorithmConfig) GetElementType() string

func (*SubAlgorithmConfig) GetIsDisplayed

func (x *SubAlgorithmConfig) GetIsDisplayed() string

func (*SubAlgorithmConfig) GetKey

func (x *SubAlgorithmConfig) GetKey() string

func (*SubAlgorithmConfig) GetName

func (x *SubAlgorithmConfig) GetName() string

func (*SubAlgorithmConfig) GetType

func (x *SubAlgorithmConfig) GetType() string

func (*SubAlgorithmConfig) GetValue

func (x *SubAlgorithmConfig) GetValue() string

func (*SubAlgorithmConfig) ProtoMessage

func (*SubAlgorithmConfig) ProtoMessage()

func (*SubAlgorithmConfig) ProtoReflect

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

func (*SubAlgorithmConfig) Reset

func (x *SubAlgorithmConfig) Reset()

func (*SubAlgorithmConfig) String

func (x *SubAlgorithmConfig) String() string

type SubAlgorithmInfo

type SubAlgorithmInfo struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Code         string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	Id           string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	ParentId     string `protobuf:"bytes,4,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	DetectTypeCn string `protobuf:"bytes,5,opt,name=detect_type_cn,json=detectTypeCn,proto3" json:"detect_type_cn,omitempty"`
	DetectTypeEn string `protobuf:"bytes,6,opt,name=detect_type_en,json=detectTypeEn,proto3" json:"detect_type_en,omitempty"`
	Notes        string `protobuf:"bytes,7,opt,name=notes,proto3" json:"notes,omitempty"`
	// ConfigInfo configs = 8;
	Configs         string `protobuf:"bytes,8,opt,name=configs,proto3" json:"configs,omitempty"`
	CenterAudioId   string `protobuf:"bytes,9,opt,name=center_audio_id,json=centerAudioId,proto3" json:"center_audio_id,omitempty"`
	DeviceAudioId   string `protobuf:"bytes,10,opt,name=device_audio_id,json=deviceAudioId,proto3" json:"device_audio_id,omitempty"`
	SmsTemplateId   string `protobuf:"bytes,11,opt,name=sms_template_id,json=smsTemplateId,proto3" json:"sms_template_id,omitempty"`
	PhoneTemplateId string `protobuf:"bytes,12,opt,name=phone_template_id,json=phoneTemplateId,proto3" json:"phone_template_id,omitempty"`
	AuthChannels    int32  `protobuf:"varint,13,opt,name=auth_channels,json=authChannels,proto3" json:"auth_channels,omitempty"`
	// contains filtered or unexported fields
}

func (*SubAlgorithmInfo) Descriptor deprecated

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

Deprecated: Use SubAlgorithmInfo.ProtoReflect.Descriptor instead.

func (*SubAlgorithmInfo) GetAuthChannels

func (x *SubAlgorithmInfo) GetAuthChannels() int32

func (*SubAlgorithmInfo) GetCenterAudioId

func (x *SubAlgorithmInfo) GetCenterAudioId() string

func (*SubAlgorithmInfo) GetCode

func (x *SubAlgorithmInfo) GetCode() string

func (*SubAlgorithmInfo) GetConfigs

func (x *SubAlgorithmInfo) GetConfigs() string

func (*SubAlgorithmInfo) GetDetectTypeCn

func (x *SubAlgorithmInfo) GetDetectTypeCn() string

func (*SubAlgorithmInfo) GetDetectTypeEn

func (x *SubAlgorithmInfo) GetDetectTypeEn() string

func (*SubAlgorithmInfo) GetDeviceAudioId

func (x *SubAlgorithmInfo) GetDeviceAudioId() string

func (*SubAlgorithmInfo) GetId

func (x *SubAlgorithmInfo) GetId() string

func (*SubAlgorithmInfo) GetName

func (x *SubAlgorithmInfo) GetName() string

func (*SubAlgorithmInfo) GetNotes

func (x *SubAlgorithmInfo) GetNotes() string

func (*SubAlgorithmInfo) GetParentId

func (x *SubAlgorithmInfo) GetParentId() string

func (*SubAlgorithmInfo) GetPhoneTemplateId

func (x *SubAlgorithmInfo) GetPhoneTemplateId() string

func (*SubAlgorithmInfo) GetSmsTemplateId

func (x *SubAlgorithmInfo) GetSmsTemplateId() string

func (*SubAlgorithmInfo) ProtoMessage

func (*SubAlgorithmInfo) ProtoMessage()

func (*SubAlgorithmInfo) ProtoReflect

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

func (*SubAlgorithmInfo) Reset

func (x *SubAlgorithmInfo) Reset()

func (*SubAlgorithmInfo) String

func (x *SubAlgorithmInfo) String() string

type UnimplementedAlgorithmServiceServer

type UnimplementedAlgorithmServiceServer struct {
}

UnimplementedAlgorithmServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAlgorithmServiceServer) AlgorithmCreate

func (UnimplementedAlgorithmServiceServer) AlgorithmDelete

func (UnimplementedAlgorithmServiceServer) AlgorithmList

func (UnimplementedAlgorithmServiceServer) AlgorithmUpdate

func (UnimplementedAlgorithmServiceServer) AlgorithmVersionCreate

func (UnimplementedAlgorithmServiceServer) AlgorithmVersionDelete

func (UnimplementedAlgorithmServiceServer) AlgorithmVersionDownload

func (UnimplementedAlgorithmServiceServer) AlgorithmVersionUpdate

func (UnimplementedAlgorithmServiceServer) MinioUrlGet

func (UnimplementedAlgorithmServiceServer) SubAlgorithmConfigList

func (UnimplementedAlgorithmServiceServer) SubAlgorithmCreate

func (UnimplementedAlgorithmServiceServer) SubAlgorithmList

func (UnimplementedAlgorithmServiceServer) SubAlgorithmUpdate

type UnsafeAlgorithmServiceServer

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

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

type UpdateAlgorithmRequest

type UpdateAlgorithmRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Code  string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	Notes string `protobuf:"bytes,4,opt,name=notes,proto3" json:"notes,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAlgorithmRequest) Descriptor deprecated

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

Deprecated: Use UpdateAlgorithmRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlgorithmRequest) GetCode

func (x *UpdateAlgorithmRequest) GetCode() string

func (*UpdateAlgorithmRequest) GetId

func (x *UpdateAlgorithmRequest) GetId() string

func (*UpdateAlgorithmRequest) GetName

func (x *UpdateAlgorithmRequest) GetName() string

func (*UpdateAlgorithmRequest) GetNotes

func (x *UpdateAlgorithmRequest) GetNotes() string

func (*UpdateAlgorithmRequest) ProtoMessage

func (*UpdateAlgorithmRequest) ProtoMessage()

func (*UpdateAlgorithmRequest) ProtoReflect

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

func (*UpdateAlgorithmRequest) Reset

func (x *UpdateAlgorithmRequest) Reset()

func (*UpdateAlgorithmRequest) String

func (x *UpdateAlgorithmRequest) String() string

type UpdateAlgorithmVersionRequest

type UpdateAlgorithmVersionRequest struct {
	Id         string                         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	VersionReq *CreateAlgorithmVersionRequest `protobuf:"bytes,2,opt,name=version_req,json=versionReq,proto3" json:"version_req,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAlgorithmVersionRequest) Descriptor deprecated

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

Deprecated: Use UpdateAlgorithmVersionRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlgorithmVersionRequest) GetId

func (*UpdateAlgorithmVersionRequest) GetVersionReq

func (*UpdateAlgorithmVersionRequest) ProtoMessage

func (*UpdateAlgorithmVersionRequest) ProtoMessage()

func (*UpdateAlgorithmVersionRequest) ProtoReflect

func (*UpdateAlgorithmVersionRequest) Reset

func (x *UpdateAlgorithmVersionRequest) Reset()

func (*UpdateAlgorithmVersionRequest) String

type UpdateSubAlgorithmRequest

type UpdateSubAlgorithmRequest struct {
	Name            string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Code            string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	Notes           string `protobuf:"bytes,3,opt,name=notes,proto3" json:"notes,omitempty"`
	Id              string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"`
	CenterAudioId   string `protobuf:"bytes,5,opt,name=center_audio_id,json=centerAudioId,proto3" json:"center_audio_id,omitempty"`
	DeviceAudioId   string `protobuf:"bytes,6,opt,name=device_audio_id,json=deviceAudioId,proto3" json:"device_audio_id,omitempty"`
	SmsTemplateId   string `protobuf:"bytes,7,opt,name=sms_template_id,json=smsTemplateId,proto3" json:"sms_template_id,omitempty"`
	PhoneTemplateId string `protobuf:"bytes,8,opt,name=phone_template_id,json=phoneTemplateId,proto3" json:"phone_template_id,omitempty"`
	// ConfigInfo configs = 5;
	Configs string `protobuf:"bytes,9,opt,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubAlgorithmRequest) Descriptor deprecated

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

Deprecated: Use UpdateSubAlgorithmRequest.ProtoReflect.Descriptor instead.

func (*UpdateSubAlgorithmRequest) GetCenterAudioId

func (x *UpdateSubAlgorithmRequest) GetCenterAudioId() string

func (*UpdateSubAlgorithmRequest) GetCode

func (x *UpdateSubAlgorithmRequest) GetCode() string

func (*UpdateSubAlgorithmRequest) GetConfigs

func (x *UpdateSubAlgorithmRequest) GetConfigs() string

func (*UpdateSubAlgorithmRequest) GetDeviceAudioId

func (x *UpdateSubAlgorithmRequest) GetDeviceAudioId() string

func (*UpdateSubAlgorithmRequest) GetId

func (x *UpdateSubAlgorithmRequest) GetId() string

func (*UpdateSubAlgorithmRequest) GetName

func (x *UpdateSubAlgorithmRequest) GetName() string

func (*UpdateSubAlgorithmRequest) GetNotes

func (x *UpdateSubAlgorithmRequest) GetNotes() string

func (*UpdateSubAlgorithmRequest) GetPhoneTemplateId

func (x *UpdateSubAlgorithmRequest) GetPhoneTemplateId() string

func (*UpdateSubAlgorithmRequest) GetSmsTemplateId

func (x *UpdateSubAlgorithmRequest) GetSmsTemplateId() string

func (*UpdateSubAlgorithmRequest) ProtoMessage

func (*UpdateSubAlgorithmRequest) ProtoMessage()

func (*UpdateSubAlgorithmRequest) ProtoReflect

func (*UpdateSubAlgorithmRequest) Reset

func (x *UpdateSubAlgorithmRequest) Reset()

func (*UpdateSubAlgorithmRequest) String

func (x *UpdateSubAlgorithmRequest) String() string

Jump to

Keyboard shortcuts

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