model

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_model_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateModelLabelsRequest

type CreateModelLabelsRequest struct {
	RegionId string          `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId  string          `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	Labels   []*common.Label `protobuf:"bytes,3,rep,name=labels,proto3" form:"labels" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateModelLabelsRequest) Descriptor deprecated

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

Deprecated: Use CreateModelLabelsRequest.ProtoReflect.Descriptor instead.

func (*CreateModelLabelsRequest) GetLabels

func (x *CreateModelLabelsRequest) GetLabels() []*common.Label

func (*CreateModelLabelsRequest) GetModelId

func (x *CreateModelLabelsRequest) GetModelId() string

func (*CreateModelLabelsRequest) GetRegionId

func (x *CreateModelLabelsRequest) GetRegionId() string

func (*CreateModelLabelsRequest) ProtoMessage

func (*CreateModelLabelsRequest) ProtoMessage()

func (*CreateModelLabelsRequest) ProtoReflect

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

func (*CreateModelLabelsRequest) Reset

func (x *CreateModelLabelsRequest) Reset()

func (*CreateModelLabelsRequest) String

func (x *CreateModelLabelsRequest) String() string

type CreateModelLabelsResponse

type CreateModelLabelsResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*CreateModelLabelsResponse) Descriptor deprecated

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

Deprecated: Use CreateModelLabelsResponse.ProtoReflect.Descriptor instead.

func (*CreateModelLabelsResponse) GetRequestId

func (x *CreateModelLabelsResponse) GetRequestId() string

func (*CreateModelLabelsResponse) ProtoMessage

func (*CreateModelLabelsResponse) ProtoMessage()

func (*CreateModelLabelsResponse) ProtoReflect

func (*CreateModelLabelsResponse) Reset

func (x *CreateModelLabelsResponse) Reset()

func (*CreateModelLabelsResponse) String

func (x *CreateModelLabelsResponse) String() string

type CreateModelPreheatRequest

type CreateModelPreheatRequest struct {
	RegionId   string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId    string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	Version    string `protobuf:"bytes,3,opt,name=version,proto3" form:"version" json:"version,omitempty"`
	ClusterId  string `protobuf:"bytes,4,opt,name=clusterId,proto3" form:"clusterId" json:"clusterId,omitempty"`
	Namespace  string `protobuf:"bytes,5,opt,name=namespace,proto3" form:"namespace" json:"namespace,omitempty"`
	NodeNames  string `protobuf:"bytes,6,opt,name=nodeNames,proto3" form:"nodeNames" json:"nodeNames,omitempty"`
	NodeLabels string `protobuf:"bytes,7,opt,name=nodeLabels,proto3" form:"nodeLabels" json:"nodeLabels,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateModelPreheatRequest) Descriptor deprecated

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

Deprecated: Use CreateModelPreheatRequest.ProtoReflect.Descriptor instead.

func (*CreateModelPreheatRequest) GetClusterId

func (x *CreateModelPreheatRequest) GetClusterId() string

func (*CreateModelPreheatRequest) GetModelId

func (x *CreateModelPreheatRequest) GetModelId() string

func (*CreateModelPreheatRequest) GetNamespace

func (x *CreateModelPreheatRequest) GetNamespace() string

func (*CreateModelPreheatRequest) GetNodeLabels

func (x *CreateModelPreheatRequest) GetNodeLabels() string

func (*CreateModelPreheatRequest) GetNodeNames

func (x *CreateModelPreheatRequest) GetNodeNames() string

func (*CreateModelPreheatRequest) GetRegionId

func (x *CreateModelPreheatRequest) GetRegionId() string

func (*CreateModelPreheatRequest) GetVersion

func (x *CreateModelPreheatRequest) GetVersion() string

func (*CreateModelPreheatRequest) ProtoMessage

func (*CreateModelPreheatRequest) ProtoMessage()

func (*CreateModelPreheatRequest) ProtoReflect

func (*CreateModelPreheatRequest) Reset

func (x *CreateModelPreheatRequest) Reset()

func (*CreateModelPreheatRequest) String

func (x *CreateModelPreheatRequest) String() string

type CreateModelPreheatResponse

type CreateModelPreheatResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*CreateModelPreheatResponse) Descriptor deprecated

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

Deprecated: Use CreateModelPreheatResponse.ProtoReflect.Descriptor instead.

func (*CreateModelPreheatResponse) GetRequestId

func (x *CreateModelPreheatResponse) GetRequestId() string

func (*CreateModelPreheatResponse) ProtoMessage

func (*CreateModelPreheatResponse) ProtoMessage()

func (*CreateModelPreheatResponse) ProtoReflect

func (*CreateModelPreheatResponse) Reset

func (x *CreateModelPreheatResponse) Reset()

func (*CreateModelPreheatResponse) String

func (x *CreateModelPreheatResponse) String() string

type CreateModelRequest

type CreateModelRequest struct {
	RegionId           string          `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ClusterId          string          `protobuf:"bytes,2,opt,name=clusterId,proto3" form:"clusterId" json:"clusterId,omitempty"`
	Namespace          string          `protobuf:"bytes,3,opt,name=namespace,proto3" form:"namespace" json:"namespace,omitempty"`
	ModelId            string          `protobuf:"bytes,4,opt,name=modelId,proto3" form:"modelId" json:"modelId,omitempty"`
	ModelName          string          `protobuf:"bytes,5,opt,name=modelName,proto3" form:"modelName" json:"modelName,omitempty"`
	ModelDescription   string          `protobuf:"bytes,6,opt,name=modelDescription,proto3" form:"modelDescription" json:"modelDescription,omitempty"`
	ModelClass         string          `protobuf:"bytes,7,opt,name=modelClass,proto3" form:"modelClass" json:"modelClass,omitempty"`
	ModelFramework     string          `protobuf:"bytes,8,opt,name=modelFramework,proto3" form:"modelFramework" json:"modelFramework,omitempty"`
	ModelScenario      string          `protobuf:"bytes,9,opt,name=modelScenario,proto3" form:"modelScenario" json:"modelScenario,omitempty"`
	Origin             string          `protobuf:"bytes,10,opt,name=origin,proto3" form:"origin" json:"origin,omitempty"`
	OriginModelName    string          `protobuf:"bytes,11,opt,name=originModelName,proto3" form:"originModelName" json:"originModelName,omitempty"`
	AccessToken        string          `protobuf:"bytes,12,opt,name=accessToken,proto3" form:"accessToken" json:"accessToken,omitempty"`
	Creator            string          `protobuf:"bytes,13,opt,name=creator,proto3" form:"creator" json:"creator,omitempty"`
	VersionDescription string          `protobuf:"bytes,14,opt,name=versionDescription,proto3" form:"versionDescription" json:"versionDescription,omitempty"`
	Labels             []*common.Label `protobuf:"bytes,15,rep,name=labels,proto3" form:"labels" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateModelRequest) Descriptor deprecated

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

Deprecated: Use CreateModelRequest.ProtoReflect.Descriptor instead.

func (*CreateModelRequest) GetAccessToken

func (x *CreateModelRequest) GetAccessToken() string

func (*CreateModelRequest) GetClusterId

func (x *CreateModelRequest) GetClusterId() string

func (*CreateModelRequest) GetCreator

func (x *CreateModelRequest) GetCreator() string

func (*CreateModelRequest) GetLabels

func (x *CreateModelRequest) GetLabels() []*common.Label

func (*CreateModelRequest) GetModelClass

func (x *CreateModelRequest) GetModelClass() string

func (*CreateModelRequest) GetModelDescription

func (x *CreateModelRequest) GetModelDescription() string

func (*CreateModelRequest) GetModelFramework

func (x *CreateModelRequest) GetModelFramework() string

func (*CreateModelRequest) GetModelId

func (x *CreateModelRequest) GetModelId() string

func (*CreateModelRequest) GetModelName

func (x *CreateModelRequest) GetModelName() string

func (*CreateModelRequest) GetModelScenario

func (x *CreateModelRequest) GetModelScenario() string

func (*CreateModelRequest) GetNamespace

func (x *CreateModelRequest) GetNamespace() string

func (*CreateModelRequest) GetOrigin

func (x *CreateModelRequest) GetOrigin() string

func (*CreateModelRequest) GetOriginModelName

func (x *CreateModelRequest) GetOriginModelName() string

func (*CreateModelRequest) GetRegionId

func (x *CreateModelRequest) GetRegionId() string

func (*CreateModelRequest) GetVersionDescription

func (x *CreateModelRequest) GetVersionDescription() string

func (*CreateModelRequest) ProtoMessage

func (*CreateModelRequest) ProtoMessage()

func (*CreateModelRequest) ProtoReflect

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

func (*CreateModelRequest) Reset

func (x *CreateModelRequest) Reset()

func (*CreateModelRequest) String

func (x *CreateModelRequest) String() string

type CreateModelResponse

type CreateModelResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	ModelId   string `protobuf:"bytes,2,opt,name=modelId,proto3" form:"modelId" json:"modelId,omitempty" query:"modelId"`
	// contains filtered or unexported fields
}

func (*CreateModelResponse) Descriptor deprecated

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

Deprecated: Use CreateModelResponse.ProtoReflect.Descriptor instead.

func (*CreateModelResponse) GetModelId

func (x *CreateModelResponse) GetModelId() string

func (*CreateModelResponse) GetRequestId

func (x *CreateModelResponse) GetRequestId() string

func (*CreateModelResponse) ProtoMessage

func (*CreateModelResponse) ProtoMessage()

func (*CreateModelResponse) ProtoReflect

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

func (*CreateModelResponse) Reset

func (x *CreateModelResponse) Reset()

func (*CreateModelResponse) String

func (x *CreateModelResponse) String() string

type CreateModelVersionLabelsRequest

type CreateModelVersionLabelsRequest struct {
	RegionId string          `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId  string          `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	Version  string          `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" path:"version"`
	Labels   []*common.Label `protobuf:"bytes,4,rep,name=labels,proto3" form:"labels" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateModelVersionLabelsRequest) Descriptor deprecated

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

Deprecated: Use CreateModelVersionLabelsRequest.ProtoReflect.Descriptor instead.

func (*CreateModelVersionLabelsRequest) GetLabels

func (x *CreateModelVersionLabelsRequest) GetLabels() []*common.Label

func (*CreateModelVersionLabelsRequest) GetModelId

func (x *CreateModelVersionLabelsRequest) GetModelId() string

func (*CreateModelVersionLabelsRequest) GetRegionId

func (x *CreateModelVersionLabelsRequest) GetRegionId() string

func (*CreateModelVersionLabelsRequest) GetVersion

func (x *CreateModelVersionLabelsRequest) GetVersion() string

func (*CreateModelVersionLabelsRequest) ProtoMessage

func (*CreateModelVersionLabelsRequest) ProtoMessage()

func (*CreateModelVersionLabelsRequest) ProtoReflect

func (*CreateModelVersionLabelsRequest) Reset

func (*CreateModelVersionLabelsRequest) String

type CreateModelVersionLabelsResponse

type CreateModelVersionLabelsResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*CreateModelVersionLabelsResponse) Descriptor deprecated

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

Deprecated: Use CreateModelVersionLabelsResponse.ProtoReflect.Descriptor instead.

func (*CreateModelVersionLabelsResponse) GetRequestId

func (x *CreateModelVersionLabelsResponse) GetRequestId() string

func (*CreateModelVersionLabelsResponse) ProtoMessage

func (*CreateModelVersionLabelsResponse) ProtoMessage()

func (*CreateModelVersionLabelsResponse) ProtoReflect

func (*CreateModelVersionLabelsResponse) Reset

func (*CreateModelVersionLabelsResponse) String

type CreateModelVersionRequest

type CreateModelVersionRequest struct {
	RegionId        string          `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ClusterId       string          `protobuf:"bytes,2,opt,name=clusterId,proto3" form:"clusterId" json:"clusterId,omitempty"`
	Namespace       string          `protobuf:"bytes,3,opt,name=namespace,proto3" form:"namespace" json:"namespace,omitempty"`
	ModelId         string          `protobuf:"bytes,4,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	Description     string          `protobuf:"bytes,5,opt,name=description,proto3" form:"description" json:"description,omitempty"`
	Origin          string          `protobuf:"bytes,6,opt,name=origin,proto3" form:"origin" json:"origin,omitempty"`
	OriginModelName string          `protobuf:"bytes,7,opt,name=originModelName,proto3" form:"originModelName" json:"originModelName,omitempty"`
	AccessToken     string          `protobuf:"bytes,8,opt,name=accessToken,proto3" form:"accessToken" json:"accessToken,omitempty"`
	Creator         string          `protobuf:"bytes,9,opt,name=creator,proto3" form:"creator" json:"creator,omitempty"`
	Labels          []*common.Label `protobuf:"bytes,10,rep,name=labels,proto3" form:"labels" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateModelVersionRequest) Descriptor deprecated

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

Deprecated: Use CreateModelVersionRequest.ProtoReflect.Descriptor instead.

func (*CreateModelVersionRequest) GetAccessToken

func (x *CreateModelVersionRequest) GetAccessToken() string

func (*CreateModelVersionRequest) GetClusterId

func (x *CreateModelVersionRequest) GetClusterId() string

func (*CreateModelVersionRequest) GetCreator

func (x *CreateModelVersionRequest) GetCreator() string

func (*CreateModelVersionRequest) GetDescription

func (x *CreateModelVersionRequest) GetDescription() string

func (*CreateModelVersionRequest) GetLabels

func (x *CreateModelVersionRequest) GetLabels() []*common.Label

func (*CreateModelVersionRequest) GetModelId

func (x *CreateModelVersionRequest) GetModelId() string

func (*CreateModelVersionRequest) GetNamespace

func (x *CreateModelVersionRequest) GetNamespace() string

func (*CreateModelVersionRequest) GetOrigin

func (x *CreateModelVersionRequest) GetOrigin() string

func (*CreateModelVersionRequest) GetOriginModelName

func (x *CreateModelVersionRequest) GetOriginModelName() string

func (*CreateModelVersionRequest) GetRegionId

func (x *CreateModelVersionRequest) GetRegionId() string

func (*CreateModelVersionRequest) ProtoMessage

func (*CreateModelVersionRequest) ProtoMessage()

func (*CreateModelVersionRequest) ProtoReflect

func (*CreateModelVersionRequest) Reset

func (x *CreateModelVersionRequest) Reset()

func (*CreateModelVersionRequest) String

func (x *CreateModelVersionRequest) String() string

type CreateModelVersionResponse

type CreateModelVersionResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Version   string `protobuf:"bytes,2,opt,name=version,proto3" form:"version" json:"version,omitempty" query:"version"`
	// contains filtered or unexported fields
}

func (*CreateModelVersionResponse) Descriptor deprecated

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

Deprecated: Use CreateModelVersionResponse.ProtoReflect.Descriptor instead.

func (*CreateModelVersionResponse) GetRequestId

func (x *CreateModelVersionResponse) GetRequestId() string

func (*CreateModelVersionResponse) GetVersion

func (x *CreateModelVersionResponse) GetVersion() string

func (*CreateModelVersionResponse) ProtoMessage

func (*CreateModelVersionResponse) ProtoMessage()

func (*CreateModelVersionResponse) ProtoReflect

func (*CreateModelVersionResponse) Reset

func (x *CreateModelVersionResponse) Reset()

func (*CreateModelVersionResponse) String

func (x *CreateModelVersionResponse) String() string

type DeleteModelLabelsRequest

type DeleteModelLabelsRequest struct {
	RegionId  string   `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId   string   `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	LabelKeys []string `protobuf:"bytes,3,rep,name=labelKeys,proto3" form:"labelKeys" json:"labelKeys,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteModelLabelsRequest) Descriptor deprecated

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

Deprecated: Use DeleteModelLabelsRequest.ProtoReflect.Descriptor instead.

func (*DeleteModelLabelsRequest) GetLabelKeys

func (x *DeleteModelLabelsRequest) GetLabelKeys() []string

func (*DeleteModelLabelsRequest) GetModelId

func (x *DeleteModelLabelsRequest) GetModelId() string

func (*DeleteModelLabelsRequest) GetRegionId

func (x *DeleteModelLabelsRequest) GetRegionId() string

func (*DeleteModelLabelsRequest) ProtoMessage

func (*DeleteModelLabelsRequest) ProtoMessage()

func (*DeleteModelLabelsRequest) ProtoReflect

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

func (*DeleteModelLabelsRequest) Reset

func (x *DeleteModelLabelsRequest) Reset()

func (*DeleteModelLabelsRequest) String

func (x *DeleteModelLabelsRequest) String() string

type DeleteModelLabelsResponse

type DeleteModelLabelsResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*DeleteModelLabelsResponse) Descriptor deprecated

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

Deprecated: Use DeleteModelLabelsResponse.ProtoReflect.Descriptor instead.

func (*DeleteModelLabelsResponse) GetRequestId

func (x *DeleteModelLabelsResponse) GetRequestId() string

func (*DeleteModelLabelsResponse) ProtoMessage

func (*DeleteModelLabelsResponse) ProtoMessage()

func (*DeleteModelLabelsResponse) ProtoReflect

func (*DeleteModelLabelsResponse) Reset

func (x *DeleteModelLabelsResponse) Reset()

func (*DeleteModelLabelsResponse) String

func (x *DeleteModelLabelsResponse) String() string

type DeleteModelRequest

type DeleteModelRequest struct {
	RegionId string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId  string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	// contains filtered or unexported fields
}

func (*DeleteModelRequest) Descriptor deprecated

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

Deprecated: Use DeleteModelRequest.ProtoReflect.Descriptor instead.

func (*DeleteModelRequest) GetModelId

func (x *DeleteModelRequest) GetModelId() string

func (*DeleteModelRequest) GetRegionId

func (x *DeleteModelRequest) GetRegionId() string

func (*DeleteModelRequest) ProtoMessage

func (*DeleteModelRequest) ProtoMessage()

func (*DeleteModelRequest) ProtoReflect

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

func (*DeleteModelRequest) Reset

func (x *DeleteModelRequest) Reset()

func (*DeleteModelRequest) String

func (x *DeleteModelRequest) String() string

type DeleteModelResponse

type DeleteModelResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*DeleteModelResponse) Descriptor deprecated

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

Deprecated: Use DeleteModelResponse.ProtoReflect.Descriptor instead.

func (*DeleteModelResponse) GetRequestId

func (x *DeleteModelResponse) GetRequestId() string

func (*DeleteModelResponse) ProtoMessage

func (*DeleteModelResponse) ProtoMessage()

func (*DeleteModelResponse) ProtoReflect

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

func (*DeleteModelResponse) Reset

func (x *DeleteModelResponse) Reset()

func (*DeleteModelResponse) String

func (x *DeleteModelResponse) String() string

type DeleteModelVersionLabelsRequest

type DeleteModelVersionLabelsRequest struct {
	RegionId  string   `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId   string   `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	Version   string   `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" path:"version"`
	LabelKeys []string `protobuf:"bytes,4,rep,name=labelKeys,proto3" form:"labelKeys" json:"labelKeys,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteModelVersionLabelsRequest) Descriptor deprecated

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

Deprecated: Use DeleteModelVersionLabelsRequest.ProtoReflect.Descriptor instead.

func (*DeleteModelVersionLabelsRequest) GetLabelKeys

func (x *DeleteModelVersionLabelsRequest) GetLabelKeys() []string

func (*DeleteModelVersionLabelsRequest) GetModelId

func (x *DeleteModelVersionLabelsRequest) GetModelId() string

func (*DeleteModelVersionLabelsRequest) GetRegionId

func (x *DeleteModelVersionLabelsRequest) GetRegionId() string

func (*DeleteModelVersionLabelsRequest) GetVersion

func (x *DeleteModelVersionLabelsRequest) GetVersion() string

func (*DeleteModelVersionLabelsRequest) ProtoMessage

func (*DeleteModelVersionLabelsRequest) ProtoMessage()

func (*DeleteModelVersionLabelsRequest) ProtoReflect

func (*DeleteModelVersionLabelsRequest) Reset

func (*DeleteModelVersionLabelsRequest) String

type DeleteModelVersionLabelsResponse

type DeleteModelVersionLabelsResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*DeleteModelVersionLabelsResponse) Descriptor deprecated

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

Deprecated: Use DeleteModelVersionLabelsResponse.ProtoReflect.Descriptor instead.

func (*DeleteModelVersionLabelsResponse) GetRequestId

func (x *DeleteModelVersionLabelsResponse) GetRequestId() string

func (*DeleteModelVersionLabelsResponse) ProtoMessage

func (*DeleteModelVersionLabelsResponse) ProtoMessage()

func (*DeleteModelVersionLabelsResponse) ProtoReflect

func (*DeleteModelVersionLabelsResponse) Reset

func (*DeleteModelVersionLabelsResponse) String

type DeleteModelVersionRequest

type DeleteModelVersionRequest struct {
	RegionId string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId  string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	Version  string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" path:"version"`
	// contains filtered or unexported fields
}

func (*DeleteModelVersionRequest) Descriptor deprecated

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

Deprecated: Use DeleteModelVersionRequest.ProtoReflect.Descriptor instead.

func (*DeleteModelVersionRequest) GetModelId

func (x *DeleteModelVersionRequest) GetModelId() string

func (*DeleteModelVersionRequest) GetRegionId

func (x *DeleteModelVersionRequest) GetRegionId() string

func (*DeleteModelVersionRequest) GetVersion

func (x *DeleteModelVersionRequest) GetVersion() string

func (*DeleteModelVersionRequest) ProtoMessage

func (*DeleteModelVersionRequest) ProtoMessage()

func (*DeleteModelVersionRequest) ProtoReflect

func (*DeleteModelVersionRequest) Reset

func (x *DeleteModelVersionRequest) Reset()

func (*DeleteModelVersionRequest) String

func (x *DeleteModelVersionRequest) String() string

type DeleteModelVersionResponse

type DeleteModelVersionResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*DeleteModelVersionResponse) Descriptor deprecated

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

Deprecated: Use DeleteModelVersionResponse.ProtoReflect.Descriptor instead.

func (*DeleteModelVersionResponse) GetRequestId

func (x *DeleteModelVersionResponse) GetRequestId() string

func (*DeleteModelVersionResponse) ProtoMessage

func (*DeleteModelVersionResponse) ProtoMessage()

func (*DeleteModelVersionResponse) ProtoReflect

func (*DeleteModelVersionResponse) Reset

func (x *DeleteModelVersionResponse) Reset()

func (*DeleteModelVersionResponse) String

func (x *DeleteModelVersionResponse) String() string

type Fields

type Fields struct {
	Policy         string `protobuf:"bytes,1,opt,name=policy,proto3" form:"policy" json:"policy,omitempty" query:"policy"`
	AWSAccessKeyId string `` /* 126-byte string literal not displayed */
	Key            string `protobuf:"bytes,3,opt,name=key,proto3" form:"key" json:"key,omitempty" query:"key"`
	Signature      string `protobuf:"bytes,4,opt,name=signature,proto3" form:"signature" json:"signature,omitempty" query:"signature"`
	// contains filtered or unexported fields
}

func (*Fields) Descriptor deprecated

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

Deprecated: Use Fields.ProtoReflect.Descriptor instead.

func (*Fields) GetAWSAccessKeyId

func (x *Fields) GetAWSAccessKeyId() string

func (*Fields) GetKey

func (x *Fields) GetKey() string

func (*Fields) GetPolicy

func (x *Fields) GetPolicy() string

func (*Fields) GetSignature

func (x *Fields) GetSignature() string

func (*Fields) ProtoMessage

func (*Fields) ProtoMessage()

func (*Fields) ProtoReflect

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

func (*Fields) Reset

func (x *Fields) Reset()

func (*Fields) String

func (x *Fields) String() string

type GenerateObjectUploadLinkRequest

type GenerateObjectUploadLinkRequest struct {
	RegionId  string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId   string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	ClusterId string `protobuf:"bytes,3,opt,name=clusterId,proto3" json:"clusterId,omitempty" query:"clusterId"`
	// contains filtered or unexported fields
}

func (*GenerateObjectUploadLinkRequest) Descriptor deprecated

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

Deprecated: Use GenerateObjectUploadLinkRequest.ProtoReflect.Descriptor instead.

func (*GenerateObjectUploadLinkRequest) GetClusterId

func (x *GenerateObjectUploadLinkRequest) GetClusterId() string

func (*GenerateObjectUploadLinkRequest) GetModelId

func (x *GenerateObjectUploadLinkRequest) GetModelId() string

func (*GenerateObjectUploadLinkRequest) GetRegionId

func (x *GenerateObjectUploadLinkRequest) GetRegionId() string

func (*GenerateObjectUploadLinkRequest) ProtoMessage

func (*GenerateObjectUploadLinkRequest) ProtoMessage()

func (*GenerateObjectUploadLinkRequest) ProtoReflect

func (*GenerateObjectUploadLinkRequest) Reset

func (*GenerateObjectUploadLinkRequest) String

type GenerateObjectUploadLinkResponse

type GenerateObjectUploadLinkResponse struct {
	RequestId string  `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Url       string  `protobuf:"bytes,2,opt,name=url,proto3" form:"url" json:"url,omitempty" query:"url"`
	Fields    *Fields `protobuf:"bytes,3,opt,name=fields,proto3" form:"fields" json:"fields,omitempty" query:"fields"`
	// contains filtered or unexported fields
}

func (*GenerateObjectUploadLinkResponse) Descriptor deprecated

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

Deprecated: Use GenerateObjectUploadLinkResponse.ProtoReflect.Descriptor instead.

func (*GenerateObjectUploadLinkResponse) GetFields

func (x *GenerateObjectUploadLinkResponse) GetFields() *Fields

func (*GenerateObjectUploadLinkResponse) GetRequestId

func (x *GenerateObjectUploadLinkResponse) GetRequestId() string

func (*GenerateObjectUploadLinkResponse) GetUrl

func (*GenerateObjectUploadLinkResponse) ProtoMessage

func (*GenerateObjectUploadLinkResponse) ProtoMessage()

func (*GenerateObjectUploadLinkResponse) ProtoReflect

func (*GenerateObjectUploadLinkResponse) Reset

func (*GenerateObjectUploadLinkResponse) String

type GetModelRequest

type GetModelRequest struct {
	RegionId string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId  string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	// contains filtered or unexported fields
}

func (*GetModelRequest) Descriptor deprecated

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

Deprecated: Use GetModelRequest.ProtoReflect.Descriptor instead.

func (*GetModelRequest) GetModelId

func (x *GetModelRequest) GetModelId() string

func (*GetModelRequest) GetRegionId

func (x *GetModelRequest) GetRegionId() string

func (*GetModelRequest) ProtoMessage

func (*GetModelRequest) ProtoMessage()

func (*GetModelRequest) ProtoReflect

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

func (*GetModelRequest) Reset

func (x *GetModelRequest) Reset()

func (*GetModelRequest) String

func (x *GetModelRequest) String() string

type GetModelResponse

type GetModelResponse struct {
	RequestId        string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	ModelId          string `protobuf:"bytes,2,opt,name=modelId,proto3" form:"modelId" json:"modelId,omitempty" query:"modelId"`
	ModelName        string `protobuf:"bytes,3,opt,name=modelName,proto3" form:"modelName" json:"modelName,omitempty" query:"modelName"`
	ModelType        string `protobuf:"bytes,4,opt,name=modelType,proto3" form:"modelType" json:"modelType,omitempty" query:"modelType"`
	ModelDescription string `` /* 134-byte string literal not displayed */
	ModelClass       string `protobuf:"bytes,6,opt,name=modelClass,proto3" form:"modelClass" json:"modelClass,omitempty" query:"modelClass"`
	ModelFramework   string `` /* 126-byte string literal not displayed */
	ModelScenario    string `protobuf:"bytes,8,opt,name=modelScenario,proto3" form:"modelScenario" json:"modelScenario,omitempty" query:"modelScenario"`
	LatestVersion    string `protobuf:"bytes,9,opt,name=latestVersion,proto3" form:"latestVersion" json:"latestVersion,omitempty" query:"latestVersion"`
	CreateTime       string `protobuf:"bytes,10,opt,name=createTime,proto3" form:"createTime" json:"createTime,omitempty" query:"createTime"`
	// contains filtered or unexported fields
}

func (*GetModelResponse) Descriptor deprecated

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

Deprecated: Use GetModelResponse.ProtoReflect.Descriptor instead.

func (*GetModelResponse) GetCreateTime

func (x *GetModelResponse) GetCreateTime() string

func (*GetModelResponse) GetLatestVersion

func (x *GetModelResponse) GetLatestVersion() string

func (*GetModelResponse) GetModelClass

func (x *GetModelResponse) GetModelClass() string

func (*GetModelResponse) GetModelDescription

func (x *GetModelResponse) GetModelDescription() string

func (*GetModelResponse) GetModelFramework

func (x *GetModelResponse) GetModelFramework() string

func (*GetModelResponse) GetModelId

func (x *GetModelResponse) GetModelId() string

func (*GetModelResponse) GetModelName

func (x *GetModelResponse) GetModelName() string

func (*GetModelResponse) GetModelScenario

func (x *GetModelResponse) GetModelScenario() string

func (*GetModelResponse) GetModelType

func (x *GetModelResponse) GetModelType() string

func (*GetModelResponse) GetRequestId

func (x *GetModelResponse) GetRequestId() string

func (*GetModelResponse) ProtoMessage

func (*GetModelResponse) ProtoMessage()

func (*GetModelResponse) ProtoReflect

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

func (*GetModelResponse) Reset

func (x *GetModelResponse) Reset()

func (*GetModelResponse) String

func (x *GetModelResponse) String() string

type GetModelVersionRequest

type GetModelVersionRequest struct {
	RegionId string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId  string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	Version  string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" path:"version"`
	// contains filtered or unexported fields
}

func (*GetModelVersionRequest) Descriptor deprecated

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

Deprecated: Use GetModelVersionRequest.ProtoReflect.Descriptor instead.

func (*GetModelVersionRequest) GetModelId

func (x *GetModelVersionRequest) GetModelId() string

func (*GetModelVersionRequest) GetRegionId

func (x *GetModelVersionRequest) GetRegionId() string

func (*GetModelVersionRequest) GetVersion

func (x *GetModelVersionRequest) GetVersion() string

func (*GetModelVersionRequest) ProtoMessage

func (*GetModelVersionRequest) ProtoMessage()

func (*GetModelVersionRequest) ProtoReflect

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

func (*GetModelVersionRequest) Reset

func (x *GetModelVersionRequest) Reset()

func (*GetModelVersionRequest) String

func (x *GetModelVersionRequest) String() string

type GetModelVersionResponse

type GetModelVersionResponse struct {
	RequestId          string          `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	Version            string          `protobuf:"bytes,2,opt,name=version,proto3" form:"version" json:"version,omitempty" query:"version"`
	Description        string          `protobuf:"bytes,3,opt,name=description,proto3" form:"description" json:"description,omitempty" query:"description"`
	Origin             string          `protobuf:"bytes,4,opt,name=origin,proto3" form:"origin" json:"origin,omitempty" query:"origin"`
	Status             string          `protobuf:"bytes,5,opt,name=status,proto3" form:"status" json:"status,omitempty" query:"status"`
	CreateTime         string          `protobuf:"bytes,6,opt,name=createTime,proto3" form:"createTime" json:"createTime,omitempty" query:"createTime"`
	Creator            string          `protobuf:"bytes,7,opt,name=creator,proto3" form:"creator" json:"creator,omitempty" query:"creator"`
	InternalStorageUrl string          `` /* 142-byte string literal not displayed */
	ExternalStorageUrl string          `` /* 142-byte string literal not displayed */
	Labels             []*common.Label `protobuf:"bytes,10,rep,name=labels,proto3" form:"labels" json:"labels,omitempty" query:"labels"`
	// contains filtered or unexported fields
}

func (*GetModelVersionResponse) Descriptor deprecated

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

Deprecated: Use GetModelVersionResponse.ProtoReflect.Descriptor instead.

func (*GetModelVersionResponse) GetCreateTime

func (x *GetModelVersionResponse) GetCreateTime() string

func (*GetModelVersionResponse) GetCreator

func (x *GetModelVersionResponse) GetCreator() string

func (*GetModelVersionResponse) GetDescription

func (x *GetModelVersionResponse) GetDescription() string

func (*GetModelVersionResponse) GetExternalStorageUrl

func (x *GetModelVersionResponse) GetExternalStorageUrl() string

func (*GetModelVersionResponse) GetInternalStorageUrl

func (x *GetModelVersionResponse) GetInternalStorageUrl() string

func (*GetModelVersionResponse) GetLabels

func (x *GetModelVersionResponse) GetLabels() []*common.Label

func (*GetModelVersionResponse) GetOrigin

func (x *GetModelVersionResponse) GetOrigin() string

func (*GetModelVersionResponse) GetRequestId

func (x *GetModelVersionResponse) GetRequestId() string

func (*GetModelVersionResponse) GetStatus

func (x *GetModelVersionResponse) GetStatus() string

func (*GetModelVersionResponse) GetVersion

func (x *GetModelVersionResponse) GetVersion() string

func (*GetModelVersionResponse) ProtoMessage

func (*GetModelVersionResponse) ProtoMessage()

func (*GetModelVersionResponse) ProtoReflect

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

func (*GetModelVersionResponse) Reset

func (x *GetModelVersionResponse) Reset()

func (*GetModelVersionResponse) String

func (x *GetModelVersionResponse) String() string

type ListModelRequest

type ListModelRequest struct {
	RegionId  string          `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelType string          `protobuf:"bytes,2,opt,name=modelType,proto3" json:"modelType,omitempty" query:"modelType"`
	ModelName string          `protobuf:"bytes,3,opt,name=modelName,proto3" json:"modelName,omitempty" query:"modelName"`
	Labels    []*common.Label `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty" query:"labels"`
	PageNum   int32           `protobuf:"varint,5,opt,name=pageNum,proto3" json:"pageNum,omitempty" query:"pageNum"`
	PageSize  int32           `protobuf:"varint,6,opt,name=pageSize,proto3" json:"pageSize,omitempty" query:"pageSize"`
	// contains filtered or unexported fields
}

func (*ListModelRequest) Descriptor deprecated

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

Deprecated: Use ListModelRequest.ProtoReflect.Descriptor instead.

func (*ListModelRequest) GetLabels

func (x *ListModelRequest) GetLabels() []*common.Label

func (*ListModelRequest) GetModelName

func (x *ListModelRequest) GetModelName() string

func (*ListModelRequest) GetModelType

func (x *ListModelRequest) GetModelType() string

func (*ListModelRequest) GetPageNum

func (x *ListModelRequest) GetPageNum() int32

func (*ListModelRequest) GetPageSize

func (x *ListModelRequest) GetPageSize() int32

func (*ListModelRequest) GetRegionId

func (x *ListModelRequest) GetRegionId() string

func (*ListModelRequest) ProtoMessage

func (*ListModelRequest) ProtoMessage()

func (*ListModelRequest) ProtoReflect

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

func (*ListModelRequest) Reset

func (x *ListModelRequest) Reset()

func (*ListModelRequest) String

func (x *ListModelRequest) String() string

type ListModelResponse

type ListModelResponse struct {
	RequestId  string   `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	TotalCount int32    `protobuf:"varint,2,opt,name=totalCount,proto3" form:"totalCount" json:"totalCount,omitempty" query:"totalCount"`
	Models     []*Model `protobuf:"bytes,3,rep,name=models,proto3" form:"models" json:"models,omitempty" query:"models"`
	// contains filtered or unexported fields
}

func (*ListModelResponse) Descriptor deprecated

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

Deprecated: Use ListModelResponse.ProtoReflect.Descriptor instead.

func (*ListModelResponse) GetModels

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

func (*ListModelResponse) GetRequestId

func (x *ListModelResponse) GetRequestId() string

func (*ListModelResponse) GetTotalCount

func (x *ListModelResponse) GetTotalCount() int32

func (*ListModelResponse) ProtoMessage

func (*ListModelResponse) ProtoMessage()

func (*ListModelResponse) ProtoReflect

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

func (*ListModelResponse) Reset

func (x *ListModelResponse) Reset()

func (*ListModelResponse) String

func (x *ListModelResponse) String() string

type ListModelVersionRequest

type ListModelVersionRequest struct {
	RegionId string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId  string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	PageNum  int32  `protobuf:"varint,3,opt,name=pageNum,proto3" json:"pageNum,omitempty" query:"pageNum"`
	PageSize int32  `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty" query:"pageSize"`
	// contains filtered or unexported fields
}

func (*ListModelVersionRequest) Descriptor deprecated

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

Deprecated: Use ListModelVersionRequest.ProtoReflect.Descriptor instead.

func (*ListModelVersionRequest) GetModelId

func (x *ListModelVersionRequest) GetModelId() string

func (*ListModelVersionRequest) GetPageNum

func (x *ListModelVersionRequest) GetPageNum() int32

func (*ListModelVersionRequest) GetPageSize

func (x *ListModelVersionRequest) GetPageSize() int32

func (*ListModelVersionRequest) GetRegionId

func (x *ListModelVersionRequest) GetRegionId() string

func (*ListModelVersionRequest) ProtoMessage

func (*ListModelVersionRequest) ProtoMessage()

func (*ListModelVersionRequest) ProtoReflect

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

func (*ListModelVersionRequest) Reset

func (x *ListModelVersionRequest) Reset()

func (*ListModelVersionRequest) String

func (x *ListModelVersionRequest) String() string

type ListModelVersionResponse

type ListModelVersionResponse struct {
	RequestId  string     `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	TotalCount int32      `protobuf:"varint,2,opt,name=totalCount,proto3" form:"totalCount" json:"totalCount,omitempty" query:"totalCount"`
	Versions   []*Version `protobuf:"bytes,3,rep,name=versions,proto3" form:"versions" json:"versions,omitempty" query:"versions"`
	// contains filtered or unexported fields
}

func (*ListModelVersionResponse) Descriptor deprecated

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

Deprecated: Use ListModelVersionResponse.ProtoReflect.Descriptor instead.

func (*ListModelVersionResponse) GetRequestId

func (x *ListModelVersionResponse) GetRequestId() string

func (*ListModelVersionResponse) GetTotalCount

func (x *ListModelVersionResponse) GetTotalCount() int32

func (*ListModelVersionResponse) GetVersions

func (x *ListModelVersionResponse) GetVersions() []*Version

func (*ListModelVersionResponse) ProtoMessage

func (*ListModelVersionResponse) ProtoMessage()

func (*ListModelVersionResponse) ProtoReflect

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

func (*ListModelVersionResponse) Reset

func (x *ListModelVersionResponse) Reset()

func (*ListModelVersionResponse) String

func (x *ListModelVersionResponse) String() string

type Model

type Model struct {
	ModelId          string     `protobuf:"bytes,1,opt,name=modelId,proto3" form:"modelId" json:"modelId,omitempty" query:"modelId"`
	ModelName        string     `protobuf:"bytes,2,opt,name=modelName,proto3" form:"modelName" json:"modelName,omitempty" query:"modelName"`
	ModelDescription string     `` /* 134-byte string literal not displayed */
	ModelType        string     `protobuf:"bytes,4,opt,name=modelType,proto3" form:"modelType" json:"modelType,omitempty" query:"modelType"`
	ModelClass       string     `protobuf:"bytes,5,opt,name=modelClass,proto3" form:"modelClass" json:"modelClass,omitempty" query:"modelClass"`
	ModelFramework   string     `` /* 126-byte string literal not displayed */
	ModelScenario    string     `protobuf:"bytes,7,opt,name=modelScenario,proto3" form:"modelScenario" json:"modelScenario,omitempty" query:"modelScenario"`
	Creator          string     `protobuf:"bytes,8,opt,name=creator,proto3" form:"creator" json:"creator,omitempty" query:"creator"`
	CreateTime       string     `protobuf:"bytes,9,opt,name=createTime,proto3" form:"createTime" json:"createTime,omitempty" query:"createTime"`
	Versions         []*Version `protobuf:"bytes,10,rep,name=Versions,proto3" form:"Versions" json:"Versions,omitempty" query:"Versions"`
	// contains filtered or unexported fields
}

func (*Model) Descriptor deprecated

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

Deprecated: Use Model.ProtoReflect.Descriptor instead.

func (*Model) GetCreateTime

func (x *Model) GetCreateTime() string

func (*Model) GetCreator

func (x *Model) GetCreator() string

func (*Model) GetModelClass

func (x *Model) GetModelClass() string

func (*Model) GetModelDescription

func (x *Model) GetModelDescription() string

func (*Model) GetModelFramework

func (x *Model) GetModelFramework() string

func (*Model) GetModelId

func (x *Model) GetModelId() string

func (*Model) GetModelName

func (x *Model) GetModelName() string

func (*Model) GetModelScenario

func (x *Model) GetModelScenario() string

func (*Model) GetModelType

func (x *Model) GetModelType() string

func (*Model) GetVersions

func (x *Model) GetVersions() []*Version

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 UpdateModelRequest

type UpdateModelRequest struct {
	RegionId         string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId          string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	ModelDescription string `protobuf:"bytes,3,opt,name=modelDescription,proto3" form:"modelDescription" json:"modelDescription,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateModelRequest) Descriptor deprecated

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

Deprecated: Use UpdateModelRequest.ProtoReflect.Descriptor instead.

func (*UpdateModelRequest) GetModelDescription

func (x *UpdateModelRequest) GetModelDescription() string

func (*UpdateModelRequest) GetModelId

func (x *UpdateModelRequest) GetModelId() string

func (*UpdateModelRequest) GetRegionId

func (x *UpdateModelRequest) GetRegionId() string

func (*UpdateModelRequest) ProtoMessage

func (*UpdateModelRequest) ProtoMessage()

func (*UpdateModelRequest) ProtoReflect

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

func (*UpdateModelRequest) Reset

func (x *UpdateModelRequest) Reset()

func (*UpdateModelRequest) String

func (x *UpdateModelRequest) String() string

type UpdateModelResponse

type UpdateModelResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*UpdateModelResponse) Descriptor deprecated

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

Deprecated: Use UpdateModelResponse.ProtoReflect.Descriptor instead.

func (*UpdateModelResponse) GetRequestId

func (x *UpdateModelResponse) GetRequestId() string

func (*UpdateModelResponse) ProtoMessage

func (*UpdateModelResponse) ProtoMessage()

func (*UpdateModelResponse) ProtoReflect

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

func (*UpdateModelResponse) Reset

func (x *UpdateModelResponse) Reset()

func (*UpdateModelResponse) String

func (x *UpdateModelResponse) String() string

type UpdateModelStatusRequest

type UpdateModelStatusRequest struct {
	ClusterId          string `protobuf:"bytes,1,opt,name=clusterId,proto3" header:"clusterId" json:"clusterId,omitempty"`
	ModelId            string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	Version            string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" path:"version"`
	Status             string `protobuf:"bytes,4,opt,name=status,proto3" form:"status" json:"status,omitempty"`
	InternalStorageUrl string `protobuf:"bytes,5,opt,name=internalStorageUrl,proto3" form:"internalStorageUrl" json:"internalStorageUrl,omitempty"`
	ExternalStorageUrl string `protobuf:"bytes,6,opt,name=externalStorageUrl,proto3" form:"externalStorageUrl" json:"externalStorageUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateModelStatusRequest) Descriptor deprecated

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

Deprecated: Use UpdateModelStatusRequest.ProtoReflect.Descriptor instead.

func (*UpdateModelStatusRequest) GetClusterId

func (x *UpdateModelStatusRequest) GetClusterId() string

func (*UpdateModelStatusRequest) GetExternalStorageUrl

func (x *UpdateModelStatusRequest) GetExternalStorageUrl() string

func (*UpdateModelStatusRequest) GetInternalStorageUrl

func (x *UpdateModelStatusRequest) GetInternalStorageUrl() string

func (*UpdateModelStatusRequest) GetModelId

func (x *UpdateModelStatusRequest) GetModelId() string

func (*UpdateModelStatusRequest) GetStatus

func (x *UpdateModelStatusRequest) GetStatus() string

func (*UpdateModelStatusRequest) GetVersion

func (x *UpdateModelStatusRequest) GetVersion() string

func (*UpdateModelStatusRequest) ProtoMessage

func (*UpdateModelStatusRequest) ProtoMessage()

func (*UpdateModelStatusRequest) ProtoReflect

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

func (*UpdateModelStatusRequest) Reset

func (x *UpdateModelStatusRequest) Reset()

func (*UpdateModelStatusRequest) String

func (x *UpdateModelStatusRequest) String() string

type UpdateModelStatusResponse

type UpdateModelStatusResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*UpdateModelStatusResponse) Descriptor deprecated

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

Deprecated: Use UpdateModelStatusResponse.ProtoReflect.Descriptor instead.

func (*UpdateModelStatusResponse) GetRequestId

func (x *UpdateModelStatusResponse) GetRequestId() string

func (*UpdateModelStatusResponse) ProtoMessage

func (*UpdateModelStatusResponse) ProtoMessage()

func (*UpdateModelStatusResponse) ProtoReflect

func (*UpdateModelStatusResponse) Reset

func (x *UpdateModelStatusResponse) Reset()

func (*UpdateModelStatusResponse) String

func (x *UpdateModelStatusResponse) String() string

type UpdateModelVersionRequest

type UpdateModelVersionRequest struct {
	RegionId    string `protobuf:"bytes,1,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
	ModelId     string `protobuf:"bytes,2,opt,name=modelId,proto3" json:"modelId,omitempty" path:"modelId"`
	Version     string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty" path:"version"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" form:"description" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateModelVersionRequest) Descriptor deprecated

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

Deprecated: Use UpdateModelVersionRequest.ProtoReflect.Descriptor instead.

func (*UpdateModelVersionRequest) GetDescription

func (x *UpdateModelVersionRequest) GetDescription() string

func (*UpdateModelVersionRequest) GetModelId

func (x *UpdateModelVersionRequest) GetModelId() string

func (*UpdateModelVersionRequest) GetRegionId

func (x *UpdateModelVersionRequest) GetRegionId() string

func (*UpdateModelVersionRequest) GetVersion

func (x *UpdateModelVersionRequest) GetVersion() string

func (*UpdateModelVersionRequest) ProtoMessage

func (*UpdateModelVersionRequest) ProtoMessage()

func (*UpdateModelVersionRequest) ProtoReflect

func (*UpdateModelVersionRequest) Reset

func (x *UpdateModelVersionRequest) Reset()

func (*UpdateModelVersionRequest) String

func (x *UpdateModelVersionRequest) String() string

type UpdateModelVersionResponse

type UpdateModelVersionResponse struct {
	RequestId string `protobuf:"bytes,1,opt,name=requestId,proto3" form:"requestId" json:"requestId,omitempty" query:"requestId"`
	// contains filtered or unexported fields
}

func (*UpdateModelVersionResponse) Descriptor deprecated

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

Deprecated: Use UpdateModelVersionResponse.ProtoReflect.Descriptor instead.

func (*UpdateModelVersionResponse) GetRequestId

func (x *UpdateModelVersionResponse) GetRequestId() string

func (*UpdateModelVersionResponse) ProtoMessage

func (*UpdateModelVersionResponse) ProtoMessage()

func (*UpdateModelVersionResponse) ProtoReflect

func (*UpdateModelVersionResponse) Reset

func (x *UpdateModelVersionResponse) Reset()

func (*UpdateModelVersionResponse) String

func (x *UpdateModelVersionResponse) String() string

type Version

type Version struct {
	Name               string          `protobuf:"bytes,1,opt,name=name,proto3" form:"name" json:"name,omitempty" query:"name"`
	Description        string          `protobuf:"bytes,2,opt,name=description,proto3" form:"description" json:"description,omitempty" query:"description"`
	Origin             string          `protobuf:"bytes,3,opt,name=origin,proto3" form:"origin" json:"origin,omitempty" query:"origin"`
	Status             string          `protobuf:"bytes,4,opt,name=status,proto3" form:"status" json:"status,omitempty" query:"status"`
	Creator            string          `protobuf:"bytes,5,opt,name=creator,proto3" form:"creator" json:"creator,omitempty" query:"creator"`
	InternalStorageUrl string          `` /* 142-byte string literal not displayed */
	ExternalStorageUrl string          `` /* 142-byte string literal not displayed */
	CreateTime         string          `protobuf:"bytes,8,opt,name=createTime,proto3" form:"createTime" json:"createTime,omitempty" query:"createTime"`
	Labels             []*common.Label `protobuf:"bytes,9,rep,name=labels,proto3" form:"labels" json:"labels,omitempty" query:"labels"`
	// contains filtered or unexported fields
}

func (*Version) Descriptor deprecated

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

Deprecated: Use Version.ProtoReflect.Descriptor instead.

func (*Version) GetCreateTime

func (x *Version) GetCreateTime() string

func (*Version) GetCreator

func (x *Version) GetCreator() string

func (*Version) GetDescription

func (x *Version) GetDescription() string

func (*Version) GetExternalStorageUrl

func (x *Version) GetExternalStorageUrl() string

func (*Version) GetInternalStorageUrl

func (x *Version) GetInternalStorageUrl() string

func (*Version) GetLabels

func (x *Version) GetLabels() []*common.Label

func (*Version) GetName

func (x *Version) GetName() string

func (*Version) GetOrigin

func (x *Version) GetOrigin() string

func (*Version) GetStatus

func (x *Version) GetStatus() string

func (*Version) ProtoMessage

func (*Version) ProtoMessage()

func (*Version) ProtoReflect

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

func (*Version) Reset

func (x *Version) Reset()

func (*Version) String

func (x *Version) String() string

Jump to

Keyboard shortcuts

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