common

package
v1.0.1-0...-4418604 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TernaryEnum_Ternary_name = map[int32]string{
		0: "UNKNOWN",
		1: "TRUE",
		2: "FALSE",
	}
	TernaryEnum_Ternary_value = map[string]int32{
		"UNKNOWN": 0,
		"TRUE":    1,
		"FALSE":   2,
	}
)

Enum value maps for TernaryEnum_Ternary.

View Source
var (
	ValueTypeEnum_ValueType_name = map[int32]string{
		0: "STRING",
		1: "NUMBER",
		2: "LIST",
		3: "BLOB",
	}
	ValueTypeEnum_ValueType_value = map[string]int32{
		"STRING": 0,
		"NUMBER": 1,
		"LIST":   2,
		"BLOB":   3,
	}
)

Enum value maps for ValueTypeEnum_ValueType.

View Source
var (
	CollaboratorTypeEnum_CollaboratorType_name = map[int32]string{
		0: "READ_ONLY",
		1: "READ_WRITE",
	}
	CollaboratorTypeEnum_CollaboratorType_value = map[string]int32{
		"READ_ONLY":  0,
		"READ_WRITE": 1,
	}
)

Enum value maps for CollaboratorTypeEnum_CollaboratorType.

View Source
var (
	CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault_name = map[int32]string{
		0: "UNKNOWN",
		1: "READ_WRITE",
		2: "READ_ONLY",
	}
	CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault_value = map[string]int32{
		"UNKNOWN":    0,
		"READ_WRITE": 1,
		"READ_ONLY":  2,
	}
)

Enum value maps for CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault.

View Source
var (
	EntitiesEnum_EntitiesTypes_name = map[int32]string{
		0: "UNKNOWN",
		1: "ORGANIZATION",
		2: "TEAM",
		3: "USER",
	}
	EntitiesEnum_EntitiesTypes_value = map[string]int32{
		"UNKNOWN":      0,
		"ORGANIZATION": 1,
		"TEAM":         2,
		"USER":         3,
	}
)

Enum value maps for EntitiesEnum_EntitiesTypes.

View Source
var (
	ModelDBResourceEnum_ModelDBServiceResourceTypes_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "ALL",
		2:  "PROJECT",
		3:  "EXPERIMENT",
		4:  "EXPERIMENT_RUN",
		5:  "DATASET",
		6:  "DATASET_VERSION",
		7:  "DASHBOARD",
		8:  "REPOSITORY",
		9:  "REGISTERED_MODEL",
		10: "REGISTERED_MODEL_VERSION",
		11: "MONITORED_ENTITY",
		12: "NOTIFICATION_CHANNEL",
		13: "ENDPOINT",
		14: "BUILD",
		15: "ORGANIZATION",
		16: "TEAM",
		17: "WORKSPACE",
		18: "USER",
		19: "SERVICE_ACCOUNT",
		20: "CONTAINER_REGISTRY_CONFIGURATION",
		21: "STAGE",
		22: "PROFILER",
	}
	ModelDBResourceEnum_ModelDBServiceResourceTypes_value = map[string]int32{
		"UNKNOWN":                          0,
		"ALL":                              1,
		"PROJECT":                          2,
		"EXPERIMENT":                       3,
		"EXPERIMENT_RUN":                   4,
		"DATASET":                          5,
		"DATASET_VERSION":                  6,
		"DASHBOARD":                        7,
		"REPOSITORY":                       8,
		"REGISTERED_MODEL":                 9,
		"REGISTERED_MODEL_VERSION":         10,
		"MONITORED_ENTITY":                 11,
		"NOTIFICATION_CHANNEL":             12,
		"ENDPOINT":                         13,
		"BUILD":                            14,
		"ORGANIZATION":                     15,
		"TEAM":                             16,
		"WORKSPACE":                        17,
		"USER":                             18,
		"SERVICE_ACCOUNT":                  19,
		"CONTAINER_REGISTRY_CONFIGURATION": 20,
		"STAGE":                            21,
		"PROFILER":                         22,
	}
)

Enum value maps for ModelDBResourceEnum_ModelDBServiceResourceTypes.

View Source
var (
	WorkspaceTypeEnum_WorkspaceType_name = map[int32]string{
		0: "UNKNOWN",
		1: "ORGANIZATION",
		2: "USER",
	}
	WorkspaceTypeEnum_WorkspaceType_value = map[string]int32{
		"UNKNOWN":      0,
		"ORGANIZATION": 1,
		"USER":         2,
	}
)

Enum value maps for WorkspaceTypeEnum_WorkspaceType.

View Source
var (
	ArtifactTypeEnum_ArtifactType_name = map[int32]string{
		0: "IMAGE",
		1: "MODEL",
		2: "TENSORBOARD",
		3: "DATA",
		4: "BLOB",
		5: "STRING",
		6: "CODE",
		7: "CONTAINER",
	}
	ArtifactTypeEnum_ArtifactType_value = map[string]int32{
		"IMAGE":       0,
		"MODEL":       1,
		"TENSORBOARD": 2,
		"DATA":        3,
		"BLOB":        4,
		"STRING":      5,
		"CODE":        6,
		"CONTAINER":   7,
	}
)

Enum value maps for ArtifactTypeEnum_ArtifactType.

View Source
var (
	OperatorEnum_Operator_name = map[int32]string{
		0: "EQ",
		1: "NE",
		2: "GT",
		3: "GTE",
		4: "LT",
		5: "LTE",
		6: "CONTAIN",
		7: "NOT_CONTAIN",
		8: "IN",
		9: "NOT_IN",
	}
	OperatorEnum_Operator_value = map[string]int32{
		"EQ":          0,
		"NE":          1,
		"GT":          2,
		"GTE":         3,
		"LT":          4,
		"LTE":         5,
		"CONTAIN":     6,
		"NOT_CONTAIN": 7,
		"IN":          8,
		"NOT_IN":      9,
	}
)

Enum value maps for OperatorEnum_Operator.

View Source
var (
	VisibilityEnum_Visibility_name = map[int32]string{
		0: "PRIVATE",
		1: "PUBLIC",
		2: "ORG_SCOPED_PUBLIC",
		3: "ORG_DEFAULT",
	}
	VisibilityEnum_Visibility_value = map[string]int32{
		"PRIVATE":           0,
		"PUBLIC":            1,
		"ORG_SCOPED_PUBLIC": 2,
		"ORG_DEFAULT":       3,
	}
)

Enum value maps for VisibilityEnum_Visibility.

View Source
var File_common_CommonService_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Artifact

type Artifact struct {
	Key               string                        `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Path              string                        `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	PathOnly          bool                          `protobuf:"varint,3,opt,name=path_only,json=pathOnly,proto3" json:"path_only,omitempty"`
	ArtifactType      ArtifactTypeEnum_ArtifactType `` /* 149-byte string literal not displayed */
	LinkedArtifactId  string                        `protobuf:"bytes,5,opt,name=linked_artifact_id,json=linkedArtifactId,proto3" json:"linked_artifact_id,omitempty"`
	FilenameExtension string                        `protobuf:"bytes,6,opt,name=filename_extension,json=filenameExtension,proto3" json:"filename_extension,omitempty"`
	Serialization     string                        `protobuf:"bytes,7,opt,name=serialization,proto3" json:"serialization,omitempty"`
	ArtifactSubtype   string                        `protobuf:"bytes,8,opt,name=artifact_subtype,json=artifactSubtype,proto3" json:"artifact_subtype,omitempty"`
	UploadCompleted   bool                          `protobuf:"varint,9,opt,name=upload_completed,json=uploadCompleted,proto3" json:"upload_completed,omitempty"`
	// contains filtered or unexported fields
}

func (*Artifact) Descriptor deprecated

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

Deprecated: Use Artifact.ProtoReflect.Descriptor instead.

func (*Artifact) GetArtifactSubtype

func (x *Artifact) GetArtifactSubtype() string

func (*Artifact) GetArtifactType

func (x *Artifact) GetArtifactType() ArtifactTypeEnum_ArtifactType

func (*Artifact) GetFilenameExtension

func (x *Artifact) GetFilenameExtension() string

func (*Artifact) GetKey

func (x *Artifact) GetKey() string

func (*Artifact) GetLinkedArtifactId

func (x *Artifact) GetLinkedArtifactId() string

func (*Artifact) GetPath

func (x *Artifact) GetPath() string

func (*Artifact) GetPathOnly

func (x *Artifact) GetPathOnly() bool

func (*Artifact) GetSerialization

func (x *Artifact) GetSerialization() string

func (*Artifact) GetUploadCompleted

func (x *Artifact) GetUploadCompleted() bool

func (*Artifact) ProtoMessage

func (*Artifact) ProtoMessage()

func (*Artifact) ProtoReflect

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

func (*Artifact) Reset

func (x *Artifact) Reset()

func (*Artifact) String

func (x *Artifact) String() string

type ArtifactPart

type ArtifactPart struct {
	PartNumber uint64 `protobuf:"varint,1,opt,name=part_number,json=partNumber,proto3" json:"part_number,omitempty"`
	Etag       string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // checksum returned by S3
	// contains filtered or unexported fields
}

func (*ArtifactPart) Descriptor deprecated

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

Deprecated: Use ArtifactPart.ProtoReflect.Descriptor instead.

func (*ArtifactPart) GetEtag

func (x *ArtifactPart) GetEtag() string

func (*ArtifactPart) GetPartNumber

func (x *ArtifactPart) GetPartNumber() uint64

func (*ArtifactPart) ProtoMessage

func (*ArtifactPart) ProtoMessage()

func (*ArtifactPart) ProtoReflect

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

func (*ArtifactPart) Reset

func (x *ArtifactPart) Reset()

func (*ArtifactPart) String

func (x *ArtifactPart) String() string

type ArtifactTypeEnum

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

func (*ArtifactTypeEnum) Descriptor deprecated

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

Deprecated: Use ArtifactTypeEnum.ProtoReflect.Descriptor instead.

func (*ArtifactTypeEnum) ProtoMessage

func (*ArtifactTypeEnum) ProtoMessage()

func (*ArtifactTypeEnum) ProtoReflect

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

func (*ArtifactTypeEnum) Reset

func (x *ArtifactTypeEnum) Reset()

func (*ArtifactTypeEnum) String

func (x *ArtifactTypeEnum) String() string

type ArtifactTypeEnum_ArtifactType

type ArtifactTypeEnum_ArtifactType int32
const (
	ArtifactTypeEnum_IMAGE       ArtifactTypeEnum_ArtifactType = 0
	ArtifactTypeEnum_MODEL       ArtifactTypeEnum_ArtifactType = 1
	ArtifactTypeEnum_TENSORBOARD ArtifactTypeEnum_ArtifactType = 2
	ArtifactTypeEnum_DATA        ArtifactTypeEnum_ArtifactType = 3
	ArtifactTypeEnum_BLOB        ArtifactTypeEnum_ArtifactType = 4
	ArtifactTypeEnum_STRING      ArtifactTypeEnum_ArtifactType = 5
	ArtifactTypeEnum_CODE        ArtifactTypeEnum_ArtifactType = 6
	ArtifactTypeEnum_CONTAINER   ArtifactTypeEnum_ArtifactType = 7
)

func (ArtifactTypeEnum_ArtifactType) Descriptor

func (ArtifactTypeEnum_ArtifactType) Enum

func (ArtifactTypeEnum_ArtifactType) EnumDescriptor deprecated

func (ArtifactTypeEnum_ArtifactType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ArtifactTypeEnum_ArtifactType.Descriptor instead.

func (ArtifactTypeEnum_ArtifactType) Number

func (ArtifactTypeEnum_ArtifactType) String

func (ArtifactTypeEnum_ArtifactType) Type

type CodeVersion

type CodeVersion struct {

	// Types that are assignable to Code:
	//
	//	*CodeVersion_GitSnapshot
	//	*CodeVersion_CodeArchive
	Code       isCodeVersion_Code `protobuf_oneof:"code"`
	DateLogged uint64             `protobuf:"varint,3,opt,name=date_logged,json=dateLogged,proto3" json:"date_logged,omitempty"`
	// contains filtered or unexported fields
}

code version

func (*CodeVersion) Descriptor deprecated

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

Deprecated: Use CodeVersion.ProtoReflect.Descriptor instead.

func (*CodeVersion) GetCode

func (m *CodeVersion) GetCode() isCodeVersion_Code

func (*CodeVersion) GetCodeArchive

func (x *CodeVersion) GetCodeArchive() *Artifact

func (*CodeVersion) GetDateLogged

func (x *CodeVersion) GetDateLogged() uint64

func (*CodeVersion) GetGitSnapshot

func (x *CodeVersion) GetGitSnapshot() *GitSnapshot

func (*CodeVersion) ProtoMessage

func (*CodeVersion) ProtoMessage()

func (*CodeVersion) ProtoReflect

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

func (*CodeVersion) Reset

func (x *CodeVersion) Reset()

func (*CodeVersion) String

func (x *CodeVersion) String() string

type CodeVersion_CodeArchive

type CodeVersion_CodeArchive struct {
	CodeArchive *Artifact `protobuf:"bytes,2,opt,name=code_archive,json=codeArchive,proto3,oneof"` // ZIP archive of source code
}

type CodeVersion_GitSnapshot

type CodeVersion_GitSnapshot struct {
	GitSnapshot *GitSnapshot `protobuf:"bytes,1,opt,name=git_snapshot,json=gitSnapshot,proto3,oneof"`
}

type CollaboratorTypeEnum

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

func (*CollaboratorTypeEnum) Descriptor deprecated

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

Deprecated: Use CollaboratorTypeEnum.ProtoReflect.Descriptor instead.

func (*CollaboratorTypeEnum) ProtoMessage

func (*CollaboratorTypeEnum) ProtoMessage()

func (*CollaboratorTypeEnum) ProtoReflect

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

func (*CollaboratorTypeEnum) Reset

func (x *CollaboratorTypeEnum) Reset()

func (*CollaboratorTypeEnum) String

func (x *CollaboratorTypeEnum) String() string

type CollaboratorTypeEnumWithDefaultEnum

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

func (*CollaboratorTypeEnumWithDefaultEnum) Descriptor deprecated

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

Deprecated: Use CollaboratorTypeEnumWithDefaultEnum.ProtoReflect.Descriptor instead.

func (*CollaboratorTypeEnumWithDefaultEnum) ProtoMessage

func (*CollaboratorTypeEnumWithDefaultEnum) ProtoMessage()

func (*CollaboratorTypeEnumWithDefaultEnum) ProtoReflect

func (*CollaboratorTypeEnumWithDefaultEnum) Reset

func (*CollaboratorTypeEnumWithDefaultEnum) String

type CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault

type CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault int32
const (
	CollaboratorTypeEnumWithDefaultEnum_UNKNOWN    CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault = 0
	CollaboratorTypeEnumWithDefaultEnum_READ_WRITE CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault = 1
	CollaboratorTypeEnumWithDefaultEnum_READ_ONLY  CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault = 2
)

func (CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault) Descriptor

func (CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault) Enum

func (CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault) EnumDescriptor deprecated

Deprecated: Use CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault.Descriptor instead.

func (CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault) Number

func (CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault) String

func (CollaboratorTypeEnumWithDefaultEnum_CollaboratorTypeEnumWithDefault) Type

type CollaboratorTypeEnum_CollaboratorType

type CollaboratorTypeEnum_CollaboratorType int32
const (
	CollaboratorTypeEnum_READ_ONLY  CollaboratorTypeEnum_CollaboratorType = 0
	CollaboratorTypeEnum_READ_WRITE CollaboratorTypeEnum_CollaboratorType = 1
)

func (CollaboratorTypeEnum_CollaboratorType) Descriptor

func (CollaboratorTypeEnum_CollaboratorType) Enum

func (CollaboratorTypeEnum_CollaboratorType) EnumDescriptor deprecated

func (CollaboratorTypeEnum_CollaboratorType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CollaboratorTypeEnum_CollaboratorType.Descriptor instead.

func (CollaboratorTypeEnum_CollaboratorType) Number

func (CollaboratorTypeEnum_CollaboratorType) String

func (CollaboratorTypeEnum_CollaboratorType) Type

type Empty

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

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

type EntitiesEnum

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

func (*EntitiesEnum) Descriptor deprecated

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

Deprecated: Use EntitiesEnum.ProtoReflect.Descriptor instead.

func (*EntitiesEnum) ProtoMessage

func (*EntitiesEnum) ProtoMessage()

func (*EntitiesEnum) ProtoReflect

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

func (*EntitiesEnum) Reset

func (x *EntitiesEnum) Reset()

func (*EntitiesEnum) String

func (x *EntitiesEnum) String() string

type EntitiesEnum_EntitiesTypes

type EntitiesEnum_EntitiesTypes int32
const (
	EntitiesEnum_UNKNOWN      EntitiesEnum_EntitiesTypes = 0 // Resource 0 should always cause an error
	EntitiesEnum_ORGANIZATION EntitiesEnum_EntitiesTypes = 1
	EntitiesEnum_TEAM         EntitiesEnum_EntitiesTypes = 2
	EntitiesEnum_USER         EntitiesEnum_EntitiesTypes = 3
)

func (EntitiesEnum_EntitiesTypes) Descriptor

func (EntitiesEnum_EntitiesTypes) Enum

func (EntitiesEnum_EntitiesTypes) EnumDescriptor deprecated

func (EntitiesEnum_EntitiesTypes) EnumDescriptor() ([]byte, []int)

Deprecated: Use EntitiesEnum_EntitiesTypes.Descriptor instead.

func (EntitiesEnum_EntitiesTypes) Number

func (EntitiesEnum_EntitiesTypes) String

func (EntitiesEnum_EntitiesTypes) Type

type GitSnapshot

type GitSnapshot struct {
	Filepaths []string            `protobuf:"bytes,1,rep,name=filepaths,proto3" json:"filepaths,omitempty"` // paths to relevant source code
	Repo      string              `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"`           // URL to remote repository
	Hash      string              `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`           // commit hash
	IsDirty   TernaryEnum_Ternary `protobuf:"varint,4,opt,name=is_dirty,json=isDirty,proto3,enum=ai.verta.common.TernaryEnum_Ternary" json:"is_dirty,omitempty"`
	// contains filtered or unexported fields
}

func (*GitSnapshot) Descriptor deprecated

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

Deprecated: Use GitSnapshot.ProtoReflect.Descriptor instead.

func (*GitSnapshot) GetFilepaths

func (x *GitSnapshot) GetFilepaths() []string

func (*GitSnapshot) GetHash

func (x *GitSnapshot) GetHash() string

func (*GitSnapshot) GetIsDirty

func (x *GitSnapshot) GetIsDirty() TernaryEnum_Ternary

func (*GitSnapshot) GetRepo

func (x *GitSnapshot) GetRepo() string

func (*GitSnapshot) ProtoMessage

func (*GitSnapshot) ProtoMessage()

func (*GitSnapshot) ProtoReflect

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

func (*GitSnapshot) Reset

func (x *GitSnapshot) Reset()

func (*GitSnapshot) String

func (x *GitSnapshot) String() string

type GroupId

type GroupId struct {
	OrgId   string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	GroupId string `protobuf:"bytes,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupId) Descriptor deprecated

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

Deprecated: Use GroupId.ProtoReflect.Descriptor instead.

func (*GroupId) GetGroupId

func (x *GroupId) GetGroupId() string

func (*GroupId) GetOrgId

func (x *GroupId) GetOrgId() string

func (*GroupId) ProtoMessage

func (*GroupId) ProtoMessage()

func (*GroupId) ProtoReflect

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

func (*GroupId) Reset

func (x *GroupId) Reset()

func (*GroupId) String

func (x *GroupId) String() string

type KeyValue

type KeyValue struct {
	Key   string         `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *_struct.Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// As per documentation of proto buffer 3.
	// For enums, the default value is the first defined enum value, which must be 0.
	ValueType ValueTypeEnum_ValueType `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*KeyValue) Descriptor deprecated

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

Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.

func (*KeyValue) GetKey

func (x *KeyValue) GetKey() string

func (*KeyValue) GetValue

func (x *KeyValue) GetValue() *_struct.Value

func (*KeyValue) GetValueType

func (x *KeyValue) GetValueType() ValueTypeEnum_ValueType

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) ProtoReflect

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

func (*KeyValue) Reset

func (x *KeyValue) Reset()

func (*KeyValue) String

func (x *KeyValue) String() string

type KeyValueQuery

type KeyValueQuery struct {
	Key       string                  `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`     //entity field key
	Value     *_struct.Value          `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` //entity field value
	ValueType ValueTypeEnum_ValueType ``                                                                // Default = STRING
	/* 134-byte string literal not displayed */
	Operator OperatorEnum_Operator `protobuf:"varint,4,opt,name=operator,proto3,enum=ai.verta.common.OperatorEnum_Operator" json:"operator,omitempty"` // Default = EQ
	// contains filtered or unexported fields
}

func (*KeyValueQuery) Descriptor deprecated

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

Deprecated: Use KeyValueQuery.ProtoReflect.Descriptor instead.

func (*KeyValueQuery) GetKey

func (x *KeyValueQuery) GetKey() string

func (*KeyValueQuery) GetOperator

func (x *KeyValueQuery) GetOperator() OperatorEnum_Operator

func (*KeyValueQuery) GetValue

func (x *KeyValueQuery) GetValue() *_struct.Value

func (*KeyValueQuery) GetValueType

func (x *KeyValueQuery) GetValueType() ValueTypeEnum_ValueType

func (*KeyValueQuery) ProtoMessage

func (*KeyValueQuery) ProtoMessage()

func (*KeyValueQuery) ProtoReflect

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

func (*KeyValueQuery) Reset

func (x *KeyValueQuery) Reset()

func (*KeyValueQuery) String

func (x *KeyValueQuery) String() string

type ModelDBResourceEnum

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

func (*ModelDBResourceEnum) Descriptor deprecated

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

Deprecated: Use ModelDBResourceEnum.ProtoReflect.Descriptor instead.

func (*ModelDBResourceEnum) ProtoMessage

func (*ModelDBResourceEnum) ProtoMessage()

func (*ModelDBResourceEnum) ProtoReflect

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

func (*ModelDBResourceEnum) Reset

func (x *ModelDBResourceEnum) Reset()

func (*ModelDBResourceEnum) String

func (x *ModelDBResourceEnum) String() string

type ModelDBResourceEnum_ModelDBServiceResourceTypes

type ModelDBResourceEnum_ModelDBServiceResourceTypes int32
const (
	ModelDBResourceEnum_UNKNOWN                          ModelDBResourceEnum_ModelDBServiceResourceTypes = 0 // Resource 0 should always cause an error
	ModelDBResourceEnum_ALL                              ModelDBResourceEnum_ModelDBServiceResourceTypes = 1
	ModelDBResourceEnum_PROJECT                          ModelDBResourceEnum_ModelDBServiceResourceTypes = 2
	ModelDBResourceEnum_EXPERIMENT                       ModelDBResourceEnum_ModelDBServiceResourceTypes = 3
	ModelDBResourceEnum_EXPERIMENT_RUN                   ModelDBResourceEnum_ModelDBServiceResourceTypes = 4
	ModelDBResourceEnum_DATASET                          ModelDBResourceEnum_ModelDBServiceResourceTypes = 5
	ModelDBResourceEnum_DATASET_VERSION                  ModelDBResourceEnum_ModelDBServiceResourceTypes = 6
	ModelDBResourceEnum_DASHBOARD                        ModelDBResourceEnum_ModelDBServiceResourceTypes = 7
	ModelDBResourceEnum_REPOSITORY                       ModelDBResourceEnum_ModelDBServiceResourceTypes = 8
	ModelDBResourceEnum_REGISTERED_MODEL                 ModelDBResourceEnum_ModelDBServiceResourceTypes = 9
	ModelDBResourceEnum_REGISTERED_MODEL_VERSION         ModelDBResourceEnum_ModelDBServiceResourceTypes = 10
	ModelDBResourceEnum_MONITORED_ENTITY                 ModelDBResourceEnum_ModelDBServiceResourceTypes = 11
	ModelDBResourceEnum_NOTIFICATION_CHANNEL             ModelDBResourceEnum_ModelDBServiceResourceTypes = 12
	ModelDBResourceEnum_ENDPOINT                         ModelDBResourceEnum_ModelDBServiceResourceTypes = 13
	ModelDBResourceEnum_BUILD                            ModelDBResourceEnum_ModelDBServiceResourceTypes = 14
	ModelDBResourceEnum_ORGANIZATION                     ModelDBResourceEnum_ModelDBServiceResourceTypes = 15
	ModelDBResourceEnum_TEAM                             ModelDBResourceEnum_ModelDBServiceResourceTypes = 16
	ModelDBResourceEnum_WORKSPACE                        ModelDBResourceEnum_ModelDBServiceResourceTypes = 17
	ModelDBResourceEnum_USER                             ModelDBResourceEnum_ModelDBServiceResourceTypes = 18
	ModelDBResourceEnum_SERVICE_ACCOUNT                  ModelDBResourceEnum_ModelDBServiceResourceTypes = 19
	ModelDBResourceEnum_CONTAINER_REGISTRY_CONFIGURATION ModelDBResourceEnum_ModelDBServiceResourceTypes = 20
	ModelDBResourceEnum_STAGE                            ModelDBResourceEnum_ModelDBServiceResourceTypes = 21
	ModelDBResourceEnum_PROFILER                         ModelDBResourceEnum_ModelDBServiceResourceTypes = 22
)

func (ModelDBResourceEnum_ModelDBServiceResourceTypes) Descriptor

func (ModelDBResourceEnum_ModelDBServiceResourceTypes) Enum

func (ModelDBResourceEnum_ModelDBServiceResourceTypes) EnumDescriptor deprecated

Deprecated: Use ModelDBResourceEnum_ModelDBServiceResourceTypes.Descriptor instead.

func (ModelDBResourceEnum_ModelDBServiceResourceTypes) Number

func (ModelDBResourceEnum_ModelDBServiceResourceTypes) String

func (ModelDBResourceEnum_ModelDBServiceResourceTypes) Type

type OperatorEnum

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

func (*OperatorEnum) Descriptor deprecated

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

Deprecated: Use OperatorEnum.ProtoReflect.Descriptor instead.

func (*OperatorEnum) ProtoMessage

func (*OperatorEnum) ProtoMessage()

func (*OperatorEnum) ProtoReflect

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

func (*OperatorEnum) Reset

func (x *OperatorEnum) Reset()

func (*OperatorEnum) String

func (x *OperatorEnum) String() string

type OperatorEnum_Operator

type OperatorEnum_Operator int32
const (
	OperatorEnum_EQ          OperatorEnum_Operator = 0
	OperatorEnum_NE          OperatorEnum_Operator = 1
	OperatorEnum_GT          OperatorEnum_Operator = 2
	OperatorEnum_GTE         OperatorEnum_Operator = 3
	OperatorEnum_LT          OperatorEnum_Operator = 4
	OperatorEnum_LTE         OperatorEnum_Operator = 5
	OperatorEnum_CONTAIN     OperatorEnum_Operator = 6
	OperatorEnum_NOT_CONTAIN OperatorEnum_Operator = 7
	OperatorEnum_IN          OperatorEnum_Operator = 8 // This is not fully supported by backend.
	OperatorEnum_NOT_IN      OperatorEnum_Operator = 9
)

func (OperatorEnum_Operator) Descriptor

func (OperatorEnum_Operator) Enum

func (OperatorEnum_Operator) EnumDescriptor deprecated

func (OperatorEnum_Operator) EnumDescriptor() ([]byte, []int)

Deprecated: Use OperatorEnum_Operator.Descriptor instead.

func (OperatorEnum_Operator) Number

func (OperatorEnum_Operator) String

func (x OperatorEnum_Operator) String() string

func (OperatorEnum_Operator) Type

type Pagination

type Pagination struct {
	PageNumber int32 `protobuf:"varint,2,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit  int32 `protobuf:"varint,3,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	// contains filtered or unexported fields
}

For pagination

func (*Pagination) Descriptor deprecated

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

Deprecated: Use Pagination.ProtoReflect.Descriptor instead.

func (*Pagination) GetPageLimit

func (x *Pagination) GetPageLimit() int32

func (*Pagination) GetPageNumber

func (x *Pagination) GetPageNumber() int32

func (*Pagination) ProtoMessage

func (*Pagination) ProtoMessage()

func (*Pagination) ProtoReflect

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

func (*Pagination) Reset

func (x *Pagination) Reset()

func (*Pagination) String

func (x *Pagination) String() string

type TernaryEnum

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

func (*TernaryEnum) Descriptor deprecated

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

Deprecated: Use TernaryEnum.ProtoReflect.Descriptor instead.

func (*TernaryEnum) ProtoMessage

func (*TernaryEnum) ProtoMessage()

func (*TernaryEnum) ProtoReflect

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

func (*TernaryEnum) Reset

func (x *TernaryEnum) Reset()

func (*TernaryEnum) String

func (x *TernaryEnum) String() string

type TernaryEnum_Ternary

type TernaryEnum_Ternary int32
const (
	TernaryEnum_UNKNOWN TernaryEnum_Ternary = 0
	TernaryEnum_TRUE    TernaryEnum_Ternary = 1
	TernaryEnum_FALSE   TernaryEnum_Ternary = 2
)

func (TernaryEnum_Ternary) Descriptor

func (TernaryEnum_Ternary) Enum

func (TernaryEnum_Ternary) EnumDescriptor deprecated

func (TernaryEnum_Ternary) EnumDescriptor() ([]byte, []int)

Deprecated: Use TernaryEnum_Ternary.Descriptor instead.

func (TernaryEnum_Ternary) Number

func (TernaryEnum_Ternary) String

func (x TernaryEnum_Ternary) String() string

func (TernaryEnum_Ternary) Type

type ValueTypeEnum

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

func (*ValueTypeEnum) Descriptor deprecated

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

Deprecated: Use ValueTypeEnum.ProtoReflect.Descriptor instead.

func (*ValueTypeEnum) ProtoMessage

func (*ValueTypeEnum) ProtoMessage()

func (*ValueTypeEnum) ProtoReflect

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

func (*ValueTypeEnum) Reset

func (x *ValueTypeEnum) Reset()

func (*ValueTypeEnum) String

func (x *ValueTypeEnum) String() string

type ValueTypeEnum_ValueType

type ValueTypeEnum_ValueType int32
const (
	ValueTypeEnum_STRING ValueTypeEnum_ValueType = 0
	ValueTypeEnum_NUMBER ValueTypeEnum_ValueType = 1
	ValueTypeEnum_LIST   ValueTypeEnum_ValueType = 2
	ValueTypeEnum_BLOB   ValueTypeEnum_ValueType = 3
)

func (ValueTypeEnum_ValueType) Descriptor

func (ValueTypeEnum_ValueType) Enum

func (ValueTypeEnum_ValueType) EnumDescriptor deprecated

func (ValueTypeEnum_ValueType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ValueTypeEnum_ValueType.Descriptor instead.

func (ValueTypeEnum_ValueType) Number

func (ValueTypeEnum_ValueType) String

func (x ValueTypeEnum_ValueType) String() string

func (ValueTypeEnum_ValueType) Type

type VisibilityEnum

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

func (*VisibilityEnum) Descriptor deprecated

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

Deprecated: Use VisibilityEnum.ProtoReflect.Descriptor instead.

func (*VisibilityEnum) ProtoMessage

func (*VisibilityEnum) ProtoMessage()

func (*VisibilityEnum) ProtoReflect

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

func (*VisibilityEnum) Reset

func (x *VisibilityEnum) Reset()

func (*VisibilityEnum) String

func (x *VisibilityEnum) String() string

type VisibilityEnum_Visibility

type VisibilityEnum_Visibility int32
const (
	// Default to private
	VisibilityEnum_PRIVATE VisibilityEnum_Visibility = 0
	// Not supported
	VisibilityEnum_PUBLIC VisibilityEnum_Visibility = 1
	// Public to organization
	VisibilityEnum_ORG_SCOPED_PUBLIC VisibilityEnum_Visibility = 2
	// Default access for organization
	VisibilityEnum_ORG_DEFAULT VisibilityEnum_Visibility = 3
)

func (VisibilityEnum_Visibility) Descriptor

func (VisibilityEnum_Visibility) Enum

func (VisibilityEnum_Visibility) EnumDescriptor deprecated

func (VisibilityEnum_Visibility) EnumDescriptor() ([]byte, []int)

Deprecated: Use VisibilityEnum_Visibility.Descriptor instead.

func (VisibilityEnum_Visibility) Number

func (VisibilityEnum_Visibility) String

func (x VisibilityEnum_Visibility) String() string

func (VisibilityEnum_Visibility) Type

type WorkspaceTypeEnum

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

func (*WorkspaceTypeEnum) Descriptor deprecated

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

Deprecated: Use WorkspaceTypeEnum.ProtoReflect.Descriptor instead.

func (*WorkspaceTypeEnum) ProtoMessage

func (*WorkspaceTypeEnum) ProtoMessage()

func (*WorkspaceTypeEnum) ProtoReflect

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

func (*WorkspaceTypeEnum) Reset

func (x *WorkspaceTypeEnum) Reset()

func (*WorkspaceTypeEnum) String

func (x *WorkspaceTypeEnum) String() string

type WorkspaceTypeEnum_WorkspaceType

type WorkspaceTypeEnum_WorkspaceType int32
const (
	WorkspaceTypeEnum_UNKNOWN      WorkspaceTypeEnum_WorkspaceType = 0
	WorkspaceTypeEnum_ORGANIZATION WorkspaceTypeEnum_WorkspaceType = 1
	WorkspaceTypeEnum_USER         WorkspaceTypeEnum_WorkspaceType = 2
)

func (WorkspaceTypeEnum_WorkspaceType) Descriptor

func (WorkspaceTypeEnum_WorkspaceType) Enum

func (WorkspaceTypeEnum_WorkspaceType) EnumDescriptor deprecated

func (WorkspaceTypeEnum_WorkspaceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use WorkspaceTypeEnum_WorkspaceType.Descriptor instead.

func (WorkspaceTypeEnum_WorkspaceType) Number

func (WorkspaceTypeEnum_WorkspaceType) String

func (WorkspaceTypeEnum_WorkspaceType) Type

Jump to

Keyboard shortcuts

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