v1

package
v0.4.661 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_github_com_metaprov_modelaapi_services_catalog_v1_catalog_proto protoreflect.FileDescriptor

Functions

func RegisterCatalogServiceServer

func RegisterCatalogServiceServer(s *grpc.Server, srv CatalogServiceServer)

Types

type ApplyPublicDatasetCRRequest

type ApplyPublicDatasetCRRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Crname    string `protobuf:"bytes,3,opt,name=crname,proto3" json:"crname,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyPublicDatasetCRRequest) Descriptor deprecated

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

Deprecated: Use ApplyPublicDatasetCRRequest.ProtoReflect.Descriptor instead.

func (*ApplyPublicDatasetCRRequest) GetCrname

func (x *ApplyPublicDatasetCRRequest) GetCrname() string

func (*ApplyPublicDatasetCRRequest) GetName

func (x *ApplyPublicDatasetCRRequest) GetName() string

func (*ApplyPublicDatasetCRRequest) GetNamespace

func (x *ApplyPublicDatasetCRRequest) GetNamespace() string

func (*ApplyPublicDatasetCRRequest) ProtoMessage

func (*ApplyPublicDatasetCRRequest) ProtoMessage()

func (*ApplyPublicDatasetCRRequest) ProtoReflect

func (*ApplyPublicDatasetCRRequest) Reset

func (x *ApplyPublicDatasetCRRequest) Reset()

func (*ApplyPublicDatasetCRRequest) String

func (x *ApplyPublicDatasetCRRequest) String() string

type ApplyPublicDatasetCRResponse

type ApplyPublicDatasetCRResponse struct {
	Raw []byte `protobuf:"bytes,1,opt,name=raw,proto3" json:"raw,omitempty"`
	// contains filtered or unexported fields
}

Answer the report in base 64

func (*ApplyPublicDatasetCRResponse) Descriptor deprecated

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

Deprecated: Use ApplyPublicDatasetCRResponse.ProtoReflect.Descriptor instead.

func (*ApplyPublicDatasetCRResponse) GetRaw

func (x *ApplyPublicDatasetCRResponse) GetRaw() []byte

func (*ApplyPublicDatasetCRResponse) ProtoMessage

func (*ApplyPublicDatasetCRResponse) ProtoMessage()

func (*ApplyPublicDatasetCRResponse) ProtoReflect

func (*ApplyPublicDatasetCRResponse) Reset

func (x *ApplyPublicDatasetCRResponse) Reset()

func (*ApplyPublicDatasetCRResponse) String

type CatalogServiceClient

type CatalogServiceClient interface {
	ListAlgorithm(ctx context.Context, in *ListAlgorithmsRequest, opts ...grpc.CallOption) (*ListAlgorithmsResponse, error)
	GetAlgorithm(ctx context.Context, in *GetAlgorithmRequest, opts ...grpc.CallOption) (*GetAlgorithmResponse, error)
	ListManagedImages(ctx context.Context, in *ListManagedimagesRequest, opts ...grpc.CallOption) (*ListManagedimagesResponse, error)
	GetManagedImage(ctx context.Context, in *GetManagedimageRequest, opts ...grpc.CallOption) (*GetManagedimageResponse, error)
	ListMLFrameworks(ctx context.Context, in *ListMLFrameworksRequest, opts ...grpc.CallOption) (*ListMLFrameworksResponse, error)
	GetMLFramework(ctx context.Context, in *GetMLFrameworkRequest, opts ...grpc.CallOption) (*GetMLFrameworkResponse, error)
	ListClouds(ctx context.Context, in *ListCloudsRequest, opts ...grpc.CallOption) (*ListCloudsResponse, error)
	GetCloud(ctx context.Context, in *GetCloudRequest, opts ...grpc.CallOption) (*GetCloudResponse, error)
	ListWorkloadClasses(ctx context.Context, in *ListWorkloadClassesRequest, opts ...grpc.CallOption) (*ListWorkloadClassesResponse, error)
	GetWorkloadClass(ctx context.Context, in *GetWorkloadClassRequest, opts ...grpc.CallOption) (*GetWorkloadClassResponse, error)
	ListPublicDataset(ctx context.Context, in *ListPublicDatasetsRequest, opts ...grpc.CallOption) (*ListPublicDatasetsResponse, error)
	GetPublicDataset(ctx context.Context, in *GetPublicDatasetRequest, opts ...grpc.CallOption) (*GetPublicDatasetResponse, error)
	DownloadPublicDataset(ctx context.Context, in *DownloadPublicDatasetRequest, opts ...grpc.CallOption) (*DownloadPublicDatasetResponse, error)
	PreviewPublicDataset(ctx context.Context, in *PreviewPublicDatasetRequest, opts ...grpc.CallOption) (*PreviewPublicDatasetResponse, error)
	ApplyPublicDatasetCR(ctx context.Context, in *ApplyPublicDatasetCRRequest, opts ...grpc.CallOption) (*ApplyPublicDatasetCRResponse, error)
}

CatalogServiceClient is the client API for CatalogService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type CatalogServiceServer

CatalogServiceServer is the server API for CatalogService service.

type DownloadPublicDatasetRequest

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

func (*DownloadPublicDatasetRequest) Descriptor deprecated

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

Deprecated: Use DownloadPublicDatasetRequest.ProtoReflect.Descriptor instead.

func (*DownloadPublicDatasetRequest) GetName

func (x *DownloadPublicDatasetRequest) GetName() string

func (*DownloadPublicDatasetRequest) GetNamespace

func (x *DownloadPublicDatasetRequest) GetNamespace() string

func (*DownloadPublicDatasetRequest) ProtoMessage

func (*DownloadPublicDatasetRequest) ProtoMessage()

func (*DownloadPublicDatasetRequest) ProtoReflect

func (*DownloadPublicDatasetRequest) Reset

func (x *DownloadPublicDatasetRequest) Reset()

func (*DownloadPublicDatasetRequest) String

type DownloadPublicDatasetResponse

type DownloadPublicDatasetResponse struct {
	Raw []byte `protobuf:"bytes,1,opt,name=raw,proto3" json:"raw,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadPublicDatasetResponse) Descriptor deprecated

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

Deprecated: Use DownloadPublicDatasetResponse.ProtoReflect.Descriptor instead.

func (*DownloadPublicDatasetResponse) GetRaw

func (x *DownloadPublicDatasetResponse) GetRaw() []byte

func (*DownloadPublicDatasetResponse) ProtoMessage

func (*DownloadPublicDatasetResponse) ProtoMessage()

func (*DownloadPublicDatasetResponse) ProtoReflect

func (*DownloadPublicDatasetResponse) Reset

func (x *DownloadPublicDatasetResponse) Reset()

func (*DownloadPublicDatasetResponse) String

type GetAlgorithmRequest

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

func (*GetAlgorithmRequest) Descriptor deprecated

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

Deprecated: Use GetAlgorithmRequest.ProtoReflect.Descriptor instead.

func (*GetAlgorithmRequest) GetName

func (x *GetAlgorithmRequest) GetName() string

func (*GetAlgorithmRequest) GetNamespace

func (x *GetAlgorithmRequest) GetNamespace() string

func (*GetAlgorithmRequest) ProtoMessage

func (*GetAlgorithmRequest) ProtoMessage()

func (*GetAlgorithmRequest) ProtoReflect

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

func (*GetAlgorithmRequest) Reset

func (x *GetAlgorithmRequest) Reset()

func (*GetAlgorithmRequest) String

func (x *GetAlgorithmRequest) String() string

type GetAlgorithmResponse

type GetAlgorithmResponse struct {
	Algorithm *v1alpha1.Algorithm `protobuf:"bytes,1,opt,name=algorithm,proto3" json:"algorithm,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlgorithmResponse) Descriptor deprecated

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

Deprecated: Use GetAlgorithmResponse.ProtoReflect.Descriptor instead.

func (*GetAlgorithmResponse) GetAlgorithm added in v0.4.479

func (x *GetAlgorithmResponse) GetAlgorithm() *v1alpha1.Algorithm

func (*GetAlgorithmResponse) ProtoMessage

func (*GetAlgorithmResponse) ProtoMessage()

func (*GetAlgorithmResponse) ProtoReflect

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

func (*GetAlgorithmResponse) Reset

func (x *GetAlgorithmResponse) Reset()

func (*GetAlgorithmResponse) String

func (x *GetAlgorithmResponse) String() string

type GetCloudRequest

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

func (*GetCloudRequest) Descriptor deprecated

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

Deprecated: Use GetCloudRequest.ProtoReflect.Descriptor instead.

func (*GetCloudRequest) GetName

func (x *GetCloudRequest) GetName() string

func (*GetCloudRequest) GetNamespace

func (x *GetCloudRequest) GetNamespace() string

func (*GetCloudRequest) ProtoMessage

func (*GetCloudRequest) ProtoMessage()

func (*GetCloudRequest) ProtoReflect

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

func (*GetCloudRequest) Reset

func (x *GetCloudRequest) Reset()

func (*GetCloudRequest) String

func (x *GetCloudRequest) String() string

type GetCloudResponse

type GetCloudResponse struct {
	Cloud *v1alpha1.Cloud `protobuf:"bytes,1,opt,name=cloud,proto3" json:"cloud,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCloudResponse) Descriptor deprecated

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

Deprecated: Use GetCloudResponse.ProtoReflect.Descriptor instead.

func (*GetCloudResponse) GetCloud added in v0.4.479

func (x *GetCloudResponse) GetCloud() *v1alpha1.Cloud

func (*GetCloudResponse) ProtoMessage

func (*GetCloudResponse) ProtoMessage()

func (*GetCloudResponse) ProtoReflect

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

func (*GetCloudResponse) Reset

func (x *GetCloudResponse) Reset()

func (*GetCloudResponse) String

func (x *GetCloudResponse) String() string

type GetMLFrameworkRequest

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

func (*GetMLFrameworkRequest) Descriptor deprecated

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

Deprecated: Use GetMLFrameworkRequest.ProtoReflect.Descriptor instead.

func (*GetMLFrameworkRequest) GetName

func (x *GetMLFrameworkRequest) GetName() string

func (*GetMLFrameworkRequest) GetNamespace

func (x *GetMLFrameworkRequest) GetNamespace() string

func (*GetMLFrameworkRequest) ProtoMessage

func (*GetMLFrameworkRequest) ProtoMessage()

func (*GetMLFrameworkRequest) ProtoReflect

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

func (*GetMLFrameworkRequest) Reset

func (x *GetMLFrameworkRequest) Reset()

func (*GetMLFrameworkRequest) String

func (x *GetMLFrameworkRequest) String() string

type GetMLFrameworkResponse

type GetMLFrameworkResponse struct {
	Mlframework *v1alpha1.MLFramework `protobuf:"bytes,1,opt,name=mlframework,proto3" json:"mlframework,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMLFrameworkResponse) Descriptor deprecated

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

Deprecated: Use GetMLFrameworkResponse.ProtoReflect.Descriptor instead.

func (*GetMLFrameworkResponse) GetMlframework added in v0.4.479

func (x *GetMLFrameworkResponse) GetMlframework() *v1alpha1.MLFramework

func (*GetMLFrameworkResponse) ProtoMessage

func (*GetMLFrameworkResponse) ProtoMessage()

func (*GetMLFrameworkResponse) ProtoReflect

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

func (*GetMLFrameworkResponse) Reset

func (x *GetMLFrameworkResponse) Reset()

func (*GetMLFrameworkResponse) String

func (x *GetMLFrameworkResponse) String() string

type GetManagedimageRequest added in v0.4.439

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

func (*GetManagedimageRequest) Descriptor deprecated added in v0.4.439

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

Deprecated: Use GetManagedimageRequest.ProtoReflect.Descriptor instead.

func (*GetManagedimageRequest) GetName added in v0.4.439

func (x *GetManagedimageRequest) GetName() string

func (*GetManagedimageRequest) GetNamespace added in v0.4.439

func (x *GetManagedimageRequest) GetNamespace() string

func (*GetManagedimageRequest) ProtoMessage added in v0.4.439

func (*GetManagedimageRequest) ProtoMessage()

func (*GetManagedimageRequest) ProtoReflect added in v0.4.439

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

func (*GetManagedimageRequest) Reset added in v0.4.439

func (x *GetManagedimageRequest) Reset()

func (*GetManagedimageRequest) String added in v0.4.439

func (x *GetManagedimageRequest) String() string

type GetManagedimageResponse added in v0.4.439

type GetManagedimageResponse struct {
	ManagedItem *v1alpha1.ManagedImage `protobuf:"bytes,1,opt,name=managedItem,proto3" json:"managedItem,omitempty"`
	// contains filtered or unexported fields
}

func (*GetManagedimageResponse) Descriptor deprecated added in v0.4.439

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

Deprecated: Use GetManagedimageResponse.ProtoReflect.Descriptor instead.

func (*GetManagedimageResponse) GetManagedItem added in v0.4.479

func (x *GetManagedimageResponse) GetManagedItem() *v1alpha1.ManagedImage

func (*GetManagedimageResponse) ProtoMessage added in v0.4.439

func (*GetManagedimageResponse) ProtoMessage()

func (*GetManagedimageResponse) ProtoReflect added in v0.4.439

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

func (*GetManagedimageResponse) Reset added in v0.4.439

func (x *GetManagedimageResponse) Reset()

func (*GetManagedimageResponse) String added in v0.4.439

func (x *GetManagedimageResponse) String() string

type GetPretrainedModelRequest

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

func (*GetPretrainedModelRequest) Descriptor deprecated

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

Deprecated: Use GetPretrainedModelRequest.ProtoReflect.Descriptor instead.

func (*GetPretrainedModelRequest) GetName

func (x *GetPretrainedModelRequest) GetName() string

func (*GetPretrainedModelRequest) GetNamespace

func (x *GetPretrainedModelRequest) GetNamespace() string

func (*GetPretrainedModelRequest) ProtoMessage

func (*GetPretrainedModelRequest) ProtoMessage()

func (*GetPretrainedModelRequest) ProtoReflect

func (*GetPretrainedModelRequest) Reset

func (x *GetPretrainedModelRequest) Reset()

func (*GetPretrainedModelRequest) String

func (x *GetPretrainedModelRequest) String() string

type GetPretrainedModelResponse

type GetPretrainedModelResponse struct {
	PretrainedModel *v1alpha1.PretrainedModel `protobuf:"bytes,1,opt,name=pretrainedModel,proto3" json:"pretrainedModel,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPretrainedModelResponse) Descriptor deprecated

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

Deprecated: Use GetPretrainedModelResponse.ProtoReflect.Descriptor instead.

func (*GetPretrainedModelResponse) GetPretrainedModel added in v0.4.475

func (x *GetPretrainedModelResponse) GetPretrainedModel() *v1alpha1.PretrainedModel

func (*GetPretrainedModelResponse) ProtoMessage

func (*GetPretrainedModelResponse) ProtoMessage()

func (*GetPretrainedModelResponse) ProtoReflect

func (*GetPretrainedModelResponse) Reset

func (x *GetPretrainedModelResponse) Reset()

func (*GetPretrainedModelResponse) String

func (x *GetPretrainedModelResponse) String() string

type GetPublicDatasetRequest

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

func (*GetPublicDatasetRequest) Descriptor deprecated

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

Deprecated: Use GetPublicDatasetRequest.ProtoReflect.Descriptor instead.

func (*GetPublicDatasetRequest) GetName

func (x *GetPublicDatasetRequest) GetName() string

func (*GetPublicDatasetRequest) GetNamespace

func (x *GetPublicDatasetRequest) GetNamespace() string

func (*GetPublicDatasetRequest) ProtoMessage

func (*GetPublicDatasetRequest) ProtoMessage()

func (*GetPublicDatasetRequest) ProtoReflect

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

func (*GetPublicDatasetRequest) Reset

func (x *GetPublicDatasetRequest) Reset()

func (*GetPublicDatasetRequest) String

func (x *GetPublicDatasetRequest) String() string

type GetPublicDatasetResponse

type GetPublicDatasetResponse struct {
	PublicDataset *v1alpha1.PublicDataset `protobuf:"bytes,1,opt,name=publicDataset,proto3" json:"publicDataset,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPublicDatasetResponse) Descriptor deprecated

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

Deprecated: Use GetPublicDatasetResponse.ProtoReflect.Descriptor instead.

func (*GetPublicDatasetResponse) GetPublicDataset added in v0.4.479

func (x *GetPublicDatasetResponse) GetPublicDataset() *v1alpha1.PublicDataset

func (*GetPublicDatasetResponse) ProtoMessage

func (*GetPublicDatasetResponse) ProtoMessage()

func (*GetPublicDatasetResponse) ProtoReflect

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

func (*GetPublicDatasetResponse) Reset

func (x *GetPublicDatasetResponse) Reset()

func (*GetPublicDatasetResponse) String

func (x *GetPublicDatasetResponse) String() string

type GetWorkloadClassRequest

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

func (*GetWorkloadClassRequest) Descriptor deprecated

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

Deprecated: Use GetWorkloadClassRequest.ProtoReflect.Descriptor instead.

func (*GetWorkloadClassRequest) GetName

func (x *GetWorkloadClassRequest) GetName() string

func (*GetWorkloadClassRequest) GetNamespace

func (x *GetWorkloadClassRequest) GetNamespace() string

func (*GetWorkloadClassRequest) ProtoMessage

func (*GetWorkloadClassRequest) ProtoMessage()

func (*GetWorkloadClassRequest) ProtoReflect

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

func (*GetWorkloadClassRequest) Reset

func (x *GetWorkloadClassRequest) Reset()

func (*GetWorkloadClassRequest) String

func (x *GetWorkloadClassRequest) String() string

type GetWorkloadClassResponse

type GetWorkloadClassResponse struct {
	Workload *v1alpha1.WorkloadClass `protobuf:"bytes,1,opt,name=workload,proto3" json:"workload,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkloadClassResponse) Descriptor deprecated

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

Deprecated: Use GetWorkloadClassResponse.ProtoReflect.Descriptor instead.

func (*GetWorkloadClassResponse) GetWorkload added in v0.4.475

func (*GetWorkloadClassResponse) ProtoMessage

func (*GetWorkloadClassResponse) ProtoMessage()

func (*GetWorkloadClassResponse) ProtoReflect

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

func (*GetWorkloadClassResponse) Reset

func (x *GetWorkloadClassResponse) Reset()

func (*GetWorkloadClassResponse) String

func (x *GetWorkloadClassResponse) String() string

type ListAlgorithmsRequest

type ListAlgorithmsRequest struct {
	Namespace string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListAlgorithmsRequest) Descriptor deprecated

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

Deprecated: Use ListAlgorithmsRequest.ProtoReflect.Descriptor instead.

func (*ListAlgorithmsRequest) GetLabels

func (x *ListAlgorithmsRequest) GetLabels() map[string]string

func (*ListAlgorithmsRequest) GetNamespace

func (x *ListAlgorithmsRequest) GetNamespace() string

func (*ListAlgorithmsRequest) ProtoMessage

func (*ListAlgorithmsRequest) ProtoMessage()

func (*ListAlgorithmsRequest) ProtoReflect

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

func (*ListAlgorithmsRequest) Reset

func (x *ListAlgorithmsRequest) Reset()

func (*ListAlgorithmsRequest) String

func (x *ListAlgorithmsRequest) String() string

type ListAlgorithmsResponse

type ListAlgorithmsResponse struct {
	Algorithms *v1alpha1.AlgorithmList `protobuf:"bytes,1,opt,name=algorithms,proto3" json:"algorithms,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlgorithmsResponse) Descriptor deprecated

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

Deprecated: Use ListAlgorithmsResponse.ProtoReflect.Descriptor instead.

func (*ListAlgorithmsResponse) GetAlgorithms added in v0.4.479

func (x *ListAlgorithmsResponse) GetAlgorithms() *v1alpha1.AlgorithmList

func (*ListAlgorithmsResponse) ProtoMessage

func (*ListAlgorithmsResponse) ProtoMessage()

func (*ListAlgorithmsResponse) ProtoReflect

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

func (*ListAlgorithmsResponse) Reset

func (x *ListAlgorithmsResponse) Reset()

func (*ListAlgorithmsResponse) String

func (x *ListAlgorithmsResponse) String() string

type ListCloudsRequest

type ListCloudsRequest struct {
	Namespace string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListCloudsRequest) Descriptor deprecated

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

Deprecated: Use ListCloudsRequest.ProtoReflect.Descriptor instead.

func (*ListCloudsRequest) GetLabels

func (x *ListCloudsRequest) GetLabels() map[string]string

func (*ListCloudsRequest) GetNamespace

func (x *ListCloudsRequest) GetNamespace() string

func (*ListCloudsRequest) ProtoMessage

func (*ListCloudsRequest) ProtoMessage()

func (*ListCloudsRequest) ProtoReflect

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

func (*ListCloudsRequest) Reset

func (x *ListCloudsRequest) Reset()

func (*ListCloudsRequest) String

func (x *ListCloudsRequest) String() string

type ListCloudsResponse

type ListCloudsResponse struct {
	Clouds *v1alpha1.CloudList `protobuf:"bytes,1,opt,name=clouds,proto3" json:"clouds,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCloudsResponse) Descriptor deprecated

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

Deprecated: Use ListCloudsResponse.ProtoReflect.Descriptor instead.

func (*ListCloudsResponse) GetClouds added in v0.4.471

func (x *ListCloudsResponse) GetClouds() *v1alpha1.CloudList

func (*ListCloudsResponse) ProtoMessage

func (*ListCloudsResponse) ProtoMessage()

func (*ListCloudsResponse) ProtoReflect

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

func (*ListCloudsResponse) Reset

func (x *ListCloudsResponse) Reset()

func (*ListCloudsResponse) String

func (x *ListCloudsResponse) String() string

type ListMLFrameworksRequest

type ListMLFrameworksRequest struct {
	Namespace string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListMLFrameworksRequest) Descriptor deprecated

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

Deprecated: Use ListMLFrameworksRequest.ProtoReflect.Descriptor instead.

func (*ListMLFrameworksRequest) GetLabels

func (x *ListMLFrameworksRequest) GetLabels() map[string]string

func (*ListMLFrameworksRequest) GetNamespace

func (x *ListMLFrameworksRequest) GetNamespace() string

func (*ListMLFrameworksRequest) ProtoMessage

func (*ListMLFrameworksRequest) ProtoMessage()

func (*ListMLFrameworksRequest) ProtoReflect

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

func (*ListMLFrameworksRequest) Reset

func (x *ListMLFrameworksRequest) Reset()

func (*ListMLFrameworksRequest) String

func (x *ListMLFrameworksRequest) String() string

type ListMLFrameworksResponse

type ListMLFrameworksResponse struct {
	Mlframeworks *v1alpha1.MLFrameworkList `protobuf:"bytes,1,opt,name=mlframeworks,proto3" json:"mlframeworks,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMLFrameworksResponse) Descriptor deprecated

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

Deprecated: Use ListMLFrameworksResponse.ProtoReflect.Descriptor instead.

func (*ListMLFrameworksResponse) GetMlframeworks added in v0.4.471

func (x *ListMLFrameworksResponse) GetMlframeworks() *v1alpha1.MLFrameworkList

func (*ListMLFrameworksResponse) ProtoMessage

func (*ListMLFrameworksResponse) ProtoMessage()

func (*ListMLFrameworksResponse) ProtoReflect

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

func (*ListMLFrameworksResponse) Reset

func (x *ListMLFrameworksResponse) Reset()

func (*ListMLFrameworksResponse) String

func (x *ListMLFrameworksResponse) String() string

type ListManagedimagesRequest added in v0.4.439

type ListManagedimagesRequest struct {
	Namespace string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListManagedimagesRequest) Descriptor deprecated added in v0.4.439

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

Deprecated: Use ListManagedimagesRequest.ProtoReflect.Descriptor instead.

func (*ListManagedimagesRequest) GetLabels added in v0.4.439

func (x *ListManagedimagesRequest) GetLabels() map[string]string

func (*ListManagedimagesRequest) GetNamespace added in v0.4.439

func (x *ListManagedimagesRequest) GetNamespace() string

func (*ListManagedimagesRequest) ProtoMessage added in v0.4.439

func (*ListManagedimagesRequest) ProtoMessage()

func (*ListManagedimagesRequest) ProtoReflect added in v0.4.439

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

func (*ListManagedimagesRequest) Reset added in v0.4.439

func (x *ListManagedimagesRequest) Reset()

func (*ListManagedimagesRequest) String added in v0.4.439

func (x *ListManagedimagesRequest) String() string

type ListManagedimagesResponse added in v0.4.439

type ListManagedimagesResponse struct {
	ManagedImages *v1alpha1.ManagedImageList `protobuf:"bytes,1,opt,name=managedImages,proto3" json:"managedImages,omitempty"`
	// contains filtered or unexported fields
}

func (*ListManagedimagesResponse) Descriptor deprecated added in v0.4.439

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

Deprecated: Use ListManagedimagesResponse.ProtoReflect.Descriptor instead.

func (*ListManagedimagesResponse) GetManagedImages added in v0.4.471

func (x *ListManagedimagesResponse) GetManagedImages() *v1alpha1.ManagedImageList

func (*ListManagedimagesResponse) ProtoMessage added in v0.4.439

func (*ListManagedimagesResponse) ProtoMessage()

func (*ListManagedimagesResponse) ProtoReflect added in v0.4.439

func (*ListManagedimagesResponse) Reset added in v0.4.439

func (x *ListManagedimagesResponse) Reset()

func (*ListManagedimagesResponse) String added in v0.4.439

func (x *ListManagedimagesResponse) String() string

type ListPretrainedModelsRequest

type ListPretrainedModelsRequest struct {
	Namespace string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListPretrainedModelsRequest) Descriptor deprecated

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

Deprecated: Use ListPretrainedModelsRequest.ProtoReflect.Descriptor instead.

func (*ListPretrainedModelsRequest) GetLabels

func (x *ListPretrainedModelsRequest) GetLabels() map[string]string

func (*ListPretrainedModelsRequest) GetNamespace

func (x *ListPretrainedModelsRequest) GetNamespace() string

func (*ListPretrainedModelsRequest) ProtoMessage

func (*ListPretrainedModelsRequest) ProtoMessage()

func (*ListPretrainedModelsRequest) ProtoReflect

func (*ListPretrainedModelsRequest) Reset

func (x *ListPretrainedModelsRequest) Reset()

func (*ListPretrainedModelsRequest) String

func (x *ListPretrainedModelsRequest) String() string

type ListPretrainedModelsResponse

type ListPretrainedModelsResponse struct {
	PretrainedModels *v1alpha1.PretrainedModelList `protobuf:"bytes,1,opt,name=pretrainedModels,proto3" json:"pretrainedModels,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPretrainedModelsResponse) Descriptor deprecated

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

Deprecated: Use ListPretrainedModelsResponse.ProtoReflect.Descriptor instead.

func (*ListPretrainedModelsResponse) GetPretrainedModels added in v0.4.475

func (x *ListPretrainedModelsResponse) GetPretrainedModels() *v1alpha1.PretrainedModelList

func (*ListPretrainedModelsResponse) ProtoMessage

func (*ListPretrainedModelsResponse) ProtoMessage()

func (*ListPretrainedModelsResponse) ProtoReflect

func (*ListPretrainedModelsResponse) Reset

func (x *ListPretrainedModelsResponse) Reset()

func (*ListPretrainedModelsResponse) String

type ListPublicDatasetsRequest

type ListPublicDatasetsRequest struct {
	Namespace string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListPublicDatasetsRequest) Descriptor deprecated

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

Deprecated: Use ListPublicDatasetsRequest.ProtoReflect.Descriptor instead.

func (*ListPublicDatasetsRequest) GetLabels

func (x *ListPublicDatasetsRequest) GetLabels() map[string]string

func (*ListPublicDatasetsRequest) GetNamespace

func (x *ListPublicDatasetsRequest) GetNamespace() string

func (*ListPublicDatasetsRequest) ProtoMessage

func (*ListPublicDatasetsRequest) ProtoMessage()

func (*ListPublicDatasetsRequest) ProtoReflect

func (*ListPublicDatasetsRequest) Reset

func (x *ListPublicDatasetsRequest) Reset()

func (*ListPublicDatasetsRequest) String

func (x *ListPublicDatasetsRequest) String() string

type ListPublicDatasetsResponse

type ListPublicDatasetsResponse struct {
	PublicDatasets *v1alpha1.PublicDatasetList `protobuf:"bytes,1,opt,name=publicDatasets,proto3" json:"publicDatasets,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPublicDatasetsResponse) Descriptor deprecated

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

Deprecated: Use ListPublicDatasetsResponse.ProtoReflect.Descriptor instead.

func (*ListPublicDatasetsResponse) GetPublicDatasets added in v0.4.471

func (x *ListPublicDatasetsResponse) GetPublicDatasets() *v1alpha1.PublicDatasetList

func (*ListPublicDatasetsResponse) ProtoMessage

func (*ListPublicDatasetsResponse) ProtoMessage()

func (*ListPublicDatasetsResponse) ProtoReflect

func (*ListPublicDatasetsResponse) Reset

func (x *ListPublicDatasetsResponse) Reset()

func (*ListPublicDatasetsResponse) String

func (x *ListPublicDatasetsResponse) String() string

type ListWorkloadClassesRequest

type ListWorkloadClassesRequest struct {
	Namespace string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListWorkloadClassesRequest) Descriptor deprecated

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

Deprecated: Use ListWorkloadClassesRequest.ProtoReflect.Descriptor instead.

func (*ListWorkloadClassesRequest) GetLabels

func (x *ListWorkloadClassesRequest) GetLabels() map[string]string

func (*ListWorkloadClassesRequest) GetNamespace

func (x *ListWorkloadClassesRequest) GetNamespace() string

func (*ListWorkloadClassesRequest) ProtoMessage

func (*ListWorkloadClassesRequest) ProtoMessage()

func (*ListWorkloadClassesRequest) ProtoReflect

func (*ListWorkloadClassesRequest) Reset

func (x *ListWorkloadClassesRequest) Reset()

func (*ListWorkloadClassesRequest) String

func (x *ListWorkloadClassesRequest) String() string

type ListWorkloadClassesResponse

type ListWorkloadClassesResponse struct {
	Workloads *v1alpha1.WorkloadClassList `protobuf:"bytes,1,opt,name=workloads,proto3" json:"workloads,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkloadClassesResponse) Descriptor deprecated

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

Deprecated: Use ListWorkloadClassesResponse.ProtoReflect.Descriptor instead.

func (*ListWorkloadClassesResponse) GetWorkloads added in v0.4.471

func (*ListWorkloadClassesResponse) ProtoMessage

func (*ListWorkloadClassesResponse) ProtoMessage()

func (*ListWorkloadClassesResponse) ProtoReflect

func (*ListWorkloadClassesResponse) Reset

func (x *ListWorkloadClassesResponse) Reset()

func (*ListWorkloadClassesResponse) String

func (x *ListWorkloadClassesResponse) String() string

type PreviewPublicDatasetRequest

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

func (*PreviewPublicDatasetRequest) Descriptor deprecated

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

Deprecated: Use PreviewPublicDatasetRequest.ProtoReflect.Descriptor instead.

func (*PreviewPublicDatasetRequest) GetName

func (x *PreviewPublicDatasetRequest) GetName() string

func (*PreviewPublicDatasetRequest) GetNamespace

func (x *PreviewPublicDatasetRequest) GetNamespace() string

func (*PreviewPublicDatasetRequest) ProtoMessage

func (*PreviewPublicDatasetRequest) ProtoMessage()

func (*PreviewPublicDatasetRequest) ProtoReflect

func (*PreviewPublicDatasetRequest) Reset

func (x *PreviewPublicDatasetRequest) Reset()

func (*PreviewPublicDatasetRequest) String

func (x *PreviewPublicDatasetRequest) String() string

type PreviewPublicDatasetResponse

type PreviewPublicDatasetResponse struct {
	Raw []byte `protobuf:"bytes,1,opt,name=raw,proto3" json:"raw,omitempty"`
	// contains filtered or unexported fields
}

Answer the report in base 64

func (*PreviewPublicDatasetResponse) Descriptor deprecated

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

Deprecated: Use PreviewPublicDatasetResponse.ProtoReflect.Descriptor instead.

func (*PreviewPublicDatasetResponse) GetRaw

func (x *PreviewPublicDatasetResponse) GetRaw() []byte

func (*PreviewPublicDatasetResponse) ProtoMessage

func (*PreviewPublicDatasetResponse) ProtoMessage()

func (*PreviewPublicDatasetResponse) ProtoReflect

func (*PreviewPublicDatasetResponse) Reset

func (x *PreviewPublicDatasetResponse) Reset()

func (*PreviewPublicDatasetResponse) String

type UnimplementedCatalogServiceServer

type UnimplementedCatalogServiceServer struct {
}

UnimplementedCatalogServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCatalogServiceServer) ApplyPublicDatasetCR

func (*UnimplementedCatalogServiceServer) DownloadPublicDataset

func (*UnimplementedCatalogServiceServer) GetAlgorithm

func (*UnimplementedCatalogServiceServer) GetCloud

func (*UnimplementedCatalogServiceServer) GetMLFramework

func (*UnimplementedCatalogServiceServer) GetManagedImage added in v0.4.439

func (*UnimplementedCatalogServiceServer) GetPublicDataset

func (*UnimplementedCatalogServiceServer) GetWorkloadClass

func (*UnimplementedCatalogServiceServer) ListAlgorithm

func (*UnimplementedCatalogServiceServer) ListClouds

func (*UnimplementedCatalogServiceServer) ListMLFrameworks

func (*UnimplementedCatalogServiceServer) ListManagedImages added in v0.4.439

func (*UnimplementedCatalogServiceServer) ListPublicDataset

func (*UnimplementedCatalogServiceServer) ListWorkloadClasses

func (*UnimplementedCatalogServiceServer) PreviewPublicDataset

Jump to

Keyboard shortcuts

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