modeldb

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: 20 Imported by: 0

Documentation

Overview

Package modeldb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package modeldb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package modeldb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package modeldb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package modeldb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package modeldb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package modeldb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package modeldb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	DatasetTypeEnum_DatasetType_name = map[int32]string{
		0: "RAW",
		1: "PATH",
		2: "QUERY",
	}
	DatasetTypeEnum_DatasetType_value = map[string]int32{
		"RAW":   0,
		"PATH":  1,
		"QUERY": 2,
	}
)

Enum value maps for DatasetTypeEnum_DatasetType.

View Source
var (
	DatasetVisibilityEnum_DatasetVisibility_name = map[int32]string{
		0: "PRIVATE",
		1: "PUBLIC",
		2: "ORG_SCOPED_PUBLIC",
	}
	DatasetVisibilityEnum_DatasetVisibility_value = map[string]int32{
		"PRIVATE":           0,
		"PUBLIC":            1,
		"ORG_SCOPED_PUBLIC": 2,
	}
)

Enum value maps for DatasetVisibilityEnum_DatasetVisibility.

View Source
var (
	PathLocationTypeEnum_PathLocationType_name = map[int32]string{
		0: "LOCAL_FILE_SYSTEM",
		1: "NETWORK_FILE_SYSTEM",
		2: "HADOOP_FILE_SYSTEM",
		3: "S3_FILE_SYSTEM",
	}
	PathLocationTypeEnum_PathLocationType_value = map[string]int32{
		"LOCAL_FILE_SYSTEM":   0,
		"NETWORK_FILE_SYSTEM": 1,
		"HADOOP_FILE_SYSTEM":  2,
		"S3_FILE_SYSTEM":      3,
	}
)

Enum value maps for PathLocationTypeEnum_PathLocationType.

View Source
var (
	JobStatusEnum_JobStatus_name = map[int32]string{
		0: "NOT_STARTED",
		1: "IN_PROGRESS",
		2: "COMPLETED",
	}
	JobStatusEnum_JobStatus_value = map[string]int32{
		"NOT_STARTED": 0,
		"IN_PROGRESS": 1,
		"COMPLETED":   2,
	}
)

Enum value maps for JobStatusEnum_JobStatus.

View Source
var (
	JobTypeEnum_JobType_name = map[int32]string{
		0: "KUBERNETES_JOB",
	}
	JobTypeEnum_JobType_value = map[string]int32{
		"KUBERNETES_JOB": 0,
	}
)

Enum value maps for JobTypeEnum_JobType.

View Source
var (
	LineageEntryEnum_LineageEntryType_name = map[int32]string{
		0: "UNKNOWN",
		1: "EXPERIMENT_RUN",
		2: "DATASET_VERSION",
	}
	LineageEntryEnum_LineageEntryType_value = map[string]int32{
		"UNKNOWN":         0,
		"EXPERIMENT_RUN":  1,
		"DATASET_VERSION": 2,
	}
)

Enum value maps for LineageEntryEnum_LineageEntryType.

View Source
var (
	ProjectVisibility_name = map[int32]string{
		0: "PRIVATE",
		1: "PUBLIC",
		2: "ORG_SCOPED_PUBLIC",
	}
	ProjectVisibility_value = map[string]int32{
		"PRIVATE":           0,
		"PUBLIC":            1,
		"ORG_SCOPED_PUBLIC": 2,
	}
)

Enum value maps for ProjectVisibility.

View Source
var File_modeldb_Comment_proto protoreflect.FileDescriptor
View Source
var File_modeldb_CommonService_proto protoreflect.FileDescriptor
View Source
var File_modeldb_DatasetService_proto protoreflect.FileDescriptor
View Source
var File_modeldb_DatasetVersionService_proto protoreflect.FileDescriptor
View Source
var File_modeldb_ExperimentRunService_proto protoreflect.FileDescriptor
View Source
var File_modeldb_ExperimentService_proto protoreflect.FileDescriptor
View Source
var File_modeldb_Job_proto protoreflect.FileDescriptor
View Source
var File_modeldb_Lineage_proto protoreflect.FileDescriptor
View Source
var File_modeldb_ProjectService_proto protoreflect.FileDescriptor

Functions

func RegisterCommentServiceHandler

func RegisterCommentServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCommentServiceHandler registers the http handlers for service CommentService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCommentServiceHandlerClient

func RegisterCommentServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CommentServiceClient) error

RegisterCommentServiceHandlerClient registers the http handlers for service CommentService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CommentServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CommentServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CommentServiceClient" to call the correct interceptors.

func RegisterCommentServiceHandlerFromEndpoint

func RegisterCommentServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCommentServiceHandlerFromEndpoint is same as RegisterCommentServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCommentServiceHandlerServer

func RegisterCommentServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CommentServiceServer) error

RegisterCommentServiceHandlerServer registers the http handlers for service CommentService to "mux". UnaryRPC :call CommentServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterCommentServiceServer

func RegisterCommentServiceServer(s *grpc.Server, srv CommentServiceServer)

func RegisterDatasetServiceHandler

func RegisterDatasetServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDatasetServiceHandler registers the http handlers for service DatasetService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDatasetServiceHandlerClient

func RegisterDatasetServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DatasetServiceClient) error

RegisterDatasetServiceHandlerClient registers the http handlers for service DatasetService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DatasetServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DatasetServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DatasetServiceClient" to call the correct interceptors.

func RegisterDatasetServiceHandlerFromEndpoint

func RegisterDatasetServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDatasetServiceHandlerFromEndpoint is same as RegisterDatasetServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDatasetServiceHandlerServer

func RegisterDatasetServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DatasetServiceServer) error

RegisterDatasetServiceHandlerServer registers the http handlers for service DatasetService to "mux". UnaryRPC :call DatasetServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterDatasetServiceServer

func RegisterDatasetServiceServer(s *grpc.Server, srv DatasetServiceServer)

func RegisterDatasetVersionServiceHandler

func RegisterDatasetVersionServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDatasetVersionServiceHandler registers the http handlers for service DatasetVersionService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDatasetVersionServiceHandlerClient

func RegisterDatasetVersionServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DatasetVersionServiceClient) error

RegisterDatasetVersionServiceHandlerClient registers the http handlers for service DatasetVersionService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DatasetVersionServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DatasetVersionServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DatasetVersionServiceClient" to call the correct interceptors.

func RegisterDatasetVersionServiceHandlerFromEndpoint

func RegisterDatasetVersionServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDatasetVersionServiceHandlerFromEndpoint is same as RegisterDatasetVersionServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDatasetVersionServiceHandlerServer

func RegisterDatasetVersionServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DatasetVersionServiceServer) error

RegisterDatasetVersionServiceHandlerServer registers the http handlers for service DatasetVersionService to "mux". UnaryRPC :call DatasetVersionServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterDatasetVersionServiceServer

func RegisterDatasetVersionServiceServer(s *grpc.Server, srv DatasetVersionServiceServer)

func RegisterExperimentRunServiceHandler

func RegisterExperimentRunServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterExperimentRunServiceHandler registers the http handlers for service ExperimentRunService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterExperimentRunServiceHandlerClient

func RegisterExperimentRunServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ExperimentRunServiceClient) error

RegisterExperimentRunServiceHandlerClient registers the http handlers for service ExperimentRunService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ExperimentRunServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ExperimentRunServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ExperimentRunServiceClient" to call the correct interceptors.

func RegisterExperimentRunServiceHandlerFromEndpoint

func RegisterExperimentRunServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterExperimentRunServiceHandlerFromEndpoint is same as RegisterExperimentRunServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterExperimentRunServiceHandlerServer

func RegisterExperimentRunServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ExperimentRunServiceServer) error

RegisterExperimentRunServiceHandlerServer registers the http handlers for service ExperimentRunService to "mux". UnaryRPC :call ExperimentRunServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterExperimentRunServiceServer

func RegisterExperimentRunServiceServer(s *grpc.Server, srv ExperimentRunServiceServer)

func RegisterExperimentServiceHandler

func RegisterExperimentServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterExperimentServiceHandler registers the http handlers for service ExperimentService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterExperimentServiceHandlerClient

func RegisterExperimentServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ExperimentServiceClient) error

RegisterExperimentServiceHandlerClient registers the http handlers for service ExperimentService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ExperimentServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ExperimentServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ExperimentServiceClient" to call the correct interceptors.

func RegisterExperimentServiceHandlerFromEndpoint

func RegisterExperimentServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterExperimentServiceHandlerFromEndpoint is same as RegisterExperimentServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterExperimentServiceHandlerServer

func RegisterExperimentServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ExperimentServiceServer) error

RegisterExperimentServiceHandlerServer registers the http handlers for service ExperimentService to "mux". UnaryRPC :call ExperimentServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterExperimentServiceServer

func RegisterExperimentServiceServer(s *grpc.Server, srv ExperimentServiceServer)

func RegisterJobServiceHandler

func RegisterJobServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterJobServiceHandler registers the http handlers for service JobService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterJobServiceHandlerClient

func RegisterJobServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client JobServiceClient) error

RegisterJobServiceHandlerClient registers the http handlers for service JobService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "JobServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "JobServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "JobServiceClient" to call the correct interceptors.

func RegisterJobServiceHandlerFromEndpoint

func RegisterJobServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterJobServiceHandlerFromEndpoint is same as RegisterJobServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterJobServiceHandlerServer

func RegisterJobServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server JobServiceServer) error

RegisterJobServiceHandlerServer registers the http handlers for service JobService to "mux". UnaryRPC :call JobServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterJobServiceServer

func RegisterJobServiceServer(s *grpc.Server, srv JobServiceServer)

func RegisterLineageServiceHandler

func RegisterLineageServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterLineageServiceHandler registers the http handlers for service LineageService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterLineageServiceHandlerClient

func RegisterLineageServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client LineageServiceClient) error

RegisterLineageServiceHandlerClient registers the http handlers for service LineageService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "LineageServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "LineageServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "LineageServiceClient" to call the correct interceptors.

func RegisterLineageServiceHandlerFromEndpoint

func RegisterLineageServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterLineageServiceHandlerFromEndpoint is same as RegisterLineageServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterLineageServiceHandlerServer

func RegisterLineageServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LineageServiceServer) error

RegisterLineageServiceHandlerServer registers the http handlers for service LineageService to "mux". UnaryRPC :call LineageServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterLineageServiceServer

func RegisterLineageServiceServer(s *grpc.Server, srv LineageServiceServer)

func RegisterProjectServiceHandler

func RegisterProjectServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterProjectServiceHandler registers the http handlers for service ProjectService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterProjectServiceHandlerClient

func RegisterProjectServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ProjectServiceClient) error

RegisterProjectServiceHandlerClient registers the http handlers for service ProjectService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ProjectServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ProjectServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ProjectServiceClient" to call the correct interceptors.

func RegisterProjectServiceHandlerFromEndpoint

func RegisterProjectServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterProjectServiceHandlerFromEndpoint is same as RegisterProjectServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterProjectServiceHandlerServer

func RegisterProjectServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ProjectServiceServer) error

RegisterProjectServiceHandlerServer registers the http handlers for service ProjectService to "mux". UnaryRPC :call ProjectServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterProjectServiceServer

func RegisterProjectServiceServer(s *grpc.Server, srv ProjectServiceServer)

Types

type AddAttributes

type AddAttributes struct {
	Id        string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attribute *common.KeyValue `protobuf:"bytes,2,opt,name=attribute,proto3" json:"attribute,omitempty"`
	// contains filtered or unexported fields
}

TODO: make this update attribute

func (*AddAttributes) Descriptor deprecated

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

Deprecated: Use AddAttributes.ProtoReflect.Descriptor instead.

func (*AddAttributes) GetAttribute

func (x *AddAttributes) GetAttribute() *common.KeyValue

func (*AddAttributes) GetId

func (x *AddAttributes) GetId() string

func (*AddAttributes) ProtoMessage

func (*AddAttributes) ProtoMessage()

func (*AddAttributes) ProtoReflect

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

func (*AddAttributes) Reset

func (x *AddAttributes) Reset()

func (*AddAttributes) String

func (x *AddAttributes) String() string

type AddAttributes_Response

type AddAttributes_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAttributes_Response) Descriptor deprecated

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

Deprecated: Use AddAttributes_Response.ProtoReflect.Descriptor instead.

func (*AddAttributes_Response) GetStatus

func (x *AddAttributes_Response) GetStatus() bool

func (*AddAttributes_Response) ProtoMessage

func (*AddAttributes_Response) ProtoMessage()

func (*AddAttributes_Response) ProtoReflect

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

func (*AddAttributes_Response) Reset

func (x *AddAttributes_Response) Reset()

func (*AddAttributes_Response) String

func (x *AddAttributes_Response) String() string

type AddComment

type AddComment struct {
	EntityId string `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`  // entity.id like experimentRun.id, project.id etc.
	DateTime uint64 `protobuf:"varint,2,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"` // Comment added time
	Message  string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`                    // comment message text
	// contains filtered or unexported fields
}

func (*AddComment) Descriptor deprecated

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

Deprecated: Use AddComment.ProtoReflect.Descriptor instead.

func (*AddComment) GetDateTime

func (x *AddComment) GetDateTime() uint64

func (*AddComment) GetEntityId

func (x *AddComment) GetEntityId() string

func (*AddComment) GetMessage

func (x *AddComment) GetMessage() string

func (*AddComment) ProtoMessage

func (*AddComment) ProtoMessage()

func (*AddComment) ProtoReflect

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

func (*AddComment) Reset

func (x *AddComment) Reset()

func (*AddComment) String

func (x *AddComment) String() string

type AddComment_Response

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

func (*AddComment_Response) Descriptor deprecated

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

Deprecated: Use AddComment_Response.ProtoReflect.Descriptor instead.

func (*AddComment_Response) GetComment

func (x *AddComment_Response) GetComment() *Comment

func (*AddComment_Response) ProtoMessage

func (*AddComment_Response) ProtoMessage()

func (*AddComment_Response) ProtoReflect

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

func (*AddComment_Response) Reset

func (x *AddComment_Response) Reset()

func (*AddComment_Response) String

func (x *AddComment_Response) String() string

type AddDatasetAttributes

type AddDatasetAttributes struct {
	Id         string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attributes []*common.KeyValue `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*AddDatasetAttributes) Descriptor deprecated

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

Deprecated: Use AddDatasetAttributes.ProtoReflect.Descriptor instead.

func (*AddDatasetAttributes) GetAttributes

func (x *AddDatasetAttributes) GetAttributes() []*common.KeyValue

func (*AddDatasetAttributes) GetId

func (x *AddDatasetAttributes) GetId() string

func (*AddDatasetAttributes) ProtoMessage

func (*AddDatasetAttributes) ProtoMessage()

func (*AddDatasetAttributes) ProtoReflect

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

func (*AddDatasetAttributes) Reset

func (x *AddDatasetAttributes) Reset()

func (*AddDatasetAttributes) String

func (x *AddDatasetAttributes) String() string

type AddDatasetAttributes_Response

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

func (*AddDatasetAttributes_Response) Descriptor deprecated

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

Deprecated: Use AddDatasetAttributes_Response.ProtoReflect.Descriptor instead.

func (*AddDatasetAttributes_Response) GetDataset

func (x *AddDatasetAttributes_Response) GetDataset() *Dataset

func (*AddDatasetAttributes_Response) ProtoMessage

func (*AddDatasetAttributes_Response) ProtoMessage()

func (*AddDatasetAttributes_Response) ProtoReflect

func (*AddDatasetAttributes_Response) Reset

func (x *AddDatasetAttributes_Response) Reset()

func (*AddDatasetAttributes_Response) String

type AddDatasetTags

type AddDatasetTags struct {
	Id   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*AddDatasetTags) Descriptor deprecated

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

Deprecated: Use AddDatasetTags.ProtoReflect.Descriptor instead.

func (*AddDatasetTags) GetId

func (x *AddDatasetTags) GetId() string

func (*AddDatasetTags) GetTags

func (x *AddDatasetTags) GetTags() []string

func (*AddDatasetTags) ProtoMessage

func (*AddDatasetTags) ProtoMessage()

func (*AddDatasetTags) ProtoReflect

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

func (*AddDatasetTags) Reset

func (x *AddDatasetTags) Reset()

func (*AddDatasetTags) String

func (x *AddDatasetTags) String() string

type AddDatasetTags_Response

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

func (*AddDatasetTags_Response) Descriptor deprecated

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

Deprecated: Use AddDatasetTags_Response.ProtoReflect.Descriptor instead.

func (*AddDatasetTags_Response) GetDataset

func (x *AddDatasetTags_Response) GetDataset() *Dataset

func (*AddDatasetTags_Response) ProtoMessage

func (*AddDatasetTags_Response) ProtoMessage()

func (*AddDatasetTags_Response) ProtoReflect

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

func (*AddDatasetTags_Response) Reset

func (x *AddDatasetTags_Response) Reset()

func (*AddDatasetTags_Response) String

func (x *AddDatasetTags_Response) String() string

type AddDatasetVersionAttributes

type AddDatasetVersionAttributes struct {
	Id         string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attributes []*common.KeyValue `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes,omitempty"`
	DatasetId  string             `protobuf:"bytes,3,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddDatasetVersionAttributes) Descriptor deprecated

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

Deprecated: Use AddDatasetVersionAttributes.ProtoReflect.Descriptor instead.

func (*AddDatasetVersionAttributes) GetAttributes

func (x *AddDatasetVersionAttributes) GetAttributes() []*common.KeyValue

func (*AddDatasetVersionAttributes) GetDatasetId

func (x *AddDatasetVersionAttributes) GetDatasetId() string

func (*AddDatasetVersionAttributes) GetId

func (*AddDatasetVersionAttributes) ProtoMessage

func (*AddDatasetVersionAttributes) ProtoMessage()

func (*AddDatasetVersionAttributes) ProtoReflect

func (*AddDatasetVersionAttributes) Reset

func (x *AddDatasetVersionAttributes) Reset()

func (*AddDatasetVersionAttributes) String

func (x *AddDatasetVersionAttributes) String() string

type AddDatasetVersionAttributes_Response

type AddDatasetVersionAttributes_Response struct {
	DatasetVersion *DatasetVersion `protobuf:"bytes,1,opt,name=dataset_version,json=datasetVersion,proto3" json:"dataset_version,omitempty"`
	// contains filtered or unexported fields
}

func (*AddDatasetVersionAttributes_Response) Descriptor deprecated

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

Deprecated: Use AddDatasetVersionAttributes_Response.ProtoReflect.Descriptor instead.

func (*AddDatasetVersionAttributes_Response) GetDatasetVersion

func (x *AddDatasetVersionAttributes_Response) GetDatasetVersion() *DatasetVersion

func (*AddDatasetVersionAttributes_Response) ProtoMessage

func (*AddDatasetVersionAttributes_Response) ProtoMessage()

func (*AddDatasetVersionAttributes_Response) ProtoReflect

func (*AddDatasetVersionAttributes_Response) Reset

func (*AddDatasetVersionAttributes_Response) String

type AddDatasetVersionTags

type AddDatasetVersionTags struct {
	Id        string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tags      []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	DatasetId string   `protobuf:"bytes,3,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddDatasetVersionTags) Descriptor deprecated

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

Deprecated: Use AddDatasetVersionTags.ProtoReflect.Descriptor instead.

func (*AddDatasetVersionTags) GetDatasetId

func (x *AddDatasetVersionTags) GetDatasetId() string

func (*AddDatasetVersionTags) GetId

func (x *AddDatasetVersionTags) GetId() string

func (*AddDatasetVersionTags) GetTags

func (x *AddDatasetVersionTags) GetTags() []string

func (*AddDatasetVersionTags) ProtoMessage

func (*AddDatasetVersionTags) ProtoMessage()

func (*AddDatasetVersionTags) ProtoReflect

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

func (*AddDatasetVersionTags) Reset

func (x *AddDatasetVersionTags) Reset()

func (*AddDatasetVersionTags) String

func (x *AddDatasetVersionTags) String() string

type AddDatasetVersionTags_Response

type AddDatasetVersionTags_Response struct {
	DatasetVersion *DatasetVersion `protobuf:"bytes,1,opt,name=dataset_version,json=datasetVersion,proto3" json:"dataset_version,omitempty"`
	// contains filtered or unexported fields
}

func (*AddDatasetVersionTags_Response) Descriptor deprecated

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

Deprecated: Use AddDatasetVersionTags_Response.ProtoReflect.Descriptor instead.

func (*AddDatasetVersionTags_Response) GetDatasetVersion

func (x *AddDatasetVersionTags_Response) GetDatasetVersion() *DatasetVersion

func (*AddDatasetVersionTags_Response) ProtoMessage

func (*AddDatasetVersionTags_Response) ProtoMessage()

func (*AddDatasetVersionTags_Response) ProtoReflect

func (*AddDatasetVersionTags_Response) Reset

func (x *AddDatasetVersionTags_Response) Reset()

func (*AddDatasetVersionTags_Response) String

type AddExperimentAttributes

type AddExperimentAttributes struct {
	Id         string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attributes []*common.KeyValue `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*AddExperimentAttributes) Descriptor deprecated

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

Deprecated: Use AddExperimentAttributes.ProtoReflect.Descriptor instead.

func (*AddExperimentAttributes) GetAttributes

func (x *AddExperimentAttributes) GetAttributes() []*common.KeyValue

func (*AddExperimentAttributes) GetId

func (x *AddExperimentAttributes) GetId() string

func (*AddExperimentAttributes) ProtoMessage

func (*AddExperimentAttributes) ProtoMessage()

func (*AddExperimentAttributes) ProtoReflect

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

func (*AddExperimentAttributes) Reset

func (x *AddExperimentAttributes) Reset()

func (*AddExperimentAttributes) String

func (x *AddExperimentAttributes) String() string

type AddExperimentAttributes_Response

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

func (*AddExperimentAttributes_Response) Descriptor deprecated

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

Deprecated: Use AddExperimentAttributes_Response.ProtoReflect.Descriptor instead.

func (*AddExperimentAttributes_Response) GetExperiment

func (x *AddExperimentAttributes_Response) GetExperiment() *Experiment

func (*AddExperimentAttributes_Response) ProtoMessage

func (*AddExperimentAttributes_Response) ProtoMessage()

func (*AddExperimentAttributes_Response) ProtoReflect

func (*AddExperimentAttributes_Response) Reset

func (*AddExperimentAttributes_Response) String

type AddExperimentRunAttributes

type AddExperimentRunAttributes struct {
	Id         string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attributes []*common.KeyValue `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

attributes

func (*AddExperimentRunAttributes) Descriptor deprecated

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

Deprecated: Use AddExperimentRunAttributes.ProtoReflect.Descriptor instead.

func (*AddExperimentRunAttributes) GetAttributes

func (x *AddExperimentRunAttributes) GetAttributes() []*common.KeyValue

func (*AddExperimentRunAttributes) GetId

func (*AddExperimentRunAttributes) ProtoMessage

func (*AddExperimentRunAttributes) ProtoMessage()

func (*AddExperimentRunAttributes) ProtoReflect

func (*AddExperimentRunAttributes) Reset

func (x *AddExperimentRunAttributes) Reset()

func (*AddExperimentRunAttributes) String

func (x *AddExperimentRunAttributes) String() string

type AddExperimentRunAttributes_Response

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

func (*AddExperimentRunAttributes_Response) Descriptor deprecated

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

Deprecated: Use AddExperimentRunAttributes_Response.ProtoReflect.Descriptor instead.

func (*AddExperimentRunAttributes_Response) ProtoMessage

func (*AddExperimentRunAttributes_Response) ProtoMessage()

func (*AddExperimentRunAttributes_Response) ProtoReflect

func (*AddExperimentRunAttributes_Response) Reset

func (*AddExperimentRunAttributes_Response) String

type AddExperimentRunTag

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

tag

func (*AddExperimentRunTag) Descriptor deprecated

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

Deprecated: Use AddExperimentRunTag.ProtoReflect.Descriptor instead.

func (*AddExperimentRunTag) GetId

func (x *AddExperimentRunTag) GetId() string

func (*AddExperimentRunTag) GetTag

func (x *AddExperimentRunTag) GetTag() string

func (*AddExperimentRunTag) ProtoMessage

func (*AddExperimentRunTag) ProtoMessage()

func (*AddExperimentRunTag) ProtoReflect

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

func (*AddExperimentRunTag) Reset

func (x *AddExperimentRunTag) Reset()

func (*AddExperimentRunTag) String

func (x *AddExperimentRunTag) String() string

type AddExperimentRunTag_Response

type AddExperimentRunTag_Response struct {
	ExperimentRun *ExperimentRun `protobuf:"bytes,1,opt,name=experiment_run,json=experimentRun,proto3" json:"experiment_run,omitempty"`
	// contains filtered or unexported fields
}

func (*AddExperimentRunTag_Response) Descriptor deprecated

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

Deprecated: Use AddExperimentRunTag_Response.ProtoReflect.Descriptor instead.

func (*AddExperimentRunTag_Response) GetExperimentRun

func (x *AddExperimentRunTag_Response) GetExperimentRun() *ExperimentRun

func (*AddExperimentRunTag_Response) ProtoMessage

func (*AddExperimentRunTag_Response) ProtoMessage()

func (*AddExperimentRunTag_Response) ProtoReflect

func (*AddExperimentRunTag_Response) Reset

func (x *AddExperimentRunTag_Response) Reset()

func (*AddExperimentRunTag_Response) String

type AddExperimentRunTags

type AddExperimentRunTags struct {
	Id   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

tags

func (*AddExperimentRunTags) Descriptor deprecated

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

Deprecated: Use AddExperimentRunTags.ProtoReflect.Descriptor instead.

func (*AddExperimentRunTags) GetId

func (x *AddExperimentRunTags) GetId() string

func (*AddExperimentRunTags) GetTags

func (x *AddExperimentRunTags) GetTags() []string

func (*AddExperimentRunTags) ProtoMessage

func (*AddExperimentRunTags) ProtoMessage()

func (*AddExperimentRunTags) ProtoReflect

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

func (*AddExperimentRunTags) Reset

func (x *AddExperimentRunTags) Reset()

func (*AddExperimentRunTags) String

func (x *AddExperimentRunTags) String() string

type AddExperimentRunTags_Response

type AddExperimentRunTags_Response struct {
	ExperimentRun *ExperimentRun `protobuf:"bytes,1,opt,name=experiment_run,json=experimentRun,proto3" json:"experiment_run,omitempty"`
	// contains filtered or unexported fields
}

func (*AddExperimentRunTags_Response) Descriptor deprecated

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

Deprecated: Use AddExperimentRunTags_Response.ProtoReflect.Descriptor instead.

func (*AddExperimentRunTags_Response) GetExperimentRun

func (x *AddExperimentRunTags_Response) GetExperimentRun() *ExperimentRun

func (*AddExperimentRunTags_Response) ProtoMessage

func (*AddExperimentRunTags_Response) ProtoMessage()

func (*AddExperimentRunTags_Response) ProtoReflect

func (*AddExperimentRunTags_Response) Reset

func (x *AddExperimentRunTags_Response) Reset()

func (*AddExperimentRunTags_Response) String

type AddExperimentTag

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

func (*AddExperimentTag) Descriptor deprecated

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

Deprecated: Use AddExperimentTag.ProtoReflect.Descriptor instead.

func (*AddExperimentTag) GetId

func (x *AddExperimentTag) GetId() string

func (*AddExperimentTag) GetTag

func (x *AddExperimentTag) GetTag() string

func (*AddExperimentTag) ProtoMessage

func (*AddExperimentTag) ProtoMessage()

func (*AddExperimentTag) ProtoReflect

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

func (*AddExperimentTag) Reset

func (x *AddExperimentTag) Reset()

func (*AddExperimentTag) String

func (x *AddExperimentTag) String() string

type AddExperimentTag_Response

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

func (*AddExperimentTag_Response) Descriptor deprecated

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

Deprecated: Use AddExperimentTag_Response.ProtoReflect.Descriptor instead.

func (*AddExperimentTag_Response) GetExperiment

func (x *AddExperimentTag_Response) GetExperiment() *Experiment

func (*AddExperimentTag_Response) ProtoMessage

func (*AddExperimentTag_Response) ProtoMessage()

func (*AddExperimentTag_Response) ProtoReflect

func (*AddExperimentTag_Response) Reset

func (x *AddExperimentTag_Response) Reset()

func (*AddExperimentTag_Response) String

func (x *AddExperimentTag_Response) String() string

type AddExperimentTags

type AddExperimentTags struct {
	Id   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*AddExperimentTags) Descriptor deprecated

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

Deprecated: Use AddExperimentTags.ProtoReflect.Descriptor instead.

func (*AddExperimentTags) GetId

func (x *AddExperimentTags) GetId() string

func (*AddExperimentTags) GetTags

func (x *AddExperimentTags) GetTags() []string

func (*AddExperimentTags) ProtoMessage

func (*AddExperimentTags) ProtoMessage()

func (*AddExperimentTags) ProtoReflect

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

func (*AddExperimentTags) Reset

func (x *AddExperimentTags) Reset()

func (*AddExperimentTags) String

func (x *AddExperimentTags) String() string

type AddExperimentTags_Response

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

func (*AddExperimentTags_Response) Descriptor deprecated

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

Deprecated: Use AddExperimentTags_Response.ProtoReflect.Descriptor instead.

func (*AddExperimentTags_Response) GetExperiment

func (x *AddExperimentTags_Response) GetExperiment() *Experiment

func (*AddExperimentTags_Response) ProtoMessage

func (*AddExperimentTags_Response) ProtoMessage()

func (*AddExperimentTags_Response) ProtoReflect

func (*AddExperimentTags_Response) Reset

func (x *AddExperimentTags_Response) Reset()

func (*AddExperimentTags_Response) String

func (x *AddExperimentTags_Response) String() string

type AddLineage

type AddLineage struct {
	Input  []*LineageEntry `protobuf:"bytes,1,rep,name=input,proto3" json:"input,omitempty"`
	Output []*LineageEntry `protobuf:"bytes,2,rep,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

Add every item of "input" as a parent of every item on "output".

func (*AddLineage) Descriptor deprecated

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

Deprecated: Use AddLineage.ProtoReflect.Descriptor instead.

func (*AddLineage) GetInput

func (x *AddLineage) GetInput() []*LineageEntry

func (*AddLineage) GetOutput

func (x *AddLineage) GetOutput() []*LineageEntry

func (*AddLineage) ProtoMessage

func (*AddLineage) ProtoMessage()

func (*AddLineage) ProtoReflect

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

func (*AddLineage) Reset

func (x *AddLineage) Reset()

func (*AddLineage) String

func (x *AddLineage) String() string

type AddLineage_Response

type AddLineage_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*AddLineage_Response) Descriptor deprecated

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

Deprecated: Use AddLineage_Response.ProtoReflect.Descriptor instead.

func (*AddLineage_Response) GetStatus

func (x *AddLineage_Response) GetStatus() bool

func (*AddLineage_Response) ProtoMessage

func (*AddLineage_Response) ProtoMessage()

func (*AddLineage_Response) ProtoReflect

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

func (*AddLineage_Response) Reset

func (x *AddLineage_Response) Reset()

func (*AddLineage_Response) String

func (x *AddLineage_Response) String() string

type AddProjectAttributes

type AddProjectAttributes struct {
	Id         string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attributes []*common.KeyValue `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectAttributes) Descriptor deprecated

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

Deprecated: Use AddProjectAttributes.ProtoReflect.Descriptor instead.

func (*AddProjectAttributes) GetAttributes

func (x *AddProjectAttributes) GetAttributes() []*common.KeyValue

func (*AddProjectAttributes) GetId

func (x *AddProjectAttributes) GetId() string

func (*AddProjectAttributes) ProtoMessage

func (*AddProjectAttributes) ProtoMessage()

func (*AddProjectAttributes) ProtoReflect

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

func (*AddProjectAttributes) Reset

func (x *AddProjectAttributes) Reset()

func (*AddProjectAttributes) String

func (x *AddProjectAttributes) String() string

type AddProjectAttributes_Response

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

func (*AddProjectAttributes_Response) Descriptor deprecated

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

Deprecated: Use AddProjectAttributes_Response.ProtoReflect.Descriptor instead.

func (*AddProjectAttributes_Response) GetProject

func (x *AddProjectAttributes_Response) GetProject() *Project

func (*AddProjectAttributes_Response) ProtoMessage

func (*AddProjectAttributes_Response) ProtoMessage()

func (*AddProjectAttributes_Response) ProtoReflect

func (*AddProjectAttributes_Response) Reset

func (x *AddProjectAttributes_Response) Reset()

func (*AddProjectAttributes_Response) String

type AddProjectTag

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

func (*AddProjectTag) Descriptor deprecated

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

Deprecated: Use AddProjectTag.ProtoReflect.Descriptor instead.

func (*AddProjectTag) GetId

func (x *AddProjectTag) GetId() string

func (*AddProjectTag) GetTag

func (x *AddProjectTag) GetTag() string

func (*AddProjectTag) ProtoMessage

func (*AddProjectTag) ProtoMessage()

func (*AddProjectTag) ProtoReflect

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

func (*AddProjectTag) Reset

func (x *AddProjectTag) Reset()

func (*AddProjectTag) String

func (x *AddProjectTag) String() string

type AddProjectTag_Response

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

func (*AddProjectTag_Response) Descriptor deprecated

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

Deprecated: Use AddProjectTag_Response.ProtoReflect.Descriptor instead.

func (*AddProjectTag_Response) GetProject

func (x *AddProjectTag_Response) GetProject() *Project

func (*AddProjectTag_Response) ProtoMessage

func (*AddProjectTag_Response) ProtoMessage()

func (*AddProjectTag_Response) ProtoReflect

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

func (*AddProjectTag_Response) Reset

func (x *AddProjectTag_Response) Reset()

func (*AddProjectTag_Response) String

func (x *AddProjectTag_Response) String() string

type AddProjectTags

type AddProjectTags struct {
	Id   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*AddProjectTags) Descriptor deprecated

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

Deprecated: Use AddProjectTags.ProtoReflect.Descriptor instead.

func (*AddProjectTags) GetId

func (x *AddProjectTags) GetId() string

func (*AddProjectTags) GetTags

func (x *AddProjectTags) GetTags() []string

func (*AddProjectTags) ProtoMessage

func (*AddProjectTags) ProtoMessage()

func (*AddProjectTags) ProtoReflect

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

func (*AddProjectTags) Reset

func (x *AddProjectTags) Reset()

func (*AddProjectTags) String

func (x *AddProjectTags) String() string

type AddProjectTags_Response

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

func (*AddProjectTags_Response) Descriptor deprecated

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

Deprecated: Use AddProjectTags_Response.ProtoReflect.Descriptor instead.

func (*AddProjectTags_Response) GetProject

func (x *AddProjectTags_Response) GetProject() *Project

func (*AddProjectTags_Response) ProtoMessage

func (*AddProjectTags_Response) ProtoMessage()

func (*AddProjectTags_Response) ProtoReflect

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

func (*AddProjectTags_Response) Reset

func (x *AddProjectTags_Response) Reset()

func (*AddProjectTags_Response) String

func (x *AddProjectTags_Response) String() string

type CloneExperimentRun

type CloneExperimentRun struct {
	SrcExperimentRunId    string `protobuf:"bytes,1,opt,name=src_experiment_run_id,json=srcExperimentRunId,proto3" json:"src_experiment_run_id,omitempty"` // Source experiment_run to clone [Compulsory]
	DestExperimentRunName string ``                                                                                                                        // Source experiment_run to clone [Optional]
	/* 128-byte string literal not displayed */
	DestExperimentId string `protobuf:"bytes,3,opt,name=dest_experiment_id,json=destExperimentId,proto3" json:"dest_experiment_id,omitempty"` // Destination experiment_id to clone run into. if not define here then value will be experiment_id of src_experiment_run_id[Optional]
	// contains filtered or unexported fields
}

func (*CloneExperimentRun) Descriptor deprecated

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

Deprecated: Use CloneExperimentRun.ProtoReflect.Descriptor instead.

func (*CloneExperimentRun) GetDestExperimentId

func (x *CloneExperimentRun) GetDestExperimentId() string

func (*CloneExperimentRun) GetDestExperimentRunName

func (x *CloneExperimentRun) GetDestExperimentRunName() string

func (*CloneExperimentRun) GetSrcExperimentRunId

func (x *CloneExperimentRun) GetSrcExperimentRunId() string

func (*CloneExperimentRun) ProtoMessage

func (*CloneExperimentRun) ProtoMessage()

func (*CloneExperimentRun) ProtoReflect

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

func (*CloneExperimentRun) Reset

func (x *CloneExperimentRun) Reset()

func (*CloneExperimentRun) String

func (x *CloneExperimentRun) String() string

type CloneExperimentRun_Response

type CloneExperimentRun_Response struct {
	Run *ExperimentRun `protobuf:"bytes,1,opt,name=run,proto3" json:"run,omitempty"`
	// contains filtered or unexported fields
}

func (*CloneExperimentRun_Response) Descriptor deprecated

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

Deprecated: Use CloneExperimentRun_Response.ProtoReflect.Descriptor instead.

func (*CloneExperimentRun_Response) GetRun

func (*CloneExperimentRun_Response) ProtoMessage

func (*CloneExperimentRun_Response) ProtoMessage()

func (*CloneExperimentRun_Response) ProtoReflect

func (*CloneExperimentRun_Response) Reset

func (x *CloneExperimentRun_Response) Reset()

func (*CloneExperimentRun_Response) String

func (x *CloneExperimentRun_Response) String() string

type Comment

type Comment struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Deprecated: Do not use.
	UserId   string        `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	DateTime uint64        `protobuf:"varint,3,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"` // Comment added/updated time
	Message  string        `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	UserInfo *uac.UserInfo `protobuf:"bytes,5,opt,name=user_info,json=userInfo,proto3" json:"user_info,omitempty"`
	VertaId  string        `protobuf:"bytes,6,opt,name=verta_id,json=vertaId,proto3" json:"verta_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Comment) Descriptor deprecated

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

Deprecated: Use Comment.ProtoReflect.Descriptor instead.

func (*Comment) GetDateTime

func (x *Comment) GetDateTime() uint64

func (*Comment) GetId

func (x *Comment) GetId() string

func (*Comment) GetMessage

func (x *Comment) GetMessage() string

func (*Comment) GetUserId deprecated

func (x *Comment) GetUserId() string

Deprecated: Do not use.

func (*Comment) GetUserInfo

func (x *Comment) GetUserInfo() *uac.UserInfo

func (*Comment) GetVertaId

func (x *Comment) GetVertaId() string

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) ProtoReflect

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

func (*Comment) Reset

func (x *Comment) Reset()

func (*Comment) String

func (x *Comment) String() string

type CommentServiceClient

type CommentServiceClient interface {
	AddExperimentRunComment(ctx context.Context, in *AddComment, opts ...grpc.CallOption) (*AddComment_Response, error)
	UpdateExperimentRunComment(ctx context.Context, in *UpdateComment, opts ...grpc.CallOption) (*UpdateComment_Response, error)
	GetExperimentRunComments(ctx context.Context, in *GetComments, opts ...grpc.CallOption) (*GetComments_Response, error)
	DeleteExperimentRunComment(ctx context.Context, in *DeleteComment, opts ...grpc.CallOption) (*DeleteComment_Response, error)
}

CommentServiceClient is the client API for CommentService service.

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

type CommentServiceServer

type CommentServiceServer interface {
	AddExperimentRunComment(context.Context, *AddComment) (*AddComment_Response, error)
	UpdateExperimentRunComment(context.Context, *UpdateComment) (*UpdateComment_Response, error)
	GetExperimentRunComments(context.Context, *GetComments) (*GetComments_Response, error)
	DeleteExperimentRunComment(context.Context, *DeleteComment) (*DeleteComment_Response, error)
}

CommentServiceServer is the server API for CommentService service.

type CommitArtifactPart

type CommitArtifactPart struct {
	Id           string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Run ID
	Key          string               `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	ArtifactPart *common.ArtifactPart `protobuf:"bytes,3,opt,name=artifact_part,json=artifactPart,proto3" json:"artifact_part,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitArtifactPart) Descriptor deprecated

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

Deprecated: Use CommitArtifactPart.ProtoReflect.Descriptor instead.

func (*CommitArtifactPart) GetArtifactPart

func (x *CommitArtifactPart) GetArtifactPart() *common.ArtifactPart

func (*CommitArtifactPart) GetId

func (x *CommitArtifactPart) GetId() string

func (*CommitArtifactPart) GetKey

func (x *CommitArtifactPart) GetKey() string

func (*CommitArtifactPart) ProtoMessage

func (*CommitArtifactPart) ProtoMessage()

func (*CommitArtifactPart) ProtoReflect

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

func (*CommitArtifactPart) Reset

func (x *CommitArtifactPart) Reset()

func (*CommitArtifactPart) String

func (x *CommitArtifactPart) String() string

type CommitArtifactPart_Response

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

func (*CommitArtifactPart_Response) Descriptor deprecated

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

Deprecated: Use CommitArtifactPart_Response.ProtoReflect.Descriptor instead.

func (*CommitArtifactPart_Response) ProtoMessage

func (*CommitArtifactPart_Response) ProtoMessage()

func (*CommitArtifactPart_Response) ProtoReflect

func (*CommitArtifactPart_Response) Reset

func (x *CommitArtifactPart_Response) Reset()

func (*CommitArtifactPart_Response) String

func (x *CommitArtifactPart_Response) String() string

type CommitMultipartArtifact

type CommitMultipartArtifact struct {
	Id  string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Run ID
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitMultipartArtifact) Descriptor deprecated

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

Deprecated: Use CommitMultipartArtifact.ProtoReflect.Descriptor instead.

func (*CommitMultipartArtifact) GetId

func (x *CommitMultipartArtifact) GetId() string

func (*CommitMultipartArtifact) GetKey

func (x *CommitMultipartArtifact) GetKey() string

func (*CommitMultipartArtifact) ProtoMessage

func (*CommitMultipartArtifact) ProtoMessage()

func (*CommitMultipartArtifact) ProtoReflect

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

func (*CommitMultipartArtifact) Reset

func (x *CommitMultipartArtifact) Reset()

func (*CommitMultipartArtifact) String

func (x *CommitMultipartArtifact) String() string

type CommitMultipartArtifact_Response

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

func (*CommitMultipartArtifact_Response) Descriptor deprecated

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

Deprecated: Use CommitMultipartArtifact_Response.ProtoReflect.Descriptor instead.

func (*CommitMultipartArtifact_Response) ProtoMessage

func (*CommitMultipartArtifact_Response) ProtoMessage()

func (*CommitMultipartArtifact_Response) ProtoReflect

func (*CommitMultipartArtifact_Response) Reset

func (*CommitMultipartArtifact_Response) String

type CommitMultipartVersionedDatasetBlobArtifact

type CommitMultipartVersionedDatasetBlobArtifact struct {
	DatasetId                    string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	DatasetVersionId             string `protobuf:"bytes,2,opt,name=dataset_version_id,json=datasetVersionId,proto3" json:"dataset_version_id,omitempty"`
	PathDatasetComponentBlobPath string `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CommitMultipartVersionedDatasetBlobArtifact) Descriptor deprecated

Deprecated: Use CommitMultipartVersionedDatasetBlobArtifact.ProtoReflect.Descriptor instead.

func (*CommitMultipartVersionedDatasetBlobArtifact) GetDatasetId

func (*CommitMultipartVersionedDatasetBlobArtifact) GetDatasetVersionId

func (x *CommitMultipartVersionedDatasetBlobArtifact) GetDatasetVersionId() string

func (*CommitMultipartVersionedDatasetBlobArtifact) GetPathDatasetComponentBlobPath

func (x *CommitMultipartVersionedDatasetBlobArtifact) GetPathDatasetComponentBlobPath() string

func (*CommitMultipartVersionedDatasetBlobArtifact) ProtoMessage

func (*CommitMultipartVersionedDatasetBlobArtifact) ProtoReflect

func (*CommitMultipartVersionedDatasetBlobArtifact) Reset

func (*CommitMultipartVersionedDatasetBlobArtifact) String

type CommitMultipartVersionedDatasetBlobArtifact_Response

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

func (*CommitMultipartVersionedDatasetBlobArtifact_Response) Descriptor deprecated

Deprecated: Use CommitMultipartVersionedDatasetBlobArtifact_Response.ProtoReflect.Descriptor instead.

func (*CommitMultipartVersionedDatasetBlobArtifact_Response) ProtoMessage

func (*CommitMultipartVersionedDatasetBlobArtifact_Response) ProtoReflect

func (*CommitMultipartVersionedDatasetBlobArtifact_Response) Reset

func (*CommitMultipartVersionedDatasetBlobArtifact_Response) String

type CommitVersionedDatasetBlobArtifactPart

type CommitVersionedDatasetBlobArtifactPart struct {
	DatasetId                    string               `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	DatasetVersionId             string               `protobuf:"bytes,2,opt,name=dataset_version_id,json=datasetVersionId,proto3" json:"dataset_version_id,omitempty"`
	PathDatasetComponentBlobPath string               `` /* 151-byte string literal not displayed */
	ArtifactPart                 *common.ArtifactPart `protobuf:"bytes,4,opt,name=artifact_part,json=artifactPart,proto3" json:"artifact_part,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitVersionedDatasetBlobArtifactPart) Descriptor deprecated

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

Deprecated: Use CommitVersionedDatasetBlobArtifactPart.ProtoReflect.Descriptor instead.

func (*CommitVersionedDatasetBlobArtifactPart) GetArtifactPart

func (*CommitVersionedDatasetBlobArtifactPart) GetDatasetId

func (*CommitVersionedDatasetBlobArtifactPart) GetDatasetVersionId

func (x *CommitVersionedDatasetBlobArtifactPart) GetDatasetVersionId() string

func (*CommitVersionedDatasetBlobArtifactPart) GetPathDatasetComponentBlobPath

func (x *CommitVersionedDatasetBlobArtifactPart) GetPathDatasetComponentBlobPath() string

func (*CommitVersionedDatasetBlobArtifactPart) ProtoMessage

func (*CommitVersionedDatasetBlobArtifactPart) ProtoReflect

func (*CommitVersionedDatasetBlobArtifactPart) Reset

func (*CommitVersionedDatasetBlobArtifactPart) String

type CommitVersionedDatasetBlobArtifactPart_Response

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

func (*CommitVersionedDatasetBlobArtifactPart_Response) Descriptor deprecated

Deprecated: Use CommitVersionedDatasetBlobArtifactPart_Response.ProtoReflect.Descriptor instead.

func (*CommitVersionedDatasetBlobArtifactPart_Response) ProtoMessage

func (*CommitVersionedDatasetBlobArtifactPart_Response) ProtoReflect

func (*CommitVersionedDatasetBlobArtifactPart_Response) Reset

func (*CommitVersionedDatasetBlobArtifactPart_Response) String

type CreateDataset

type CreateDataset struct {
	Name              string                                  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description       string                                  `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Tags              []string                                `protobuf:"bytes,3,rep,name=tags,proto3" json:"tags,omitempty"`
	Attributes        []*common.KeyValue                      `protobuf:"bytes,4,rep,name=attributes,proto3" json:"attributes,omitempty"`
	DatasetVisibility DatasetVisibilityEnum_DatasetVisibility `` /* 175-byte string literal not displayed */
	DatasetType       DatasetTypeEnum_DatasetType             `` /* 145-byte string literal not displayed */
	WorkspaceName     string                                  `protobuf:"bytes,7,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	TimeCreated       uint64                                  `protobuf:"varint,8,opt,name=time_created,json=timeCreated,proto3" json:"time_created,omitempty"`
	// The next field only makes sense when visibility == ORG_CUSTOM
	// They will be empty otherwise
	CustomPermission *uac.CollaboratorPermissions `protobuf:"bytes,9,opt,name=custom_permission,json=customPermission,proto3" json:"custom_permission,omitempty"`
	Visibility       uac.ResourceVisibility       `protobuf:"varint,10,opt,name=visibility,proto3,enum=ai.verta.uac.ResourceVisibility" json:"visibility,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataset) Descriptor deprecated

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

Deprecated: Use CreateDataset.ProtoReflect.Descriptor instead.

func (*CreateDataset) GetAttributes

func (x *CreateDataset) GetAttributes() []*common.KeyValue

func (*CreateDataset) GetCustomPermission

func (x *CreateDataset) GetCustomPermission() *uac.CollaboratorPermissions

func (*CreateDataset) GetDatasetType

func (x *CreateDataset) GetDatasetType() DatasetTypeEnum_DatasetType

func (*CreateDataset) GetDatasetVisibility

func (x *CreateDataset) GetDatasetVisibility() DatasetVisibilityEnum_DatasetVisibility

func (*CreateDataset) GetDescription

func (x *CreateDataset) GetDescription() string

func (*CreateDataset) GetName

func (x *CreateDataset) GetName() string

func (*CreateDataset) GetTags

func (x *CreateDataset) GetTags() []string

func (*CreateDataset) GetTimeCreated

func (x *CreateDataset) GetTimeCreated() uint64

func (*CreateDataset) GetVisibility

func (x *CreateDataset) GetVisibility() uac.ResourceVisibility

func (*CreateDataset) GetWorkspaceName

func (x *CreateDataset) GetWorkspaceName() string

func (*CreateDataset) ProtoMessage

func (*CreateDataset) ProtoMessage()

func (*CreateDataset) ProtoReflect

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

func (*CreateDataset) Reset

func (x *CreateDataset) Reset()

func (*CreateDataset) String

func (x *CreateDataset) String() string

type CreateDatasetVersion

type CreateDatasetVersion struct {
	DatasetId   string                      `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	ParentId    string                      `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Description string                      `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Tags        []string                    `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"`
	DatasetType DatasetTypeEnum_DatasetType `` // this acts as a quick check on which type of DataSetInfo to look at for more details.
	/* 145-byte string literal not displayed */
	Attributes []*common.KeyValue `protobuf:"bytes,8,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Version    uint64             `protobuf:"varint,9,opt,name=version,proto3" json:"version,omitempty"`
	// Types that are assignable to DatasetVersionInfo:
	//
	//	*CreateDatasetVersion_RawDatasetVersionInfo
	//	*CreateDatasetVersion_PathDatasetVersionInfo
	//	*CreateDatasetVersion_QueryDatasetVersionInfo
	DatasetVersionInfo isCreateDatasetVersion_DatasetVersionInfo `protobuf_oneof:"dataset_version_info"`
	TimeCreated        uint64                                    `protobuf:"varint,13,opt,name=time_created,json=timeCreated,proto3" json:"time_created,omitempty"`
	DatasetBlob        *versioning.DatasetBlob                   `protobuf:"bytes,14,opt,name=dataset_blob,json=datasetBlob,proto3" json:"dataset_blob,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDatasetVersion) Descriptor deprecated

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

Deprecated: Use CreateDatasetVersion.ProtoReflect.Descriptor instead.

func (*CreateDatasetVersion) GetAttributes

func (x *CreateDatasetVersion) GetAttributes() []*common.KeyValue

func (*CreateDatasetVersion) GetDatasetBlob

func (x *CreateDatasetVersion) GetDatasetBlob() *versioning.DatasetBlob

func (*CreateDatasetVersion) GetDatasetId

func (x *CreateDatasetVersion) GetDatasetId() string

func (*CreateDatasetVersion) GetDatasetType

func (*CreateDatasetVersion) GetDatasetVersionInfo

func (m *CreateDatasetVersion) GetDatasetVersionInfo() isCreateDatasetVersion_DatasetVersionInfo

func (*CreateDatasetVersion) GetDescription

func (x *CreateDatasetVersion) GetDescription() string

func (*CreateDatasetVersion) GetParentId

func (x *CreateDatasetVersion) GetParentId() string

func (*CreateDatasetVersion) GetPathDatasetVersionInfo

func (x *CreateDatasetVersion) GetPathDatasetVersionInfo() *PathDatasetVersionInfo

func (*CreateDatasetVersion) GetQueryDatasetVersionInfo

func (x *CreateDatasetVersion) GetQueryDatasetVersionInfo() *QueryDatasetVersionInfo

func (*CreateDatasetVersion) GetRawDatasetVersionInfo

func (x *CreateDatasetVersion) GetRawDatasetVersionInfo() *RawDatasetVersionInfo

func (*CreateDatasetVersion) GetTags

func (x *CreateDatasetVersion) GetTags() []string

func (*CreateDatasetVersion) GetTimeCreated

func (x *CreateDatasetVersion) GetTimeCreated() uint64

func (*CreateDatasetVersion) GetVersion

func (x *CreateDatasetVersion) GetVersion() uint64

func (*CreateDatasetVersion) ProtoMessage

func (*CreateDatasetVersion) ProtoMessage()

func (*CreateDatasetVersion) ProtoReflect

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

func (*CreateDatasetVersion) Reset

func (x *CreateDatasetVersion) Reset()

func (*CreateDatasetVersion) String

func (x *CreateDatasetVersion) String() string

type CreateDatasetVersion_PathDatasetVersionInfo

type CreateDatasetVersion_PathDatasetVersionInfo struct {
	PathDatasetVersionInfo *PathDatasetVersionInfo `protobuf:"bytes,11,opt,name=path_dataset_version_info,json=pathDatasetVersionInfo,proto3,oneof"`
}

type CreateDatasetVersion_QueryDatasetVersionInfo

type CreateDatasetVersion_QueryDatasetVersionInfo struct {
	QueryDatasetVersionInfo *QueryDatasetVersionInfo `protobuf:"bytes,12,opt,name=query_dataset_version_info,json=queryDatasetVersionInfo,proto3,oneof"`
}

type CreateDatasetVersion_RawDatasetVersionInfo

type CreateDatasetVersion_RawDatasetVersionInfo struct {
	RawDatasetVersionInfo *RawDatasetVersionInfo `protobuf:"bytes,10,opt,name=raw_dataset_version_info,json=rawDatasetVersionInfo,proto3,oneof"`
}

type CreateDatasetVersion_Response

type CreateDatasetVersion_Response struct {
	DatasetVersion *DatasetVersion `protobuf:"bytes,1,opt,name=dataset_version,json=datasetVersion,proto3" json:"dataset_version,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDatasetVersion_Response) Descriptor deprecated

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

Deprecated: Use CreateDatasetVersion_Response.ProtoReflect.Descriptor instead.

func (*CreateDatasetVersion_Response) GetDatasetVersion

func (x *CreateDatasetVersion_Response) GetDatasetVersion() *DatasetVersion

func (*CreateDatasetVersion_Response) ProtoMessage

func (*CreateDatasetVersion_Response) ProtoMessage()

func (*CreateDatasetVersion_Response) ProtoReflect

func (*CreateDatasetVersion_Response) Reset

func (x *CreateDatasetVersion_Response) Reset()

func (*CreateDatasetVersion_Response) String

type CreateDataset_Response

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

func (*CreateDataset_Response) Descriptor deprecated

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

Deprecated: Use CreateDataset_Response.ProtoReflect.Descriptor instead.

func (*CreateDataset_Response) GetDataset

func (x *CreateDataset_Response) GetDataset() *Dataset

func (*CreateDataset_Response) ProtoMessage

func (*CreateDataset_Response) ProtoMessage()

func (*CreateDataset_Response) ProtoReflect

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

func (*CreateDataset_Response) Reset

func (x *CreateDataset_Response) Reset()

func (*CreateDataset_Response) String

func (x *CreateDataset_Response) String() string

type CreateExperiment

type CreateExperiment struct {
	ProjectId   string             `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name        string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string             `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	DateCreated int64              `protobuf:"varint,4,opt,name=date_created,json=dateCreated,proto3" json:"date_created,omitempty"`
	DateUpdated int64              `protobuf:"varint,5,opt,name=date_updated,json=dateUpdated,proto3" json:"date_updated,omitempty"`
	Attributes  []*common.KeyValue `protobuf:"bytes,20,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Tags        []string           `protobuf:"bytes,21,rep,name=tags,proto3" json:"tags,omitempty"`
	Artifacts   []*common.Artifact `protobuf:"bytes,22,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateExperiment) Descriptor deprecated

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

Deprecated: Use CreateExperiment.ProtoReflect.Descriptor instead.

func (*CreateExperiment) GetArtifacts

func (x *CreateExperiment) GetArtifacts() []*common.Artifact

func (*CreateExperiment) GetAttributes

func (x *CreateExperiment) GetAttributes() []*common.KeyValue

func (*CreateExperiment) GetDateCreated

func (x *CreateExperiment) GetDateCreated() int64

func (*CreateExperiment) GetDateUpdated

func (x *CreateExperiment) GetDateUpdated() int64

func (*CreateExperiment) GetDescription

func (x *CreateExperiment) GetDescription() string

func (*CreateExperiment) GetName

func (x *CreateExperiment) GetName() string

func (*CreateExperiment) GetProjectId

func (x *CreateExperiment) GetProjectId() string

func (*CreateExperiment) GetTags

func (x *CreateExperiment) GetTags() []string

func (*CreateExperiment) ProtoMessage

func (*CreateExperiment) ProtoMessage()

func (*CreateExperiment) ProtoReflect

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

func (*CreateExperiment) Reset

func (x *CreateExperiment) Reset()

func (*CreateExperiment) String

func (x *CreateExperiment) String() string

type CreateExperimentRun

type CreateExperimentRun struct {
	Id                  string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId           string              `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ExperimentId        string              `protobuf:"bytes,3,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	Name                string              `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description         string              `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	DateCreated         int64               `protobuf:"varint,6,opt,name=date_created,json=dateCreated,proto3" json:"date_created,omitempty"`
	DateUpdated         int64               `protobuf:"varint,7,opt,name=date_updated,json=dateUpdated,proto3" json:"date_updated,omitempty"`
	StartTime           int64               `protobuf:"varint,8,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime             int64               `protobuf:"varint,9,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	CodeVersion         string              `protobuf:"bytes,10,opt,name=code_version,json=codeVersion,proto3" json:"code_version,omitempty"`
	CodeVersionSnapshot *common.CodeVersion `protobuf:"bytes,11,opt,name=code_version_snapshot,json=codeVersionSnapshot,proto3" json:"code_version_snapshot,omitempty"`
	ParentId            string              `protobuf:"bytes,12,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Tags                []string            `protobuf:"bytes,20,rep,name=tags,proto3" json:"tags,omitempty"`
	Attributes          []*common.KeyValue  `protobuf:"bytes,21,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Hyperparameters     []*common.KeyValue  `protobuf:"bytes,22,rep,name=hyperparameters,proto3" json:"hyperparameters,omitempty"`
	Artifacts           []*common.Artifact  `protobuf:"bytes,23,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	Datasets            []*common.Artifact  `protobuf:"bytes,24,rep,name=datasets,proto3" json:"datasets,omitempty"`
	Metrics             []*common.KeyValue  `protobuf:"bytes,25,rep,name=metrics,proto3" json:"metrics,omitempty"`
	Observations        []*Observation      `protobuf:"bytes,26,rep,name=observations,proto3" json:"observations,omitempty"`
	Features            []*Feature          `protobuf:"bytes,27,rep,name=features,proto3" json:"features,omitempty"`
	VersionedInputs     *VersioningEntry    `protobuf:"bytes,28,opt,name=versioned_inputs,json=versionedInputs,proto3" json:"versioned_inputs,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateExperimentRun) Descriptor deprecated

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

Deprecated: Use CreateExperimentRun.ProtoReflect.Descriptor instead.

func (*CreateExperimentRun) GetArtifacts

func (x *CreateExperimentRun) GetArtifacts() []*common.Artifact

func (*CreateExperimentRun) GetAttributes

func (x *CreateExperimentRun) GetAttributes() []*common.KeyValue

func (*CreateExperimentRun) GetCodeVersion

func (x *CreateExperimentRun) GetCodeVersion() string

func (*CreateExperimentRun) GetCodeVersionSnapshot

func (x *CreateExperimentRun) GetCodeVersionSnapshot() *common.CodeVersion

func (*CreateExperimentRun) GetDatasets

func (x *CreateExperimentRun) GetDatasets() []*common.Artifact

func (*CreateExperimentRun) GetDateCreated

func (x *CreateExperimentRun) GetDateCreated() int64

func (*CreateExperimentRun) GetDateUpdated

func (x *CreateExperimentRun) GetDateUpdated() int64

func (*CreateExperimentRun) GetDescription

func (x *CreateExperimentRun) GetDescription() string

func (*CreateExperimentRun) GetEndTime

func (x *CreateExperimentRun) GetEndTime() int64

func (*CreateExperimentRun) GetExperimentId

func (x *CreateExperimentRun) GetExperimentId() string

func (*CreateExperimentRun) GetFeatures

func (x *CreateExperimentRun) GetFeatures() []*Feature

func (*CreateExperimentRun) GetHyperparameters

func (x *CreateExperimentRun) GetHyperparameters() []*common.KeyValue

func (*CreateExperimentRun) GetId

func (x *CreateExperimentRun) GetId() string

func (*CreateExperimentRun) GetMetrics

func (x *CreateExperimentRun) GetMetrics() []*common.KeyValue

func (*CreateExperimentRun) GetName

func (x *CreateExperimentRun) GetName() string

func (*CreateExperimentRun) GetObservations

func (x *CreateExperimentRun) GetObservations() []*Observation

func (*CreateExperimentRun) GetParentId

func (x *CreateExperimentRun) GetParentId() string

func (*CreateExperimentRun) GetProjectId

func (x *CreateExperimentRun) GetProjectId() string

func (*CreateExperimentRun) GetStartTime

func (x *CreateExperimentRun) GetStartTime() int64

func (*CreateExperimentRun) GetTags

func (x *CreateExperimentRun) GetTags() []string

func (*CreateExperimentRun) GetVersionedInputs

func (x *CreateExperimentRun) GetVersionedInputs() *VersioningEntry

func (*CreateExperimentRun) ProtoMessage

func (*CreateExperimentRun) ProtoMessage()

func (*CreateExperimentRun) ProtoReflect

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

func (*CreateExperimentRun) Reset

func (x *CreateExperimentRun) Reset()

func (*CreateExperimentRun) String

func (x *CreateExperimentRun) String() string

type CreateExperimentRun_Response

type CreateExperimentRun_Response struct {
	ExperimentRun *ExperimentRun `protobuf:"bytes,1,opt,name=experiment_run,json=experimentRun,proto3" json:"experiment_run,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateExperimentRun_Response) Descriptor deprecated

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

Deprecated: Use CreateExperimentRun_Response.ProtoReflect.Descriptor instead.

func (*CreateExperimentRun_Response) GetExperimentRun

func (x *CreateExperimentRun_Response) GetExperimentRun() *ExperimentRun

func (*CreateExperimentRun_Response) ProtoMessage

func (*CreateExperimentRun_Response) ProtoMessage()

func (*CreateExperimentRun_Response) ProtoReflect

func (*CreateExperimentRun_Response) Reset

func (x *CreateExperimentRun_Response) Reset()

func (*CreateExperimentRun_Response) String

type CreateExperiment_Response

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

func (*CreateExperiment_Response) Descriptor deprecated

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

Deprecated: Use CreateExperiment_Response.ProtoReflect.Descriptor instead.

func (*CreateExperiment_Response) GetExperiment

func (x *CreateExperiment_Response) GetExperiment() *Experiment

func (*CreateExperiment_Response) ProtoMessage

func (*CreateExperiment_Response) ProtoMessage()

func (*CreateExperiment_Response) ProtoReflect

func (*CreateExperiment_Response) Reset

func (x *CreateExperiment_Response) Reset()

func (*CreateExperiment_Response) String

func (x *CreateExperiment_Response) String() string

type CreateJob

type CreateJob struct {
	Description string                  `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	StartTime   string                  `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime     string                  `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	Metadata    []*common.KeyValue      `protobuf:"bytes,4,rep,name=metadata,proto3" json:"metadata,omitempty"`
	JobStatus   JobStatusEnum_JobStatus `` /* 135-byte string literal not displayed */
	JobType     JobTypeEnum_JobType     `protobuf:"varint,6,opt,name=job_type,json=jobType,proto3,enum=ai.verta.modeldb.JobTypeEnum_JobType" json:"job_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateJob) Descriptor deprecated

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

Deprecated: Use CreateJob.ProtoReflect.Descriptor instead.

func (*CreateJob) GetDescription

func (x *CreateJob) GetDescription() string

func (*CreateJob) GetEndTime

func (x *CreateJob) GetEndTime() string

func (*CreateJob) GetJobStatus

func (x *CreateJob) GetJobStatus() JobStatusEnum_JobStatus

func (*CreateJob) GetJobType

func (x *CreateJob) GetJobType() JobTypeEnum_JobType

func (*CreateJob) GetMetadata

func (x *CreateJob) GetMetadata() []*common.KeyValue

func (*CreateJob) GetStartTime

func (x *CreateJob) GetStartTime() string

func (*CreateJob) ProtoMessage

func (*CreateJob) ProtoMessage()

func (*CreateJob) ProtoReflect

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

func (*CreateJob) Reset

func (x *CreateJob) Reset()

func (*CreateJob) String

func (x *CreateJob) String() string

type CreateJob_Response

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

func (*CreateJob_Response) Descriptor deprecated

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

Deprecated: Use CreateJob_Response.ProtoReflect.Descriptor instead.

func (*CreateJob_Response) GetJob

func (x *CreateJob_Response) GetJob() *Job

func (*CreateJob_Response) ProtoMessage

func (*CreateJob_Response) ProtoMessage()

func (*CreateJob_Response) ProtoReflect

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

func (*CreateJob_Response) Reset

func (x *CreateJob_Response) Reset()

func (*CreateJob_Response) String

func (x *CreateJob_Response) String() string

type CreateProject

type CreateProject struct {
	Name              string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description       string             `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Attributes        []*common.KeyValue `protobuf:"bytes,3,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Tags              []string           `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	ReadmeText        string             `protobuf:"bytes,5,opt,name=readme_text,json=readmeText,proto3" json:"readme_text,omitempty"`
	ProjectVisibility ProjectVisibility  `` /* 153-byte string literal not displayed */
	Artifacts         []*common.Artifact `protobuf:"bytes,7,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	WorkspaceName     string             `protobuf:"bytes,8,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	DateCreated       int64              `protobuf:"varint,9,opt,name=date_created,json=dateCreated,proto3" json:"date_created,omitempty"`
	// The next field only makes sense when visibility == ORG_CUSTOM
	// They will be empty otherwise
	CustomPermission *uac.CollaboratorPermissions `protobuf:"bytes,10,opt,name=custom_permission,json=customPermission,proto3" json:"custom_permission,omitempty"`
	Visibility       uac.ResourceVisibility       `protobuf:"varint,11,opt,name=visibility,proto3,enum=ai.verta.uac.ResourceVisibility" json:"visibility,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProject) Descriptor deprecated

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

Deprecated: Use CreateProject.ProtoReflect.Descriptor instead.

func (*CreateProject) GetArtifacts

func (x *CreateProject) GetArtifacts() []*common.Artifact

func (*CreateProject) GetAttributes

func (x *CreateProject) GetAttributes() []*common.KeyValue

func (*CreateProject) GetCustomPermission

func (x *CreateProject) GetCustomPermission() *uac.CollaboratorPermissions

func (*CreateProject) GetDateCreated

func (x *CreateProject) GetDateCreated() int64

func (*CreateProject) GetDescription

func (x *CreateProject) GetDescription() string

func (*CreateProject) GetName

func (x *CreateProject) GetName() string

func (*CreateProject) GetProjectVisibility

func (x *CreateProject) GetProjectVisibility() ProjectVisibility

func (*CreateProject) GetReadmeText

func (x *CreateProject) GetReadmeText() string

func (*CreateProject) GetTags

func (x *CreateProject) GetTags() []string

func (*CreateProject) GetVisibility

func (x *CreateProject) GetVisibility() uac.ResourceVisibility

func (*CreateProject) GetWorkspaceName

func (x *CreateProject) GetWorkspaceName() string

func (*CreateProject) ProtoMessage

func (*CreateProject) ProtoMessage()

func (*CreateProject) ProtoReflect

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

func (*CreateProject) Reset

func (x *CreateProject) Reset()

func (*CreateProject) String

func (x *CreateProject) String() string

type CreateProject_Response

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

func (*CreateProject_Response) Descriptor deprecated

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

Deprecated: Use CreateProject_Response.ProtoReflect.Descriptor instead.

func (*CreateProject_Response) GetProject

func (x *CreateProject_Response) GetProject() *Project

func (*CreateProject_Response) ProtoMessage

func (*CreateProject_Response) ProtoMessage()

func (*CreateProject_Response) ProtoReflect

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

func (*CreateProject_Response) Reset

func (x *CreateProject_Response) Reset()

func (*CreateProject_Response) String

func (x *CreateProject_Response) String() string

type Dataset

type Dataset struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` //For backend reference
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	// Types that are assignable to OwnerTracking:
	//
	//	*Dataset_OwnerId
	//	*Dataset_GroupOwnerId
	OwnerTracking      isDataset_OwnerTracking                 `protobuf_oneof:"owner_tracking"`
	Description        string                                  `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Tags               []string                                `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"`
	DatasetVisibility  DatasetVisibilityEnum_DatasetVisibility `` /* 175-byte string literal not displayed */
	DatasetType        DatasetTypeEnum_DatasetType             `` /* 145-byte string literal not displayed */
	Attributes         []*common.KeyValue                      `protobuf:"bytes,8,rep,name=attributes,proto3" json:"attributes,omitempty"`
	TimeCreated        uint64                                  `protobuf:"varint,9,opt,name=time_created,json=timeCreated,proto3" json:"time_created,omitempty"`
	TimeUpdated        uint64                                  `protobuf:"varint,10,opt,name=time_updated,json=timeUpdated,proto3" json:"time_updated,omitempty"`
	WorkspaceId        string                                  `protobuf:"bytes,11,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	WorkspaceType      common.WorkspaceTypeEnum_WorkspaceType  `` /* 155-byte string literal not displayed */
	WorkspaceServiceId uint64                                  `protobuf:"varint,13,opt,name=workspace_service_id,json=workspaceServiceId,proto3" json:"workspace_service_id,omitempty"`
	// The next field only makes sense when visibility == ORG_CUSTOM
	// They will be empty otherwise
	CustomPermission *uac.CollaboratorPermissions `protobuf:"bytes,14,opt,name=custom_permission,json=customPermission,proto3" json:"custom_permission,omitempty"`
	Visibility       uac.ResourceVisibility       `protobuf:"varint,15,opt,name=visibility,proto3,enum=ai.verta.uac.ResourceVisibility" json:"visibility,omitempty"`
	// Doc for version_number https://github.com/VertaAI/docs/pull/53
	VersionNumber uint64 `protobuf:"varint,16,opt,name=version_number,json=versionNumber,proto3" json:"version_number,omitempty"`
	// contains filtered or unexported fields
}

func (*Dataset) Descriptor deprecated

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

Deprecated: Use Dataset.ProtoReflect.Descriptor instead.

func (*Dataset) GetAttributes

func (x *Dataset) GetAttributes() []*common.KeyValue

func (*Dataset) GetCustomPermission

func (x *Dataset) GetCustomPermission() *uac.CollaboratorPermissions

func (*Dataset) GetDatasetType

func (x *Dataset) GetDatasetType() DatasetTypeEnum_DatasetType

func (*Dataset) GetDatasetVisibility

func (x *Dataset) GetDatasetVisibility() DatasetVisibilityEnum_DatasetVisibility

func (*Dataset) GetDescription

func (x *Dataset) GetDescription() string

func (*Dataset) GetGroupOwnerId

func (x *Dataset) GetGroupOwnerId() *common.GroupId

func (*Dataset) GetId

func (x *Dataset) GetId() string

func (*Dataset) GetName

func (x *Dataset) GetName() string

func (*Dataset) GetOwner

func (x *Dataset) GetOwner() string

func (*Dataset) GetOwnerId

func (x *Dataset) GetOwnerId() uint64

func (*Dataset) GetOwnerTracking

func (m *Dataset) GetOwnerTracking() isDataset_OwnerTracking

func (*Dataset) GetTags

func (x *Dataset) GetTags() []string

func (*Dataset) GetTimeCreated

func (x *Dataset) GetTimeCreated() uint64

func (*Dataset) GetTimeUpdated

func (x *Dataset) GetTimeUpdated() uint64

func (*Dataset) GetVersionNumber

func (x *Dataset) GetVersionNumber() uint64

func (*Dataset) GetVisibility

func (x *Dataset) GetVisibility() uac.ResourceVisibility

func (*Dataset) GetWorkspaceId

func (x *Dataset) GetWorkspaceId() string

func (*Dataset) GetWorkspaceServiceId

func (x *Dataset) GetWorkspaceServiceId() uint64

func (*Dataset) GetWorkspaceType

func (x *Dataset) GetWorkspaceType() common.WorkspaceTypeEnum_WorkspaceType

func (*Dataset) ProtoMessage

func (*Dataset) ProtoMessage()

func (*Dataset) ProtoReflect

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

func (*Dataset) Reset

func (x *Dataset) Reset()

func (*Dataset) String

func (x *Dataset) String() string

type DatasetPartInfo

type DatasetPartInfo struct {
	Path                 string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Size                 uint64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Checksum             string `protobuf:"bytes,3,opt,name=checksum,proto3" json:"checksum,omitempty"`
	LastModifiedAtSource uint64 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DatasetPartInfo) Descriptor deprecated

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

Deprecated: Use DatasetPartInfo.ProtoReflect.Descriptor instead.

func (*DatasetPartInfo) GetChecksum

func (x *DatasetPartInfo) GetChecksum() string

func (*DatasetPartInfo) GetLastModifiedAtSource

func (x *DatasetPartInfo) GetLastModifiedAtSource() uint64

func (*DatasetPartInfo) GetPath

func (x *DatasetPartInfo) GetPath() string

func (*DatasetPartInfo) GetSize

func (x *DatasetPartInfo) GetSize() uint64

func (*DatasetPartInfo) ProtoMessage

func (*DatasetPartInfo) ProtoMessage()

func (*DatasetPartInfo) ProtoReflect

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

func (*DatasetPartInfo) Reset

func (x *DatasetPartInfo) Reset()

func (*DatasetPartInfo) String

func (x *DatasetPartInfo) String() string

type DatasetServiceClient

type DatasetServiceClient interface {
	CreateDataset(ctx context.Context, in *CreateDataset, opts ...grpc.CallOption) (*CreateDataset_Response, error)
	GetAllDatasets(ctx context.Context, in *GetAllDatasets, opts ...grpc.CallOption) (*GetAllDatasets_Response, error)
	GetDatasetById(ctx context.Context, in *GetDatasetById, opts ...grpc.CallOption) (*GetDatasetById_Response, error)
	GetDatasetByName(ctx context.Context, in *GetDatasetByName, opts ...grpc.CallOption) (*GetDatasetByName_Response, error)
	DeleteDataset(ctx context.Context, in *DeleteDataset, opts ...grpc.CallOption) (*DeleteDataset_Response, error)
	DeleteDatasets(ctx context.Context, in *DeleteDatasets, opts ...grpc.CallOption) (*DeleteDatasets_Response, error)
	// queries
	FindDatasets(ctx context.Context, in *FindDatasets, opts ...grpc.CallOption) (*FindDatasets_Response, error)
	UpdateDatasetName(ctx context.Context, in *UpdateDatasetName, opts ...grpc.CallOption) (*UpdateDatasetName_Response, error)
	UpdateDatasetDescription(ctx context.Context, in *UpdateDatasetDescription, opts ...grpc.CallOption) (*UpdateDatasetDescription_Response, error)
	AddDatasetTags(ctx context.Context, in *AddDatasetTags, opts ...grpc.CallOption) (*AddDatasetTags_Response, error)
	GetDatasetTags(ctx context.Context, in *GetTags, opts ...grpc.CallOption) (*GetTags_Response, error)
	DeleteDatasetTags(ctx context.Context, in *DeleteDatasetTags, opts ...grpc.CallOption) (*DeleteDatasetTags_Response, error)
	AddDatasetAttributes(ctx context.Context, in *AddDatasetAttributes, opts ...grpc.CallOption) (*AddDatasetAttributes_Response, error)
	UpdateDatasetAttributes(ctx context.Context, in *UpdateDatasetAttributes, opts ...grpc.CallOption) (*UpdateDatasetAttributes_Response, error)
	DeleteDatasetAttributes(ctx context.Context, in *DeleteDatasetAttributes, opts ...grpc.CallOption) (*DeleteDatasetAttributes_Response, error)
	GetLastExperimentByDatasetId(ctx context.Context, in *LastExperimentByDatasetId, opts ...grpc.CallOption) (*LastExperimentByDatasetId_Response, error)
	GetExperimentRunByDataset(ctx context.Context, in *GetExperimentRunByDataset, opts ...grpc.CallOption) (*GetExperimentRunByDataset_Response, error)
}

DatasetServiceClient is the client API for DatasetService service.

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

type DatasetServiceServer

type DatasetServiceServer interface {
	CreateDataset(context.Context, *CreateDataset) (*CreateDataset_Response, error)
	GetAllDatasets(context.Context, *GetAllDatasets) (*GetAllDatasets_Response, error)
	GetDatasetById(context.Context, *GetDatasetById) (*GetDatasetById_Response, error)
	GetDatasetByName(context.Context, *GetDatasetByName) (*GetDatasetByName_Response, error)
	DeleteDataset(context.Context, *DeleteDataset) (*DeleteDataset_Response, error)
	DeleteDatasets(context.Context, *DeleteDatasets) (*DeleteDatasets_Response, error)
	// queries
	FindDatasets(context.Context, *FindDatasets) (*FindDatasets_Response, error)
	UpdateDatasetName(context.Context, *UpdateDatasetName) (*UpdateDatasetName_Response, error)
	UpdateDatasetDescription(context.Context, *UpdateDatasetDescription) (*UpdateDatasetDescription_Response, error)
	AddDatasetTags(context.Context, *AddDatasetTags) (*AddDatasetTags_Response, error)
	GetDatasetTags(context.Context, *GetTags) (*GetTags_Response, error)
	DeleteDatasetTags(context.Context, *DeleteDatasetTags) (*DeleteDatasetTags_Response, error)
	AddDatasetAttributes(context.Context, *AddDatasetAttributes) (*AddDatasetAttributes_Response, error)
	UpdateDatasetAttributes(context.Context, *UpdateDatasetAttributes) (*UpdateDatasetAttributes_Response, error)
	DeleteDatasetAttributes(context.Context, *DeleteDatasetAttributes) (*DeleteDatasetAttributes_Response, error)
	GetLastExperimentByDatasetId(context.Context, *LastExperimentByDatasetId) (*LastExperimentByDatasetId_Response, error)
	GetExperimentRunByDataset(context.Context, *GetExperimentRunByDataset) (*GetExperimentRunByDataset_Response, error)
}

DatasetServiceServer is the server API for DatasetService service.

type DatasetTypeEnum

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

func (*DatasetTypeEnum) Descriptor deprecated

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

Deprecated: Use DatasetTypeEnum.ProtoReflect.Descriptor instead.

func (*DatasetTypeEnum) ProtoMessage

func (*DatasetTypeEnum) ProtoMessage()

func (*DatasetTypeEnum) ProtoReflect

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

func (*DatasetTypeEnum) Reset

func (x *DatasetTypeEnum) Reset()

func (*DatasetTypeEnum) String

func (x *DatasetTypeEnum) String() string

type DatasetTypeEnum_DatasetType

type DatasetTypeEnum_DatasetType int32
const (
	DatasetTypeEnum_RAW   DatasetTypeEnum_DatasetType = 0 // default
	DatasetTypeEnum_PATH  DatasetTypeEnum_DatasetType = 1
	DatasetTypeEnum_QUERY DatasetTypeEnum_DatasetType = 2
)

func (DatasetTypeEnum_DatasetType) Descriptor

func (DatasetTypeEnum_DatasetType) Enum

func (DatasetTypeEnum_DatasetType) EnumDescriptor deprecated

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

Deprecated: Use DatasetTypeEnum_DatasetType.Descriptor instead.

func (DatasetTypeEnum_DatasetType) Number

func (DatasetTypeEnum_DatasetType) String

func (DatasetTypeEnum_DatasetType) Type

type DatasetVersion

type DatasetVersion struct {
	Id          string                      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` //For backend reference
	ParentId    string                      `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	DatasetId   string                      `protobuf:"bytes,3,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	TimeLogged  uint64                      `protobuf:"varint,4,opt,name=time_logged,json=timeLogged,proto3" json:"time_logged,omitempty"`
	Description string                      `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Tags        []string                    `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"`
	DatasetType DatasetTypeEnum_DatasetType `` // this acts as a quick check on which type of DataSetInfo to look at for more details.
	/* 145-byte string literal not displayed */
	Attributes []*common.KeyValue `protobuf:"bytes,9,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Owner      string             `protobuf:"bytes,10,opt,name=owner,proto3" json:"owner,omitempty"`
	// Types that are assignable to OwnerTracking:
	//
	//	*DatasetVersion_OwnerId
	//	*DatasetVersion_GroupOwnerId
	OwnerTracking isDatasetVersion_OwnerTracking `protobuf_oneof:"owner_tracking"`
	Version       uint64                         `protobuf:"varint,11,opt,name=version,proto3" json:"version,omitempty"`
	// Types that are assignable to DatasetVersionInfo:
	//
	//	*DatasetVersion_RawDatasetVersionInfo
	//	*DatasetVersion_PathDatasetVersionInfo
	//	*DatasetVersion_QueryDatasetVersionInfo
	DatasetVersionInfo isDatasetVersion_DatasetVersionInfo `protobuf_oneof:"dataset_version_info"`
	TimeUpdated        uint64                              `protobuf:"varint,15,opt,name=time_updated,json=timeUpdated,proto3" json:"time_updated,omitempty"`
	DatasetBlob        *versioning.DatasetBlob             `protobuf:"bytes,16,opt,name=dataset_blob,json=datasetBlob,proto3" json:"dataset_blob,omitempty"`
	// Doc for version_number https://github.com/VertaAI/docs/pull/53
	VersionNumber uint64 `protobuf:"varint,17,opt,name=version_number,json=versionNumber,proto3" json:"version_number,omitempty"`
	// contains filtered or unexported fields
}

func (*DatasetVersion) Descriptor deprecated

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

Deprecated: Use DatasetVersion.ProtoReflect.Descriptor instead.

func (*DatasetVersion) GetAttributes

func (x *DatasetVersion) GetAttributes() []*common.KeyValue

func (*DatasetVersion) GetDatasetBlob

func (x *DatasetVersion) GetDatasetBlob() *versioning.DatasetBlob

func (*DatasetVersion) GetDatasetId

func (x *DatasetVersion) GetDatasetId() string

func (*DatasetVersion) GetDatasetType

func (x *DatasetVersion) GetDatasetType() DatasetTypeEnum_DatasetType

func (*DatasetVersion) GetDatasetVersionInfo

func (m *DatasetVersion) GetDatasetVersionInfo() isDatasetVersion_DatasetVersionInfo

func (*DatasetVersion) GetDescription

func (x *DatasetVersion) GetDescription() string

func (*DatasetVersion) GetGroupOwnerId

func (x *DatasetVersion) GetGroupOwnerId() *common.GroupId

func (*DatasetVersion) GetId

func (x *DatasetVersion) GetId() string

func (*DatasetVersion) GetOwner

func (x *DatasetVersion) GetOwner() string

func (*DatasetVersion) GetOwnerId

func (x *DatasetVersion) GetOwnerId() uint64

func (*DatasetVersion) GetOwnerTracking

func (m *DatasetVersion) GetOwnerTracking() isDatasetVersion_OwnerTracking

func (*DatasetVersion) GetParentId

func (x *DatasetVersion) GetParentId() string

func (*DatasetVersion) GetPathDatasetVersionInfo

func (x *DatasetVersion) GetPathDatasetVersionInfo() *PathDatasetVersionInfo

func (*DatasetVersion) GetQueryDatasetVersionInfo

func (x *DatasetVersion) GetQueryDatasetVersionInfo() *QueryDatasetVersionInfo

func (*DatasetVersion) GetRawDatasetVersionInfo

func (x *DatasetVersion) GetRawDatasetVersionInfo() *RawDatasetVersionInfo

func (*DatasetVersion) GetTags

func (x *DatasetVersion) GetTags() []string

func (*DatasetVersion) GetTimeLogged

func (x *DatasetVersion) GetTimeLogged() uint64

func (*DatasetVersion) GetTimeUpdated

func (x *DatasetVersion) GetTimeUpdated() uint64

func (*DatasetVersion) GetVersion

func (x *DatasetVersion) GetVersion() uint64

func (*DatasetVersion) GetVersionNumber

func (x *DatasetVersion) GetVersionNumber() uint64

func (*DatasetVersion) ProtoMessage

func (*DatasetVersion) ProtoMessage()

func (*DatasetVersion) ProtoReflect

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

func (*DatasetVersion) Reset

func (x *DatasetVersion) Reset()

func (*DatasetVersion) String

func (x *DatasetVersion) String() string

type DatasetVersionServiceClient

type DatasetVersionServiceClient interface {
	CreateDatasetVersion(ctx context.Context, in *CreateDatasetVersion, opts ...grpc.CallOption) (*CreateDatasetVersion_Response, error)
	GetAllDatasetVersionsByDatasetId(ctx context.Context, in *GetAllDatasetVersionsByDatasetId, opts ...grpc.CallOption) (*GetAllDatasetVersionsByDatasetId_Response, error)
	GetDatasetVersionById(ctx context.Context, in *GetDatasetVersionById, opts ...grpc.CallOption) (*GetDatasetVersionById_Response, error)
	DeleteDatasetVersion(ctx context.Context, in *DeleteDatasetVersion, opts ...grpc.CallOption) (*DeleteDatasetVersion_Response, error)
	DeleteDatasetVersions(ctx context.Context, in *DeleteDatasetVersions, opts ...grpc.CallOption) (*DeleteDatasetVersions_Response, error)
	GetLatestDatasetVersionByDatasetId(ctx context.Context, in *GetLatestDatasetVersionByDatasetId, opts ...grpc.CallOption) (*GetLatestDatasetVersionByDatasetId_Response, error)
	// queries
	FindDatasetVersions(ctx context.Context, in *FindDatasetVersions, opts ...grpc.CallOption) (*FindDatasetVersions_Response, error)
	UpdateDatasetVersionDescription(ctx context.Context, in *UpdateDatasetVersionDescription, opts ...grpc.CallOption) (*UpdateDatasetVersionDescription_Response, error)
	AddDatasetVersionTags(ctx context.Context, in *AddDatasetVersionTags, opts ...grpc.CallOption) (*AddDatasetVersionTags_Response, error)
	DeleteDatasetVersionTags(ctx context.Context, in *DeleteDatasetVersionTags, opts ...grpc.CallOption) (*DeleteDatasetVersionTags_Response, error)
	AddDatasetVersionAttributes(ctx context.Context, in *AddDatasetVersionAttributes, opts ...grpc.CallOption) (*AddDatasetVersionAttributes_Response, error)
	UpdateDatasetVersionAttributes(ctx context.Context, in *UpdateDatasetVersionAttributes, opts ...grpc.CallOption) (*UpdateDatasetVersionAttributes_Response, error)
	GetDatasetVersionAttributes(ctx context.Context, in *GetDatasetVersionAttributes, opts ...grpc.CallOption) (*GetDatasetVersionAttributes_Response, error)
	DeleteDatasetVersionAttributes(ctx context.Context, in *DeleteDatasetVersionAttributes, opts ...grpc.CallOption) (*DeleteDatasetVersionAttributes_Response, error)
	GetUrlForDatasetBlobVersioned(ctx context.Context, in *GetUrlForDatasetBlobVersioned, opts ...grpc.CallOption) (*GetUrlForDatasetBlobVersioned_Response, error)
	CommitVersionedDatasetBlobArtifactPart(ctx context.Context, in *CommitVersionedDatasetBlobArtifactPart, opts ...grpc.CallOption) (*CommitVersionedDatasetBlobArtifactPart_Response, error)
	GetCommittedVersionedDatasetBlobArtifactParts(ctx context.Context, in *GetCommittedVersionedDatasetBlobArtifactParts, opts ...grpc.CallOption) (*GetCommittedVersionedDatasetBlobArtifactParts_Response, error)
	CommitMultipartVersionedDatasetBlobArtifact(ctx context.Context, in *CommitMultipartVersionedDatasetBlobArtifact, opts ...grpc.CallOption) (*CommitMultipartVersionedDatasetBlobArtifact_Response, error)
}

DatasetVersionServiceClient is the client API for DatasetVersionService service.

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

type DatasetVersionServiceServer

type DatasetVersionServiceServer interface {
	CreateDatasetVersion(context.Context, *CreateDatasetVersion) (*CreateDatasetVersion_Response, error)
	GetAllDatasetVersionsByDatasetId(context.Context, *GetAllDatasetVersionsByDatasetId) (*GetAllDatasetVersionsByDatasetId_Response, error)
	GetDatasetVersionById(context.Context, *GetDatasetVersionById) (*GetDatasetVersionById_Response, error)
	DeleteDatasetVersion(context.Context, *DeleteDatasetVersion) (*DeleteDatasetVersion_Response, error)
	DeleteDatasetVersions(context.Context, *DeleteDatasetVersions) (*DeleteDatasetVersions_Response, error)
	GetLatestDatasetVersionByDatasetId(context.Context, *GetLatestDatasetVersionByDatasetId) (*GetLatestDatasetVersionByDatasetId_Response, error)
	// queries
	FindDatasetVersions(context.Context, *FindDatasetVersions) (*FindDatasetVersions_Response, error)
	UpdateDatasetVersionDescription(context.Context, *UpdateDatasetVersionDescription) (*UpdateDatasetVersionDescription_Response, error)
	AddDatasetVersionTags(context.Context, *AddDatasetVersionTags) (*AddDatasetVersionTags_Response, error)
	DeleteDatasetVersionTags(context.Context, *DeleteDatasetVersionTags) (*DeleteDatasetVersionTags_Response, error)
	AddDatasetVersionAttributes(context.Context, *AddDatasetVersionAttributes) (*AddDatasetVersionAttributes_Response, error)
	UpdateDatasetVersionAttributes(context.Context, *UpdateDatasetVersionAttributes) (*UpdateDatasetVersionAttributes_Response, error)
	GetDatasetVersionAttributes(context.Context, *GetDatasetVersionAttributes) (*GetDatasetVersionAttributes_Response, error)
	DeleteDatasetVersionAttributes(context.Context, *DeleteDatasetVersionAttributes) (*DeleteDatasetVersionAttributes_Response, error)
	GetUrlForDatasetBlobVersioned(context.Context, *GetUrlForDatasetBlobVersioned) (*GetUrlForDatasetBlobVersioned_Response, error)
	CommitVersionedDatasetBlobArtifactPart(context.Context, *CommitVersionedDatasetBlobArtifactPart) (*CommitVersionedDatasetBlobArtifactPart_Response, error)
	GetCommittedVersionedDatasetBlobArtifactParts(context.Context, *GetCommittedVersionedDatasetBlobArtifactParts) (*GetCommittedVersionedDatasetBlobArtifactParts_Response, error)
	CommitMultipartVersionedDatasetBlobArtifact(context.Context, *CommitMultipartVersionedDatasetBlobArtifact) (*CommitMultipartVersionedDatasetBlobArtifact_Response, error)
}

DatasetVersionServiceServer is the server API for DatasetVersionService service.

type DatasetVersion_GroupOwnerId

type DatasetVersion_GroupOwnerId struct {
	GroupOwnerId *common.GroupId `protobuf:"bytes,19,opt,name=group_owner_id,json=groupOwnerId,proto3,oneof"`
}

type DatasetVersion_OwnerId

type DatasetVersion_OwnerId struct {
	OwnerId uint64 `protobuf:"varint,18,opt,name=owner_id,json=ownerId,proto3,oneof"`
}

type DatasetVersion_PathDatasetVersionInfo

type DatasetVersion_PathDatasetVersionInfo struct {
	PathDatasetVersionInfo *PathDatasetVersionInfo `protobuf:"bytes,13,opt,name=path_dataset_version_info,json=pathDatasetVersionInfo,proto3,oneof"`
}

type DatasetVersion_QueryDatasetVersionInfo

type DatasetVersion_QueryDatasetVersionInfo struct {
	QueryDatasetVersionInfo *QueryDatasetVersionInfo `protobuf:"bytes,14,opt,name=query_dataset_version_info,json=queryDatasetVersionInfo,proto3,oneof"`
}

type DatasetVersion_RawDatasetVersionInfo

type DatasetVersion_RawDatasetVersionInfo struct {
	RawDatasetVersionInfo *RawDatasetVersionInfo `protobuf:"bytes,12,opt,name=raw_dataset_version_info,json=rawDatasetVersionInfo,proto3,oneof"`
}

type DatasetVisibilityEnum

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

func (*DatasetVisibilityEnum) Descriptor deprecated

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

Deprecated: Use DatasetVisibilityEnum.ProtoReflect.Descriptor instead.

func (*DatasetVisibilityEnum) ProtoMessage

func (*DatasetVisibilityEnum) ProtoMessage()

func (*DatasetVisibilityEnum) ProtoReflect

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

func (*DatasetVisibilityEnum) Reset

func (x *DatasetVisibilityEnum) Reset()

func (*DatasetVisibilityEnum) String

func (x *DatasetVisibilityEnum) String() string

type DatasetVisibilityEnum_DatasetVisibility

type DatasetVisibilityEnum_DatasetVisibility int32
const (
	DatasetVisibilityEnum_PRIVATE           DatasetVisibilityEnum_DatasetVisibility = 0 // default
	DatasetVisibilityEnum_PUBLIC            DatasetVisibilityEnum_DatasetVisibility = 1
	DatasetVisibilityEnum_ORG_SCOPED_PUBLIC DatasetVisibilityEnum_DatasetVisibility = 2
)

func (DatasetVisibilityEnum_DatasetVisibility) Descriptor

func (DatasetVisibilityEnum_DatasetVisibility) Enum

func (DatasetVisibilityEnum_DatasetVisibility) EnumDescriptor deprecated

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

Deprecated: Use DatasetVisibilityEnum_DatasetVisibility.Descriptor instead.

func (DatasetVisibilityEnum_DatasetVisibility) Number

func (DatasetVisibilityEnum_DatasetVisibility) String

func (DatasetVisibilityEnum_DatasetVisibility) Type

type Dataset_GroupOwnerId

type Dataset_GroupOwnerId struct {
	GroupOwnerId *common.GroupId `protobuf:"bytes,18,opt,name=group_owner_id,json=groupOwnerId,proto3,oneof"`
}

type Dataset_OwnerId

type Dataset_OwnerId struct {
	OwnerId uint64 `protobuf:"varint,17,opt,name=owner_id,json=ownerId,proto3,oneof"`
}

type DeepCopyProject

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

func (*DeepCopyProject) Descriptor deprecated

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

Deprecated: Use DeepCopyProject.ProtoReflect.Descriptor instead.

func (*DeepCopyProject) GetId

func (x *DeepCopyProject) GetId() string

func (*DeepCopyProject) ProtoMessage

func (*DeepCopyProject) ProtoMessage()

func (*DeepCopyProject) ProtoReflect

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

func (*DeepCopyProject) Reset

func (x *DeepCopyProject) Reset()

func (*DeepCopyProject) String

func (x *DeepCopyProject) String() string

type DeepCopyProject_Response

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

func (*DeepCopyProject_Response) Descriptor deprecated

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

Deprecated: Use DeepCopyProject_Response.ProtoReflect.Descriptor instead.

func (*DeepCopyProject_Response) GetProject

func (x *DeepCopyProject_Response) GetProject() *Project

func (*DeepCopyProject_Response) ProtoMessage

func (*DeepCopyProject_Response) ProtoMessage()

func (*DeepCopyProject_Response) ProtoReflect

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

func (*DeepCopyProject_Response) Reset

func (x *DeepCopyProject_Response) Reset()

func (*DeepCopyProject_Response) String

func (x *DeepCopyProject_Response) String() string

type DeleteArtifact

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

func (*DeleteArtifact) Descriptor deprecated

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

Deprecated: Use DeleteArtifact.ProtoReflect.Descriptor instead.

func (*DeleteArtifact) GetId

func (x *DeleteArtifact) GetId() string

func (*DeleteArtifact) GetKey

func (x *DeleteArtifact) GetKey() string

func (*DeleteArtifact) ProtoMessage

func (*DeleteArtifact) ProtoMessage()

func (*DeleteArtifact) ProtoReflect

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

func (*DeleteArtifact) Reset

func (x *DeleteArtifact) Reset()

func (*DeleteArtifact) String

func (x *DeleteArtifact) String() string

type DeleteArtifact_Response

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

func (*DeleteArtifact_Response) Descriptor deprecated

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

Deprecated: Use DeleteArtifact_Response.ProtoReflect.Descriptor instead.

func (*DeleteArtifact_Response) ProtoMessage

func (*DeleteArtifact_Response) ProtoMessage()

func (*DeleteArtifact_Response) ProtoReflect

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

func (*DeleteArtifact_Response) Reset

func (x *DeleteArtifact_Response) Reset()

func (*DeleteArtifact_Response) String

func (x *DeleteArtifact_Response) String() string

type DeleteComment

type DeleteComment struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	EntityId string `protobuf:"bytes,2,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"` // entity.id like experimentRun.id, project.id etc.
	// contains filtered or unexported fields
}

func (*DeleteComment) Descriptor deprecated

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

Deprecated: Use DeleteComment.ProtoReflect.Descriptor instead.

func (*DeleteComment) GetEntityId

func (x *DeleteComment) GetEntityId() string

func (*DeleteComment) GetId

func (x *DeleteComment) GetId() string

func (*DeleteComment) ProtoMessage

func (*DeleteComment) ProtoMessage()

func (*DeleteComment) ProtoReflect

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

func (*DeleteComment) Reset

func (x *DeleteComment) Reset()

func (*DeleteComment) String

func (x *DeleteComment) String() string

type DeleteComment_Response

type DeleteComment_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteComment_Response) Descriptor deprecated

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

Deprecated: Use DeleteComment_Response.ProtoReflect.Descriptor instead.

func (*DeleteComment_Response) GetStatus

func (x *DeleteComment_Response) GetStatus() bool

func (*DeleteComment_Response) ProtoMessage

func (*DeleteComment_Response) ProtoMessage()

func (*DeleteComment_Response) ProtoReflect

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

func (*DeleteComment_Response) Reset

func (x *DeleteComment_Response) Reset()

func (*DeleteComment_Response) String

func (x *DeleteComment_Response) String() string

type DeleteDataset

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

func (*DeleteDataset) Descriptor deprecated

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

Deprecated: Use DeleteDataset.ProtoReflect.Descriptor instead.

func (*DeleteDataset) GetId

func (x *DeleteDataset) GetId() string

func (*DeleteDataset) ProtoMessage

func (*DeleteDataset) ProtoMessage()

func (*DeleteDataset) ProtoReflect

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

func (*DeleteDataset) Reset

func (x *DeleteDataset) Reset()

func (*DeleteDataset) String

func (x *DeleteDataset) String() string

type DeleteDatasetAttributes

type DeleteDatasetAttributes struct {
	Id            string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AttributeKeys []string `protobuf:"bytes,2,rep,name=attribute_keys,json=attributeKeys,proto3" json:"attribute_keys,omitempty"`
	DeleteAll     bool     `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDatasetAttributes) Descriptor deprecated

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

Deprecated: Use DeleteDatasetAttributes.ProtoReflect.Descriptor instead.

func (*DeleteDatasetAttributes) GetAttributeKeys

func (x *DeleteDatasetAttributes) GetAttributeKeys() []string

func (*DeleteDatasetAttributes) GetDeleteAll

func (x *DeleteDatasetAttributes) GetDeleteAll() bool

func (*DeleteDatasetAttributes) GetId

func (x *DeleteDatasetAttributes) GetId() string

func (*DeleteDatasetAttributes) ProtoMessage

func (*DeleteDatasetAttributes) ProtoMessage()

func (*DeleteDatasetAttributes) ProtoReflect

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

func (*DeleteDatasetAttributes) Reset

func (x *DeleteDatasetAttributes) Reset()

func (*DeleteDatasetAttributes) String

func (x *DeleteDatasetAttributes) String() string

type DeleteDatasetAttributes_Response

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

func (*DeleteDatasetAttributes_Response) Descriptor deprecated

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

Deprecated: Use DeleteDatasetAttributes_Response.ProtoReflect.Descriptor instead.

func (*DeleteDatasetAttributes_Response) GetDataset

func (x *DeleteDatasetAttributes_Response) GetDataset() *Dataset

func (*DeleteDatasetAttributes_Response) ProtoMessage

func (*DeleteDatasetAttributes_Response) ProtoMessage()

func (*DeleteDatasetAttributes_Response) ProtoReflect

func (*DeleteDatasetAttributes_Response) Reset

func (*DeleteDatasetAttributes_Response) String

type DeleteDatasetTags

type DeleteDatasetTags struct {
	Id        string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tags      []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	DeleteAll bool     `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDatasetTags) Descriptor deprecated

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

Deprecated: Use DeleteDatasetTags.ProtoReflect.Descriptor instead.

func (*DeleteDatasetTags) GetDeleteAll

func (x *DeleteDatasetTags) GetDeleteAll() bool

func (*DeleteDatasetTags) GetId

func (x *DeleteDatasetTags) GetId() string

func (*DeleteDatasetTags) GetTags

func (x *DeleteDatasetTags) GetTags() []string

func (*DeleteDatasetTags) ProtoMessage

func (*DeleteDatasetTags) ProtoMessage()

func (*DeleteDatasetTags) ProtoReflect

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

func (*DeleteDatasetTags) Reset

func (x *DeleteDatasetTags) Reset()

func (*DeleteDatasetTags) String

func (x *DeleteDatasetTags) String() string

type DeleteDatasetTags_Response

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

func (*DeleteDatasetTags_Response) Descriptor deprecated

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

Deprecated: Use DeleteDatasetTags_Response.ProtoReflect.Descriptor instead.

func (*DeleteDatasetTags_Response) GetDataset

func (x *DeleteDatasetTags_Response) GetDataset() *Dataset

func (*DeleteDatasetTags_Response) ProtoMessage

func (*DeleteDatasetTags_Response) ProtoMessage()

func (*DeleteDatasetTags_Response) ProtoReflect

func (*DeleteDatasetTags_Response) Reset

func (x *DeleteDatasetTags_Response) Reset()

func (*DeleteDatasetTags_Response) String

func (x *DeleteDatasetTags_Response) String() string

type DeleteDatasetVersion

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

func (*DeleteDatasetVersion) Descriptor deprecated

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

Deprecated: Use DeleteDatasetVersion.ProtoReflect.Descriptor instead.

func (*DeleteDatasetVersion) GetDatasetId

func (x *DeleteDatasetVersion) GetDatasetId() string

func (*DeleteDatasetVersion) GetId

func (x *DeleteDatasetVersion) GetId() string

func (*DeleteDatasetVersion) ProtoMessage

func (*DeleteDatasetVersion) ProtoMessage()

func (*DeleteDatasetVersion) ProtoReflect

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

func (*DeleteDatasetVersion) Reset

func (x *DeleteDatasetVersion) Reset()

func (*DeleteDatasetVersion) String

func (x *DeleteDatasetVersion) String() string

type DeleteDatasetVersionAttributes

type DeleteDatasetVersionAttributes struct {
	Id            string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AttributeKeys []string `protobuf:"bytes,2,rep,name=attribute_keys,json=attributeKeys,proto3" json:"attribute_keys,omitempty"`
	DeleteAll     bool     `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	DatasetId     string   `protobuf:"bytes,4,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDatasetVersionAttributes) Descriptor deprecated

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

Deprecated: Use DeleteDatasetVersionAttributes.ProtoReflect.Descriptor instead.

func (*DeleteDatasetVersionAttributes) GetAttributeKeys

func (x *DeleteDatasetVersionAttributes) GetAttributeKeys() []string

func (*DeleteDatasetVersionAttributes) GetDatasetId

func (x *DeleteDatasetVersionAttributes) GetDatasetId() string

func (*DeleteDatasetVersionAttributes) GetDeleteAll

func (x *DeleteDatasetVersionAttributes) GetDeleteAll() bool

func (*DeleteDatasetVersionAttributes) GetId

func (*DeleteDatasetVersionAttributes) ProtoMessage

func (*DeleteDatasetVersionAttributes) ProtoMessage()

func (*DeleteDatasetVersionAttributes) ProtoReflect

func (*DeleteDatasetVersionAttributes) Reset

func (x *DeleteDatasetVersionAttributes) Reset()

func (*DeleteDatasetVersionAttributes) String

type DeleteDatasetVersionAttributes_Response

type DeleteDatasetVersionAttributes_Response struct {
	DatasetVersion *DatasetVersion `protobuf:"bytes,1,opt,name=dataset_version,json=datasetVersion,proto3" json:"dataset_version,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDatasetVersionAttributes_Response) Descriptor deprecated

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

Deprecated: Use DeleteDatasetVersionAttributes_Response.ProtoReflect.Descriptor instead.

func (*DeleteDatasetVersionAttributes_Response) GetDatasetVersion

func (*DeleteDatasetVersionAttributes_Response) ProtoMessage

func (*DeleteDatasetVersionAttributes_Response) ProtoReflect

func (*DeleteDatasetVersionAttributes_Response) Reset

func (*DeleteDatasetVersionAttributes_Response) String

type DeleteDatasetVersionTags

type DeleteDatasetVersionTags struct {
	Id        string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tags      []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	DeleteAll bool     `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	DatasetId string   `protobuf:"bytes,4,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDatasetVersionTags) Descriptor deprecated

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

Deprecated: Use DeleteDatasetVersionTags.ProtoReflect.Descriptor instead.

func (*DeleteDatasetVersionTags) GetDatasetId

func (x *DeleteDatasetVersionTags) GetDatasetId() string

func (*DeleteDatasetVersionTags) GetDeleteAll

func (x *DeleteDatasetVersionTags) GetDeleteAll() bool

func (*DeleteDatasetVersionTags) GetId

func (x *DeleteDatasetVersionTags) GetId() string

func (*DeleteDatasetVersionTags) GetTags

func (x *DeleteDatasetVersionTags) GetTags() []string

func (*DeleteDatasetVersionTags) ProtoMessage

func (*DeleteDatasetVersionTags) ProtoMessage()

func (*DeleteDatasetVersionTags) ProtoReflect

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

func (*DeleteDatasetVersionTags) Reset

func (x *DeleteDatasetVersionTags) Reset()

func (*DeleteDatasetVersionTags) String

func (x *DeleteDatasetVersionTags) String() string

type DeleteDatasetVersionTags_Response

type DeleteDatasetVersionTags_Response struct {
	DatasetVersion *DatasetVersion `protobuf:"bytes,1,opt,name=dataset_version,json=datasetVersion,proto3" json:"dataset_version,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDatasetVersionTags_Response) Descriptor deprecated

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

Deprecated: Use DeleteDatasetVersionTags_Response.ProtoReflect.Descriptor instead.

func (*DeleteDatasetVersionTags_Response) GetDatasetVersion

func (x *DeleteDatasetVersionTags_Response) GetDatasetVersion() *DatasetVersion

func (*DeleteDatasetVersionTags_Response) ProtoMessage

func (*DeleteDatasetVersionTags_Response) ProtoMessage()

func (*DeleteDatasetVersionTags_Response) ProtoReflect

func (*DeleteDatasetVersionTags_Response) Reset

func (*DeleteDatasetVersionTags_Response) String

type DeleteDatasetVersion_Response

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

func (*DeleteDatasetVersion_Response) Descriptor deprecated

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

Deprecated: Use DeleteDatasetVersion_Response.ProtoReflect.Descriptor instead.

func (*DeleteDatasetVersion_Response) ProtoMessage

func (*DeleteDatasetVersion_Response) ProtoMessage()

func (*DeleteDatasetVersion_Response) ProtoReflect

func (*DeleteDatasetVersion_Response) Reset

func (x *DeleteDatasetVersion_Response) Reset()

func (*DeleteDatasetVersion_Response) String

type DeleteDatasetVersions

type DeleteDatasetVersions struct {
	Ids       []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	DatasetId string   `protobuf:"bytes,2,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDatasetVersions) Descriptor deprecated

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

Deprecated: Use DeleteDatasetVersions.ProtoReflect.Descriptor instead.

func (*DeleteDatasetVersions) GetDatasetId

func (x *DeleteDatasetVersions) GetDatasetId() string

func (*DeleteDatasetVersions) GetIds

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

func (*DeleteDatasetVersions) ProtoMessage

func (*DeleteDatasetVersions) ProtoMessage()

func (*DeleteDatasetVersions) ProtoReflect

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

func (*DeleteDatasetVersions) Reset

func (x *DeleteDatasetVersions) Reset()

func (*DeleteDatasetVersions) String

func (x *DeleteDatasetVersions) String() string

type DeleteDatasetVersions_Response

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

func (*DeleteDatasetVersions_Response) Descriptor deprecated

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

Deprecated: Use DeleteDatasetVersions_Response.ProtoReflect.Descriptor instead.

func (*DeleteDatasetVersions_Response) ProtoMessage

func (*DeleteDatasetVersions_Response) ProtoMessage()

func (*DeleteDatasetVersions_Response) ProtoReflect

func (*DeleteDatasetVersions_Response) Reset

func (x *DeleteDatasetVersions_Response) Reset()

func (*DeleteDatasetVersions_Response) String

type DeleteDataset_Response

type DeleteDataset_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDataset_Response) Descriptor deprecated

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

Deprecated: Use DeleteDataset_Response.ProtoReflect.Descriptor instead.

func (*DeleteDataset_Response) GetStatus

func (x *DeleteDataset_Response) GetStatus() bool

func (*DeleteDataset_Response) ProtoMessage

func (*DeleteDataset_Response) ProtoMessage()

func (*DeleteDataset_Response) ProtoReflect

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

func (*DeleteDataset_Response) Reset

func (x *DeleteDataset_Response) Reset()

func (*DeleteDataset_Response) String

func (x *DeleteDataset_Response) String() string

type DeleteDatasets

type DeleteDatasets struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDatasets) Descriptor deprecated

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

Deprecated: Use DeleteDatasets.ProtoReflect.Descriptor instead.

func (*DeleteDatasets) GetIds

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

func (*DeleteDatasets) ProtoMessage

func (*DeleteDatasets) ProtoMessage()

func (*DeleteDatasets) ProtoReflect

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

func (*DeleteDatasets) Reset

func (x *DeleteDatasets) Reset()

func (*DeleteDatasets) String

func (x *DeleteDatasets) String() string

type DeleteDatasets_Response

type DeleteDatasets_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDatasets_Response) Descriptor deprecated

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

Deprecated: Use DeleteDatasets_Response.ProtoReflect.Descriptor instead.

func (*DeleteDatasets_Response) GetStatus

func (x *DeleteDatasets_Response) GetStatus() bool

func (*DeleteDatasets_Response) ProtoMessage

func (*DeleteDatasets_Response) ProtoMessage()

func (*DeleteDatasets_Response) ProtoReflect

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

func (*DeleteDatasets_Response) Reset

func (x *DeleteDatasets_Response) Reset()

func (*DeleteDatasets_Response) String

func (x *DeleteDatasets_Response) String() string

type DeleteExperiment

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

func (*DeleteExperiment) Descriptor deprecated

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

Deprecated: Use DeleteExperiment.ProtoReflect.Descriptor instead.

func (*DeleteExperiment) GetId

func (x *DeleteExperiment) GetId() string

func (*DeleteExperiment) ProtoMessage

func (*DeleteExperiment) ProtoMessage()

func (*DeleteExperiment) ProtoReflect

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

func (*DeleteExperiment) Reset

func (x *DeleteExperiment) Reset()

func (*DeleteExperiment) String

func (x *DeleteExperiment) String() string

type DeleteExperimentArtifact

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

func (*DeleteExperimentArtifact) Descriptor deprecated

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

Deprecated: Use DeleteExperimentArtifact.ProtoReflect.Descriptor instead.

func (*DeleteExperimentArtifact) GetId

func (x *DeleteExperimentArtifact) GetId() string

func (*DeleteExperimentArtifact) GetKey

func (x *DeleteExperimentArtifact) GetKey() string

func (*DeleteExperimentArtifact) ProtoMessage

func (*DeleteExperimentArtifact) ProtoMessage()

func (*DeleteExperimentArtifact) ProtoReflect

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

func (*DeleteExperimentArtifact) Reset

func (x *DeleteExperimentArtifact) Reset()

func (*DeleteExperimentArtifact) String

func (x *DeleteExperimentArtifact) String() string

type DeleteExperimentArtifact_Response

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

func (*DeleteExperimentArtifact_Response) Descriptor deprecated

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

Deprecated: Use DeleteExperimentArtifact_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperimentArtifact_Response) GetExperiment

func (x *DeleteExperimentArtifact_Response) GetExperiment() *Experiment

func (*DeleteExperimentArtifact_Response) ProtoMessage

func (*DeleteExperimentArtifact_Response) ProtoMessage()

func (*DeleteExperimentArtifact_Response) ProtoReflect

func (*DeleteExperimentArtifact_Response) Reset

func (*DeleteExperimentArtifact_Response) String

type DeleteExperimentAttributes

type DeleteExperimentAttributes struct {
	Id            string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AttributeKeys []string `protobuf:"bytes,2,rep,name=attribute_keys,json=attributeKeys,proto3" json:"attribute_keys,omitempty"`
	DeleteAll     bool     `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperimentAttributes) Descriptor deprecated

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

Deprecated: Use DeleteExperimentAttributes.ProtoReflect.Descriptor instead.

func (*DeleteExperimentAttributes) GetAttributeKeys

func (x *DeleteExperimentAttributes) GetAttributeKeys() []string

func (*DeleteExperimentAttributes) GetDeleteAll

func (x *DeleteExperimentAttributes) GetDeleteAll() bool

func (*DeleteExperimentAttributes) GetId

func (*DeleteExperimentAttributes) ProtoMessage

func (*DeleteExperimentAttributes) ProtoMessage()

func (*DeleteExperimentAttributes) ProtoReflect

func (*DeleteExperimentAttributes) Reset

func (x *DeleteExperimentAttributes) Reset()

func (*DeleteExperimentAttributes) String

func (x *DeleteExperimentAttributes) String() string

type DeleteExperimentAttributes_Response

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

func (*DeleteExperimentAttributes_Response) Descriptor deprecated

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

Deprecated: Use DeleteExperimentAttributes_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperimentAttributes_Response) GetExperiment

func (x *DeleteExperimentAttributes_Response) GetExperiment() *Experiment

func (*DeleteExperimentAttributes_Response) ProtoMessage

func (*DeleteExperimentAttributes_Response) ProtoMessage()

func (*DeleteExperimentAttributes_Response) ProtoReflect

func (*DeleteExperimentAttributes_Response) Reset

func (*DeleteExperimentAttributes_Response) String

type DeleteExperimentRun

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

func (*DeleteExperimentRun) Descriptor deprecated

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

Deprecated: Use DeleteExperimentRun.ProtoReflect.Descriptor instead.

func (*DeleteExperimentRun) GetId

func (x *DeleteExperimentRun) GetId() string

func (*DeleteExperimentRun) ProtoMessage

func (*DeleteExperimentRun) ProtoMessage()

func (*DeleteExperimentRun) ProtoReflect

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

func (*DeleteExperimentRun) Reset

func (x *DeleteExperimentRun) Reset()

func (*DeleteExperimentRun) String

func (x *DeleteExperimentRun) String() string

type DeleteExperimentRunAttributes

type DeleteExperimentRunAttributes struct {
	Id            string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AttributeKeys []string `protobuf:"bytes,2,rep,name=attribute_keys,json=attributeKeys,proto3" json:"attribute_keys,omitempty"`
	DeleteAll     bool     `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperimentRunAttributes) Descriptor deprecated

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

Deprecated: Use DeleteExperimentRunAttributes.ProtoReflect.Descriptor instead.

func (*DeleteExperimentRunAttributes) GetAttributeKeys

func (x *DeleteExperimentRunAttributes) GetAttributeKeys() []string

func (*DeleteExperimentRunAttributes) GetDeleteAll

func (x *DeleteExperimentRunAttributes) GetDeleteAll() bool

func (*DeleteExperimentRunAttributes) GetId

func (*DeleteExperimentRunAttributes) ProtoMessage

func (*DeleteExperimentRunAttributes) ProtoMessage()

func (*DeleteExperimentRunAttributes) ProtoReflect

func (*DeleteExperimentRunAttributes) Reset

func (x *DeleteExperimentRunAttributes) Reset()

func (*DeleteExperimentRunAttributes) String

type DeleteExperimentRunAttributes_Response

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

func (*DeleteExperimentRunAttributes_Response) Descriptor deprecated

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

Deprecated: Use DeleteExperimentRunAttributes_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperimentRunAttributes_Response) ProtoMessage

func (*DeleteExperimentRunAttributes_Response) ProtoReflect

func (*DeleteExperimentRunAttributes_Response) Reset

func (*DeleteExperimentRunAttributes_Response) String

type DeleteExperimentRunTag

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

func (*DeleteExperimentRunTag) Descriptor deprecated

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

Deprecated: Use DeleteExperimentRunTag.ProtoReflect.Descriptor instead.

func (*DeleteExperimentRunTag) GetId

func (x *DeleteExperimentRunTag) GetId() string

func (*DeleteExperimentRunTag) GetTag

func (x *DeleteExperimentRunTag) GetTag() string

func (*DeleteExperimentRunTag) ProtoMessage

func (*DeleteExperimentRunTag) ProtoMessage()

func (*DeleteExperimentRunTag) ProtoReflect

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

func (*DeleteExperimentRunTag) Reset

func (x *DeleteExperimentRunTag) Reset()

func (*DeleteExperimentRunTag) String

func (x *DeleteExperimentRunTag) String() string

type DeleteExperimentRunTag_Response

type DeleteExperimentRunTag_Response struct {
	ExperimentRun *ExperimentRun `protobuf:"bytes,1,opt,name=experiment_run,json=experimentRun,proto3" json:"experiment_run,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperimentRunTag_Response) Descriptor deprecated

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

Deprecated: Use DeleteExperimentRunTag_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperimentRunTag_Response) GetExperimentRun

func (x *DeleteExperimentRunTag_Response) GetExperimentRun() *ExperimentRun

func (*DeleteExperimentRunTag_Response) ProtoMessage

func (*DeleteExperimentRunTag_Response) ProtoMessage()

func (*DeleteExperimentRunTag_Response) ProtoReflect

func (*DeleteExperimentRunTag_Response) Reset

func (*DeleteExperimentRunTag_Response) String

type DeleteExperimentRunTags

type DeleteExperimentRunTags struct {
	Id        string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tags      []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	DeleteAll bool     `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperimentRunTags) Descriptor deprecated

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

Deprecated: Use DeleteExperimentRunTags.ProtoReflect.Descriptor instead.

func (*DeleteExperimentRunTags) GetDeleteAll

func (x *DeleteExperimentRunTags) GetDeleteAll() bool

func (*DeleteExperimentRunTags) GetId

func (x *DeleteExperimentRunTags) GetId() string

func (*DeleteExperimentRunTags) GetTags

func (x *DeleteExperimentRunTags) GetTags() []string

func (*DeleteExperimentRunTags) ProtoMessage

func (*DeleteExperimentRunTags) ProtoMessage()

func (*DeleteExperimentRunTags) ProtoReflect

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

func (*DeleteExperimentRunTags) Reset

func (x *DeleteExperimentRunTags) Reset()

func (*DeleteExperimentRunTags) String

func (x *DeleteExperimentRunTags) String() string

type DeleteExperimentRunTags_Response

type DeleteExperimentRunTags_Response struct {
	ExperimentRun *ExperimentRun `protobuf:"bytes,1,opt,name=experiment_run,json=experimentRun,proto3" json:"experiment_run,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperimentRunTags_Response) Descriptor deprecated

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

Deprecated: Use DeleteExperimentRunTags_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperimentRunTags_Response) GetExperimentRun

func (x *DeleteExperimentRunTags_Response) GetExperimentRun() *ExperimentRun

func (*DeleteExperimentRunTags_Response) ProtoMessage

func (*DeleteExperimentRunTags_Response) ProtoMessage()

func (*DeleteExperimentRunTags_Response) ProtoReflect

func (*DeleteExperimentRunTags_Response) Reset

func (*DeleteExperimentRunTags_Response) String

type DeleteExperimentRun_Response

type DeleteExperimentRun_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperimentRun_Response) Descriptor deprecated

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

Deprecated: Use DeleteExperimentRun_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperimentRun_Response) GetStatus

func (x *DeleteExperimentRun_Response) GetStatus() bool

func (*DeleteExperimentRun_Response) ProtoMessage

func (*DeleteExperimentRun_Response) ProtoMessage()

func (*DeleteExperimentRun_Response) ProtoReflect

func (*DeleteExperimentRun_Response) Reset

func (x *DeleteExperimentRun_Response) Reset()

func (*DeleteExperimentRun_Response) String

type DeleteExperimentRuns

type DeleteExperimentRuns struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperimentRuns) Descriptor deprecated

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

Deprecated: Use DeleteExperimentRuns.ProtoReflect.Descriptor instead.

func (*DeleteExperimentRuns) GetIds

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

func (*DeleteExperimentRuns) ProtoMessage

func (*DeleteExperimentRuns) ProtoMessage()

func (*DeleteExperimentRuns) ProtoReflect

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

func (*DeleteExperimentRuns) Reset

func (x *DeleteExperimentRuns) Reset()

func (*DeleteExperimentRuns) String

func (x *DeleteExperimentRuns) String() string

type DeleteExperimentRuns_Response

type DeleteExperimentRuns_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperimentRuns_Response) Descriptor deprecated

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

Deprecated: Use DeleteExperimentRuns_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperimentRuns_Response) GetStatus

func (x *DeleteExperimentRuns_Response) GetStatus() bool

func (*DeleteExperimentRuns_Response) ProtoMessage

func (*DeleteExperimentRuns_Response) ProtoMessage()

func (*DeleteExperimentRuns_Response) ProtoReflect

func (*DeleteExperimentRuns_Response) Reset

func (x *DeleteExperimentRuns_Response) Reset()

func (*DeleteExperimentRuns_Response) String

type DeleteExperimentTag

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

func (*DeleteExperimentTag) Descriptor deprecated

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

Deprecated: Use DeleteExperimentTag.ProtoReflect.Descriptor instead.

func (*DeleteExperimentTag) GetId

func (x *DeleteExperimentTag) GetId() string

func (*DeleteExperimentTag) GetTag

func (x *DeleteExperimentTag) GetTag() string

func (*DeleteExperimentTag) ProtoMessage

func (*DeleteExperimentTag) ProtoMessage()

func (*DeleteExperimentTag) ProtoReflect

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

func (*DeleteExperimentTag) Reset

func (x *DeleteExperimentTag) Reset()

func (*DeleteExperimentTag) String

func (x *DeleteExperimentTag) String() string

type DeleteExperimentTag_Response

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

func (*DeleteExperimentTag_Response) Descriptor deprecated

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

Deprecated: Use DeleteExperimentTag_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperimentTag_Response) GetExperiment

func (x *DeleteExperimentTag_Response) GetExperiment() *Experiment

func (*DeleteExperimentTag_Response) ProtoMessage

func (*DeleteExperimentTag_Response) ProtoMessage()

func (*DeleteExperimentTag_Response) ProtoReflect

func (*DeleteExperimentTag_Response) Reset

func (x *DeleteExperimentTag_Response) Reset()

func (*DeleteExperimentTag_Response) String

type DeleteExperimentTags

type DeleteExperimentTags struct {
	Id        string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tags      []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	DeleteAll bool     `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperimentTags) Descriptor deprecated

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

Deprecated: Use DeleteExperimentTags.ProtoReflect.Descriptor instead.

func (*DeleteExperimentTags) GetDeleteAll

func (x *DeleteExperimentTags) GetDeleteAll() bool

func (*DeleteExperimentTags) GetId

func (x *DeleteExperimentTags) GetId() string

func (*DeleteExperimentTags) GetTags

func (x *DeleteExperimentTags) GetTags() []string

func (*DeleteExperimentTags) ProtoMessage

func (*DeleteExperimentTags) ProtoMessage()

func (*DeleteExperimentTags) ProtoReflect

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

func (*DeleteExperimentTags) Reset

func (x *DeleteExperimentTags) Reset()

func (*DeleteExperimentTags) String

func (x *DeleteExperimentTags) String() string

type DeleteExperimentTags_Response

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

func (*DeleteExperimentTags_Response) Descriptor deprecated

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

Deprecated: Use DeleteExperimentTags_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperimentTags_Response) GetExperiment

func (x *DeleteExperimentTags_Response) GetExperiment() *Experiment

func (*DeleteExperimentTags_Response) ProtoMessage

func (*DeleteExperimentTags_Response) ProtoMessage()

func (*DeleteExperimentTags_Response) ProtoReflect

func (*DeleteExperimentTags_Response) Reset

func (x *DeleteExperimentTags_Response) Reset()

func (*DeleteExperimentTags_Response) String

type DeleteExperiment_Response

type DeleteExperiment_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperiment_Response) Descriptor deprecated

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

Deprecated: Use DeleteExperiment_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperiment_Response) GetStatus

func (x *DeleteExperiment_Response) GetStatus() bool

func (*DeleteExperiment_Response) ProtoMessage

func (*DeleteExperiment_Response) ProtoMessage()

func (*DeleteExperiment_Response) ProtoReflect

func (*DeleteExperiment_Response) Reset

func (x *DeleteExperiment_Response) Reset()

func (*DeleteExperiment_Response) String

func (x *DeleteExperiment_Response) String() string

type DeleteExperiments

type DeleteExperiments struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperiments) Descriptor deprecated

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

Deprecated: Use DeleteExperiments.ProtoReflect.Descriptor instead.

func (*DeleteExperiments) GetIds

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

func (*DeleteExperiments) ProtoMessage

func (*DeleteExperiments) ProtoMessage()

func (*DeleteExperiments) ProtoReflect

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

func (*DeleteExperiments) Reset

func (x *DeleteExperiments) Reset()

func (*DeleteExperiments) String

func (x *DeleteExperiments) String() string

type DeleteExperiments_Response

type DeleteExperiments_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteExperiments_Response) Descriptor deprecated

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

Deprecated: Use DeleteExperiments_Response.ProtoReflect.Descriptor instead.

func (*DeleteExperiments_Response) GetStatus

func (x *DeleteExperiments_Response) GetStatus() bool

func (*DeleteExperiments_Response) ProtoMessage

func (*DeleteExperiments_Response) ProtoMessage()

func (*DeleteExperiments_Response) ProtoReflect

func (*DeleteExperiments_Response) Reset

func (x *DeleteExperiments_Response) Reset()

func (*DeleteExperiments_Response) String

func (x *DeleteExperiments_Response) String() string

type DeleteHyperparameters

type DeleteHyperparameters struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// delete HyperParameters corresponding to the keys
	HyperparameterKeys []string `protobuf:"bytes,2,rep,name=hyperparameter_keys,json=hyperparameterKeys,proto3" json:"hyperparameter_keys,omitempty"`
	// if true delete all hyper parameters corresponding to the run, ignoring hyperparameter_keys
	DeleteAll bool `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteHyperparameters) Descriptor deprecated

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

Deprecated: Use DeleteHyperparameters.ProtoReflect.Descriptor instead.

func (*DeleteHyperparameters) GetDeleteAll

func (x *DeleteHyperparameters) GetDeleteAll() bool

func (*DeleteHyperparameters) GetHyperparameterKeys

func (x *DeleteHyperparameters) GetHyperparameterKeys() []string

func (*DeleteHyperparameters) GetId

func (x *DeleteHyperparameters) GetId() string

func (*DeleteHyperparameters) ProtoMessage

func (*DeleteHyperparameters) ProtoMessage()

func (*DeleteHyperparameters) ProtoReflect

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

func (*DeleteHyperparameters) Reset

func (x *DeleteHyperparameters) Reset()

func (*DeleteHyperparameters) String

func (x *DeleteHyperparameters) String() string

type DeleteHyperparameters_Response

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

func (*DeleteHyperparameters_Response) Descriptor deprecated

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

Deprecated: Use DeleteHyperparameters_Response.ProtoReflect.Descriptor instead.

func (*DeleteHyperparameters_Response) ProtoMessage

func (*DeleteHyperparameters_Response) ProtoMessage()

func (*DeleteHyperparameters_Response) ProtoReflect

func (*DeleteHyperparameters_Response) Reset

func (x *DeleteHyperparameters_Response) Reset()

func (*DeleteHyperparameters_Response) String

type DeleteJob

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

func (*DeleteJob) Descriptor deprecated

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

Deprecated: Use DeleteJob.ProtoReflect.Descriptor instead.

func (*DeleteJob) GetId

func (x *DeleteJob) GetId() string

func (*DeleteJob) ProtoMessage

func (*DeleteJob) ProtoMessage()

func (*DeleteJob) ProtoReflect

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

func (*DeleteJob) Reset

func (x *DeleteJob) Reset()

func (*DeleteJob) String

func (x *DeleteJob) String() string

type DeleteJob_Response

type DeleteJob_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteJob_Response) Descriptor deprecated

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

Deprecated: Use DeleteJob_Response.ProtoReflect.Descriptor instead.

func (*DeleteJob_Response) GetStatus

func (x *DeleteJob_Response) GetStatus() bool

func (*DeleteJob_Response) ProtoMessage

func (*DeleteJob_Response) ProtoMessage()

func (*DeleteJob_Response) ProtoReflect

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

func (*DeleteJob_Response) Reset

func (x *DeleteJob_Response) Reset()

func (*DeleteJob_Response) String

func (x *DeleteJob_Response) String() string

type DeleteLineage

type DeleteLineage struct {
	Input  []*LineageEntry `protobuf:"bytes,1,rep,name=input,proto3" json:"input,omitempty"`
	Output []*LineageEntry `protobuf:"bytes,2,rep,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

Delete every item of "input" as a parent of every item on "output".

func (*DeleteLineage) Descriptor deprecated

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

Deprecated: Use DeleteLineage.ProtoReflect.Descriptor instead.

func (*DeleteLineage) GetInput

func (x *DeleteLineage) GetInput() []*LineageEntry

func (*DeleteLineage) GetOutput

func (x *DeleteLineage) GetOutput() []*LineageEntry

func (*DeleteLineage) ProtoMessage

func (*DeleteLineage) ProtoMessage()

func (*DeleteLineage) ProtoReflect

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

func (*DeleteLineage) Reset

func (x *DeleteLineage) Reset()

func (*DeleteLineage) String

func (x *DeleteLineage) String() string

type DeleteLineage_Response

type DeleteLineage_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteLineage_Response) Descriptor deprecated

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

Deprecated: Use DeleteLineage_Response.ProtoReflect.Descriptor instead.

func (*DeleteLineage_Response) GetStatus

func (x *DeleteLineage_Response) GetStatus() bool

func (*DeleteLineage_Response) ProtoMessage

func (*DeleteLineage_Response) ProtoMessage()

func (*DeleteLineage_Response) ProtoReflect

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

func (*DeleteLineage_Response) Reset

func (x *DeleteLineage_Response) Reset()

func (*DeleteLineage_Response) String

func (x *DeleteLineage_Response) String() string

type DeleteMetrics

type DeleteMetrics struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// delete metrics corresponding to the keys
	MetricKeys []string `protobuf:"bytes,2,rep,name=metric_keys,json=metricKeys,proto3" json:"metric_keys,omitempty"`
	// if true delete all metrics corresponding to the run, ignoring metric_keys
	DeleteAll bool `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMetrics) Descriptor deprecated

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

Deprecated: Use DeleteMetrics.ProtoReflect.Descriptor instead.

func (*DeleteMetrics) GetDeleteAll

func (x *DeleteMetrics) GetDeleteAll() bool

func (*DeleteMetrics) GetId

func (x *DeleteMetrics) GetId() string

func (*DeleteMetrics) GetMetricKeys

func (x *DeleteMetrics) GetMetricKeys() []string

func (*DeleteMetrics) ProtoMessage

func (*DeleteMetrics) ProtoMessage()

func (*DeleteMetrics) ProtoReflect

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

func (*DeleteMetrics) Reset

func (x *DeleteMetrics) Reset()

func (*DeleteMetrics) String

func (x *DeleteMetrics) String() string

type DeleteMetrics_Response

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

func (*DeleteMetrics_Response) Descriptor deprecated

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

Deprecated: Use DeleteMetrics_Response.ProtoReflect.Descriptor instead.

func (*DeleteMetrics_Response) ProtoMessage

func (*DeleteMetrics_Response) ProtoMessage()

func (*DeleteMetrics_Response) ProtoReflect

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

func (*DeleteMetrics_Response) Reset

func (x *DeleteMetrics_Response) Reset()

func (*DeleteMetrics_Response) String

func (x *DeleteMetrics_Response) String() string

type DeleteObservations

type DeleteObservations struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// delete all observations corresponding to the keys
	ObservationKeys []string `protobuf:"bytes,2,rep,name=observation_keys,json=observationKeys,proto3" json:"observation_keys,omitempty"`
	// if true delete all observations corresponding to the run, ignoring observation_keys
	DeleteAll bool `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteObservations) Descriptor deprecated

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

Deprecated: Use DeleteObservations.ProtoReflect.Descriptor instead.

func (*DeleteObservations) GetDeleteAll

func (x *DeleteObservations) GetDeleteAll() bool

func (*DeleteObservations) GetId

func (x *DeleteObservations) GetId() string

func (*DeleteObservations) GetObservationKeys

func (x *DeleteObservations) GetObservationKeys() []string

func (*DeleteObservations) ProtoMessage

func (*DeleteObservations) ProtoMessage()

func (*DeleteObservations) ProtoReflect

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

func (*DeleteObservations) Reset

func (x *DeleteObservations) Reset()

func (*DeleteObservations) String

func (x *DeleteObservations) String() string

type DeleteObservations_Response

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

func (*DeleteObservations_Response) Descriptor deprecated

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

Deprecated: Use DeleteObservations_Response.ProtoReflect.Descriptor instead.

func (*DeleteObservations_Response) ProtoMessage

func (*DeleteObservations_Response) ProtoMessage()

func (*DeleteObservations_Response) ProtoReflect

func (*DeleteObservations_Response) Reset

func (x *DeleteObservations_Response) Reset()

func (*DeleteObservations_Response) String

func (x *DeleteObservations_Response) String() string

type DeleteProject

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

func (*DeleteProject) Descriptor deprecated

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

Deprecated: Use DeleteProject.ProtoReflect.Descriptor instead.

func (*DeleteProject) GetId

func (x *DeleteProject) GetId() string

func (*DeleteProject) ProtoMessage

func (*DeleteProject) ProtoMessage()

func (*DeleteProject) ProtoReflect

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

func (*DeleteProject) Reset

func (x *DeleteProject) Reset()

func (*DeleteProject) String

func (x *DeleteProject) String() string

type DeleteProjectArtifact

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

func (*DeleteProjectArtifact) Descriptor deprecated

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

Deprecated: Use DeleteProjectArtifact.ProtoReflect.Descriptor instead.

func (*DeleteProjectArtifact) GetId

func (x *DeleteProjectArtifact) GetId() string

func (*DeleteProjectArtifact) GetKey

func (x *DeleteProjectArtifact) GetKey() string

func (*DeleteProjectArtifact) ProtoMessage

func (*DeleteProjectArtifact) ProtoMessage()

func (*DeleteProjectArtifact) ProtoReflect

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

func (*DeleteProjectArtifact) Reset

func (x *DeleteProjectArtifact) Reset()

func (*DeleteProjectArtifact) String

func (x *DeleteProjectArtifact) String() string

type DeleteProjectArtifact_Response

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

func (*DeleteProjectArtifact_Response) Descriptor deprecated

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

Deprecated: Use DeleteProjectArtifact_Response.ProtoReflect.Descriptor instead.

func (*DeleteProjectArtifact_Response) GetProject

func (x *DeleteProjectArtifact_Response) GetProject() *Project

func (*DeleteProjectArtifact_Response) ProtoMessage

func (*DeleteProjectArtifact_Response) ProtoMessage()

func (*DeleteProjectArtifact_Response) ProtoReflect

func (*DeleteProjectArtifact_Response) Reset

func (x *DeleteProjectArtifact_Response) Reset()

func (*DeleteProjectArtifact_Response) String

type DeleteProjectAttributes

type DeleteProjectAttributes struct {
	Id            string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AttributeKeys []string `protobuf:"bytes,2,rep,name=attribute_keys,json=attributeKeys,proto3" json:"attribute_keys,omitempty"`
	DeleteAll     bool     `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProjectAttributes) Descriptor deprecated

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

Deprecated: Use DeleteProjectAttributes.ProtoReflect.Descriptor instead.

func (*DeleteProjectAttributes) GetAttributeKeys

func (x *DeleteProjectAttributes) GetAttributeKeys() []string

func (*DeleteProjectAttributes) GetDeleteAll

func (x *DeleteProjectAttributes) GetDeleteAll() bool

func (*DeleteProjectAttributes) GetId

func (x *DeleteProjectAttributes) GetId() string

func (*DeleteProjectAttributes) ProtoMessage

func (*DeleteProjectAttributes) ProtoMessage()

func (*DeleteProjectAttributes) ProtoReflect

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

func (*DeleteProjectAttributes) Reset

func (x *DeleteProjectAttributes) Reset()

func (*DeleteProjectAttributes) String

func (x *DeleteProjectAttributes) String() string

type DeleteProjectAttributes_Response

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

func (*DeleteProjectAttributes_Response) Descriptor deprecated

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

Deprecated: Use DeleteProjectAttributes_Response.ProtoReflect.Descriptor instead.

func (*DeleteProjectAttributes_Response) GetProject

func (x *DeleteProjectAttributes_Response) GetProject() *Project

func (*DeleteProjectAttributes_Response) ProtoMessage

func (*DeleteProjectAttributes_Response) ProtoMessage()

func (*DeleteProjectAttributes_Response) ProtoReflect

func (*DeleteProjectAttributes_Response) Reset

func (*DeleteProjectAttributes_Response) String

type DeleteProjectTag

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

func (*DeleteProjectTag) Descriptor deprecated

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

Deprecated: Use DeleteProjectTag.ProtoReflect.Descriptor instead.

func (*DeleteProjectTag) GetId

func (x *DeleteProjectTag) GetId() string

func (*DeleteProjectTag) GetTag

func (x *DeleteProjectTag) GetTag() string

func (*DeleteProjectTag) ProtoMessage

func (*DeleteProjectTag) ProtoMessage()

func (*DeleteProjectTag) ProtoReflect

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

func (*DeleteProjectTag) Reset

func (x *DeleteProjectTag) Reset()

func (*DeleteProjectTag) String

func (x *DeleteProjectTag) String() string

type DeleteProjectTag_Response

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

func (*DeleteProjectTag_Response) Descriptor deprecated

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

Deprecated: Use DeleteProjectTag_Response.ProtoReflect.Descriptor instead.

func (*DeleteProjectTag_Response) GetProject

func (x *DeleteProjectTag_Response) GetProject() *Project

func (*DeleteProjectTag_Response) ProtoMessage

func (*DeleteProjectTag_Response) ProtoMessage()

func (*DeleteProjectTag_Response) ProtoReflect

func (*DeleteProjectTag_Response) Reset

func (x *DeleteProjectTag_Response) Reset()

func (*DeleteProjectTag_Response) String

func (x *DeleteProjectTag_Response) String() string

type DeleteProjectTags

type DeleteProjectTags struct {
	Id        string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tags      []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	DeleteAll bool     `protobuf:"varint,3,opt,name=delete_all,json=deleteAll,proto3" json:"delete_all,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProjectTags) Descriptor deprecated

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

Deprecated: Use DeleteProjectTags.ProtoReflect.Descriptor instead.

func (*DeleteProjectTags) GetDeleteAll

func (x *DeleteProjectTags) GetDeleteAll() bool

func (*DeleteProjectTags) GetId

func (x *DeleteProjectTags) GetId() string

func (*DeleteProjectTags) GetTags

func (x *DeleteProjectTags) GetTags() []string

func (*DeleteProjectTags) ProtoMessage

func (*DeleteProjectTags) ProtoMessage()

func (*DeleteProjectTags) ProtoReflect

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

func (*DeleteProjectTags) Reset

func (x *DeleteProjectTags) Reset()

func (*DeleteProjectTags) String

func (x *DeleteProjectTags) String() string

type DeleteProjectTags_Response

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

func (*DeleteProjectTags_Response) Descriptor deprecated

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

Deprecated: Use DeleteProjectTags_Response.ProtoReflect.Descriptor instead.

func (*DeleteProjectTags_Response) GetProject

func (x *DeleteProjectTags_Response) GetProject() *Project

func (*DeleteProjectTags_Response) ProtoMessage

func (*DeleteProjectTags_Response) ProtoMessage()

func (*DeleteProjectTags_Response) ProtoReflect

func (*DeleteProjectTags_Response) Reset

func (x *DeleteProjectTags_Response) Reset()

func (*DeleteProjectTags_Response) String

func (x *DeleteProjectTags_Response) String() string

type DeleteProject_Response

type DeleteProject_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProject_Response) Descriptor deprecated

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

Deprecated: Use DeleteProject_Response.ProtoReflect.Descriptor instead.

func (*DeleteProject_Response) GetStatus

func (x *DeleteProject_Response) GetStatus() bool

func (*DeleteProject_Response) ProtoMessage

func (*DeleteProject_Response) ProtoMessage()

func (*DeleteProject_Response) ProtoReflect

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

func (*DeleteProject_Response) Reset

func (x *DeleteProject_Response) Reset()

func (*DeleteProject_Response) String

func (x *DeleteProject_Response) String() string

type DeleteProjects

type DeleteProjects struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProjects) Descriptor deprecated

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

Deprecated: Use DeleteProjects.ProtoReflect.Descriptor instead.

func (*DeleteProjects) GetIds

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

func (*DeleteProjects) ProtoMessage

func (*DeleteProjects) ProtoMessage()

func (*DeleteProjects) ProtoReflect

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

func (*DeleteProjects) Reset

func (x *DeleteProjects) Reset()

func (*DeleteProjects) String

func (x *DeleteProjects) String() string

type DeleteProjects_Response

type DeleteProjects_Response struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProjects_Response) Descriptor deprecated

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

Deprecated: Use DeleteProjects_Response.ProtoReflect.Descriptor instead.

func (*DeleteProjects_Response) GetStatus

func (x *DeleteProjects_Response) GetStatus() bool

func (*DeleteProjects_Response) ProtoMessage

func (*DeleteProjects_Response) ProtoMessage()

func (*DeleteProjects_Response) ProtoReflect

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

func (*DeleteProjects_Response) Reset

func (x *DeleteProjects_Response) Reset()

func (*DeleteProjects_Response) String

func (x *DeleteProjects_Response) String() string

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 EntityComment

type EntityComment struct {
	Id         string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	EntityId   string     `protobuf:"bytes,2,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`       // entity.id like experimentRun.id, project.id etc.
	EntityName string     `protobuf:"bytes,3,opt,name=entity_name,json=entityName,proto3" json:"entity_name,omitempty"` // entity name like experimentRun, project etc.
	Comments   []*Comment `protobuf:"bytes,4,rep,name=comments,proto3" json:"comments,omitempty"`                       // list of user comment messages with date, userId and message text.
	// contains filtered or unexported fields
}

func (*EntityComment) Descriptor deprecated

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

Deprecated: Use EntityComment.ProtoReflect.Descriptor instead.

func (*EntityComment) GetComments

func (x *EntityComment) GetComments() []*Comment

func (*EntityComment) GetEntityId

func (x *EntityComment) GetEntityId() string

func (*EntityComment) GetEntityName

func (x *EntityComment) GetEntityName() string

func (*EntityComment) GetId

func (x *EntityComment) GetId() string

func (*EntityComment) ProtoMessage

func (*EntityComment) ProtoMessage()

func (*EntityComment) ProtoReflect

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

func (*EntityComment) Reset

func (x *EntityComment) Reset()

func (*EntityComment) String

func (x *EntityComment) String() string

type Experiment

type Experiment struct {
	Id          string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId   string             `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name        string             `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string             `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	DateCreated int64              `protobuf:"varint,5,opt,name=date_created,json=dateCreated,proto3" json:"date_created,omitempty"`
	DateUpdated int64              `protobuf:"varint,6,opt,name=date_updated,json=dateUpdated,proto3" json:"date_updated,omitempty"`
	Attributes  []*common.KeyValue `protobuf:"bytes,20,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Tags        []string           `protobuf:"bytes,21,rep,name=tags,proto3" json:"tags,omitempty"`
	Owner       string             `protobuf:"bytes,22,opt,name=owner,proto3" json:"owner,omitempty"`
	// Types that are assignable to OwnerTracking:
	//
	//	*Experiment_OwnerId
	//	*Experiment_GroupOwnerId
	OwnerTracking       isExperiment_OwnerTracking `protobuf_oneof:"owner_tracking"`
	CodeVersionSnapshot *common.CodeVersion        `protobuf:"bytes,23,opt,name=code_version_snapshot,json=codeVersionSnapshot,proto3" json:"code_version_snapshot,omitempty"`
	Artifacts           []*common.Artifact         `protobuf:"bytes,24,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// Doc for version_number https://github.com/VertaAI/docs/pull/53
	VersionNumber uint64 `protobuf:"varint,25,opt,name=version_number,json=versionNumber,proto3" json:"version_number,omitempty"`
	// contains filtered or unexported fields
}

func (*Experiment) Descriptor deprecated

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

Deprecated: Use Experiment.ProtoReflect.Descriptor instead.

func (*Experiment) GetArtifacts

func (x *Experiment) GetArtifacts() []*common.Artifact

func (*Experiment) GetAttributes

func (x *Experiment) GetAttributes() []*common.KeyValue

func (*Experiment) GetCodeVersionSnapshot

func (x *Experiment) GetCodeVersionSnapshot() *common.CodeVersion

func (*Experiment) GetDateCreated

func (x *Experiment) GetDateCreated() int64

func (*Experiment) GetDateUpdated

func (x *Experiment) GetDateUpdated() int64

func (*Experiment) GetDescription

func (x *Experiment) GetDescription() string

func (*Experiment) GetGroupOwnerId

func (x *Experiment) GetGroupOwnerId() *common.GroupId

func (*Experiment) GetId

func (x *Experiment) GetId() string

func (*Experiment) GetName

func (x *Experiment) GetName() string

func (*Experiment) GetOwner

func (x *Experiment) GetOwner() string

func (*Experiment) GetOwnerId

func (x *Experiment) GetOwnerId() uint64

func (*Experiment) GetOwnerTracking

func (m *Experiment) GetOwnerTracking() isExperiment_OwnerTracking

func (*Experiment) GetProjectId

func (x *Experiment) GetProjectId() string

func (*Experiment) GetTags

func (x *Experiment) GetTags() []string

func (*Experiment) GetVersionNumber

func (x *Experiment) GetVersionNumber() uint64

func (*Experiment) ProtoMessage

func (*Experiment) ProtoMessage()

func (*Experiment) ProtoReflect

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

func (*Experiment) Reset

func (x *Experiment) Reset()

func (*Experiment) String

func (x *Experiment) String() string

type ExperimentRun

type ExperimentRun struct {
	Id                  string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId           string              `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ExperimentId        string              `protobuf:"bytes,3,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	Name                string              `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description         string              `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	DateCreated         int64               `protobuf:"varint,6,opt,name=date_created,json=dateCreated,proto3" json:"date_created,omitempty"`
	DateUpdated         int64               `protobuf:"varint,7,opt,name=date_updated,json=dateUpdated,proto3" json:"date_updated,omitempty"`
	StartTime           int64               `protobuf:"varint,8,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime             int64               `protobuf:"varint,9,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	CodeVersion         string              `protobuf:"bytes,10,opt,name=code_version,json=codeVersion,proto3" json:"code_version,omitempty"`
	CodeVersionSnapshot *common.CodeVersion `protobuf:"bytes,11,opt,name=code_version_snapshot,json=codeVersionSnapshot,proto3" json:"code_version_snapshot,omitempty"`
	ParentId            string              `protobuf:"bytes,12,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	// Requirement
	Environment     *versioning.EnvironmentBlob `protobuf:"bytes,13,opt,name=environment,proto3" json:"environment,omitempty"`
	Tags            []string                    `protobuf:"bytes,20,rep,name=tags,proto3" json:"tags,omitempty"`
	Attributes      []*common.KeyValue          `protobuf:"bytes,21,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Hyperparameters []*common.KeyValue          `protobuf:"bytes,22,rep,name=hyperparameters,proto3" json:"hyperparameters,omitempty"`
	Artifacts       []*common.Artifact          `protobuf:"bytes,23,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	Datasets        []*common.Artifact          `protobuf:"bytes,24,rep,name=datasets,proto3" json:"datasets,omitempty"`
	Metrics         []*common.KeyValue          `protobuf:"bytes,25,rep,name=metrics,proto3" json:"metrics,omitempty"`
	Observations    []*Observation              `protobuf:"bytes,26,rep,name=observations,proto3" json:"observations,omitempty"`
	Features        []*Feature                  `protobuf:"bytes,27,rep,name=features,proto3" json:"features,omitempty"`
	JobId           string                      `protobuf:"bytes,28,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Owner           string                      `protobuf:"bytes,29,opt,name=owner,proto3" json:"owner,omitempty"`
	// Types that are assignable to OwnerTracking:
	//
	//	*ExperimentRun_OwnerId
	//	*ExperimentRun_GroupOwnerId
	OwnerTracking       isExperimentRun_OwnerTracking  `protobuf_oneof:"owner_tracking"`
	VersionedInputs     *VersioningEntry               `protobuf:"bytes,30,opt,name=versioned_inputs,json=versionedInputs,proto3" json:"versioned_inputs,omitempty"`
	CodeVersionFromBlob map[string]*common.CodeVersion `` /* 211-byte string literal not displayed */
	// Doc for version_number https://github.com/VertaAI/docs/pull/53
	VersionNumber uint64 `protobuf:"varint,32,opt,name=version_number,json=versionNumber,proto3" json:"version_number,omitempty"`
	// contains filtered or unexported fields
}

ExperimentRun Entity

func (*ExperimentRun) Descriptor deprecated

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

Deprecated: Use ExperimentRun.ProtoReflect.Descriptor instead.

func (*ExperimentRun) GetArtifacts

func (x *ExperimentRun) GetArtifacts() []*common.Artifact

func (*ExperimentRun) GetAttributes

func (x *ExperimentRun) GetAttributes() []*common.KeyValue

func (*ExperimentRun) GetCodeVersion

func (x *ExperimentRun) GetCodeVersion() string

func (*ExperimentRun) GetCodeVersionFromBlob

func (x *ExperimentRun) GetCodeVersionFromBlob() map[string]*common.CodeVersion

func (*ExperimentRun) GetCodeVersionSnapshot

func (x *ExperimentRun) GetCodeVersionSnapshot() *common.CodeVersion

func (*ExperimentRun) GetDatasets

func (x *ExperimentRun) GetDatasets() []*common.Artifact

func (*ExperimentRun) GetDateCreated

func (x *ExperimentRun) GetDateCreated() int64

func (*ExperimentRun) GetDateUpdated

func (x *ExperimentRun) GetDateUpdated() int64

func (*ExperimentRun) GetDescription

func (x *ExperimentRun) GetDescription() string

func (*ExperimentRun) GetEndTime

func (x *ExperimentRun) GetEndTime() int64

func (*ExperimentRun) GetEnvironment

func (x *ExperimentRun) GetEnvironment() *versioning.EnvironmentBlob

func (*ExperimentRun) GetExperimentId

func (x *ExperimentRun) GetExperimentId() string

func (*ExperimentRun) GetFeatures

func (x *ExperimentRun) GetFeatures() []*Feature

func (*ExperimentRun) GetGroupOwnerId

func (x *ExperimentRun) GetGroupOwnerId() *common.GroupId

func (*ExperimentRun) GetHyperparameters

func (x *ExperimentRun) GetHyperparameters() []*common.KeyValue

func (*ExperimentRun) GetId

func (x *ExperimentRun) GetId() string

func (*ExperimentRun) GetJobId

func (x *ExperimentRun) GetJobId() string

func (*ExperimentRun) GetMetrics

func (x *ExperimentRun) GetMetrics() []*common.KeyValue

func (*ExperimentRun) GetName

func (x *ExperimentRun) GetName() string

func (*ExperimentRun) GetObservations

func (x *ExperimentRun) GetObservations() []*Observation

func (*ExperimentRun) GetOwner

func (x *ExperimentRun) GetOwner() string

func (*ExperimentRun) GetOwnerId

func (x *ExperimentRun) GetOwnerId() uint64

func (*ExperimentRun) GetOwnerTracking

func (m *ExperimentRun) GetOwnerTracking() isExperimentRun_OwnerTracking

func (*ExperimentRun) GetParentId

func (x *ExperimentRun) GetParentId() string

func (*ExperimentRun) GetProjectId

func (x *ExperimentRun) GetProjectId() string

func (*ExperimentRun) GetStartTime

func (x *ExperimentRun) GetStartTime() int64

func (*ExperimentRun) GetTags

func (x *ExperimentRun) GetTags() []string

func (*ExperimentRun) GetVersionNumber

func (x *ExperimentRun) GetVersionNumber() uint64

func (*ExperimentRun) GetVersionedInputs

func (x *ExperimentRun) GetVersionedInputs() *VersioningEntry

func (*ExperimentRun) ProtoMessage

func (*ExperimentRun) ProtoMessage()

func (*ExperimentRun) ProtoReflect

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

func (*ExperimentRun) Reset

func (x *ExperimentRun) Reset()

func (*ExperimentRun) String

func (x *ExperimentRun) String() string

type ExperimentRunServiceClient

type ExperimentRunServiceClient interface {
	CreateExperimentRun(ctx context.Context, in *CreateExperimentRun, opts ...grpc.CallOption) (*CreateExperimentRun_Response, error)
	DeleteExperimentRun(ctx context.Context, in *DeleteExperimentRun, opts ...grpc.CallOption) (*DeleteExperimentRun_Response, error)
	// basic queries
	GetExperimentRunsInProject(ctx context.Context, in *GetExperimentRunsInProject, opts ...grpc.CallOption) (*GetExperimentRunsInProject_Response, error)
	GetExperimentRunsInExperiment(ctx context.Context, in *GetExperimentRunsInExperiment, opts ...grpc.CallOption) (*GetExperimentRunsInExperiment_Response, error)
	GetExperimentRunById(ctx context.Context, in *GetExperimentRunById, opts ...grpc.CallOption) (*GetExperimentRunById_Response, error)
	GetExperimentRunByName(ctx context.Context, in *GetExperimentRunByName, opts ...grpc.CallOption) (*GetExperimentRunByName_Response, error)
	UpdateExperimentRunName(ctx context.Context, in *UpdateExperimentRunName, opts ...grpc.CallOption) (*UpdateExperimentRunName_Response, error)
	UpdateExperimentRunDescription(ctx context.Context, in *UpdateExperimentRunDescription, opts ...grpc.CallOption) (*UpdateExperimentRunDescription_Response, error)
	// tags
	AddExperimentRunTags(ctx context.Context, in *AddExperimentRunTags, opts ...grpc.CallOption) (*AddExperimentRunTags_Response, error)
	GetExperimentRunTags(ctx context.Context, in *GetTags, opts ...grpc.CallOption) (*GetTags_Response, error)
	DeleteExperimentRunTags(ctx context.Context, in *DeleteExperimentRunTags, opts ...grpc.CallOption) (*DeleteExperimentRunTags_Response, error)
	// tag
	AddExperimentRunTag(ctx context.Context, in *AddExperimentRunTag, opts ...grpc.CallOption) (*AddExperimentRunTag_Response, error)
	DeleteExperimentRunTag(ctx context.Context, in *DeleteExperimentRunTag, opts ...grpc.CallOption) (*DeleteExperimentRunTag_Response, error)
	// observation
	LogObservation(ctx context.Context, in *LogObservation, opts ...grpc.CallOption) (*LogObservation_Response, error)
	// observations
	LogObservations(ctx context.Context, in *LogObservations, opts ...grpc.CallOption) (*LogObservations_Response, error)
	GetObservations(ctx context.Context, in *GetObservations, opts ...grpc.CallOption) (*GetObservations_Response, error)
	// metric
	LogMetric(ctx context.Context, in *LogMetric, opts ...grpc.CallOption) (*LogMetric_Response, error)
	// metrics
	LogMetrics(ctx context.Context, in *LogMetrics, opts ...grpc.CallOption) (*LogMetrics_Response, error)
	GetMetrics(ctx context.Context, in *GetMetrics, opts ...grpc.CallOption) (*GetMetrics_Response, error)
	// dataset
	LogDataset(ctx context.Context, in *LogDataset, opts ...grpc.CallOption) (*LogDataset_Response, error)
	// datasets
	LogDatasets(ctx context.Context, in *LogDatasets, opts ...grpc.CallOption) (*LogDatasets_Response, error)
	GetDatasets(ctx context.Context, in *GetDatasets, opts ...grpc.CallOption) (*GetDatasets_Response, error)
	// hyperparameter
	LogHyperparameter(ctx context.Context, in *LogHyperparameter, opts ...grpc.CallOption) (*LogHyperparameter_Response, error)
	// hyperparameters
	LogHyperparameters(ctx context.Context, in *LogHyperparameters, opts ...grpc.CallOption) (*LogHyperparameters_Response, error)
	GetHyperparameters(ctx context.Context, in *GetHyperparameters, opts ...grpc.CallOption) (*GetHyperparameters_Response, error)
	// attribute
	LogAttribute(ctx context.Context, in *LogAttribute, opts ...grpc.CallOption) (*LogAttribute_Response, error)
	// attributes
	LogAttributes(ctx context.Context, in *LogAttributes, opts ...grpc.CallOption) (*LogAttributes_Response, error)
	GetExperimentRunAttributes(ctx context.Context, in *GetAttributes, opts ...grpc.CallOption) (*GetAttributes_Response, error)
	AddExperimentRunAttributes(ctx context.Context, in *AddExperimentRunAttributes, opts ...grpc.CallOption) (*AddExperimentRunAttributes_Response, error)
	DeleteExperimentRunAttributes(ctx context.Context, in *DeleteExperimentRunAttributes, opts ...grpc.CallOption) (*DeleteExperimentRunAttributes_Response, error)
	LogEnvironment(ctx context.Context, in *LogEnvironment, opts ...grpc.CallOption) (*LogEnvironment_Response, error)
	// code version
	LogExperimentRunCodeVersion(ctx context.Context, in *LogExperimentRunCodeVersion, opts ...grpc.CallOption) (*LogExperimentRunCodeVersion_Response, error)
	GetExperimentRunCodeVersion(ctx context.Context, in *GetExperimentRunCodeVersion, opts ...grpc.CallOption) (*GetExperimentRunCodeVersion_Response, error)
	// artifact
	LogArtifact(ctx context.Context, in *LogArtifact, opts ...grpc.CallOption) (*LogArtifact_Response, error)
	// artifacts
	LogArtifacts(ctx context.Context, in *LogArtifacts, opts ...grpc.CallOption) (*LogArtifacts_Response, error)
	GetArtifacts(ctx context.Context, in *GetArtifacts, opts ...grpc.CallOption) (*GetArtifacts_Response, error)
	DeleteArtifact(ctx context.Context, in *DeleteArtifact, opts ...grpc.CallOption) (*DeleteArtifact_Response, error)
	GetUrlForArtifact(ctx context.Context, in *GetUrlForArtifact, opts ...grpc.CallOption) (*GetUrlForArtifact_Response, error)
	CommitArtifactPart(ctx context.Context, in *CommitArtifactPart, opts ...grpc.CallOption) (*CommitArtifactPart_Response, error)
	GetCommittedArtifactParts(ctx context.Context, in *GetCommittedArtifactParts, opts ...grpc.CallOption) (*GetCommittedArtifactParts_Response, error)
	CommitMultipartArtifact(ctx context.Context, in *CommitMultipartArtifact, opts ...grpc.CallOption) (*CommitMultipartArtifact_Response, error)
	// queries
	FindExperimentRuns(ctx context.Context, in *FindExperimentRuns, opts ...grpc.CallOption) (*FindExperimentRuns_Response, error)
	SortExperimentRuns(ctx context.Context, in *SortExperimentRuns, opts ...grpc.CallOption) (*SortExperimentRuns_Response, error)
	GetTopExperimentRuns(ctx context.Context, in *TopExperimentRunsSelector, opts ...grpc.CallOption) (*TopExperimentRunsSelector_Response, error)
	// jobs
	LogJobId(ctx context.Context, in *LogJobId, opts ...grpc.CallOption) (*LogJobId_Response, error)
	GetJobId(ctx context.Context, in *GetJobId, opts ...grpc.CallOption) (*GetJobId_Response, error)
	GetChildrenExperimentRuns(ctx context.Context, in *GetChildrenExperimentRuns, opts ...grpc.CallOption) (*GetChildrenExperimentRuns_Response, error)
	SetParentExperimentRunId(ctx context.Context, in *SetParentExperimentRunId, opts ...grpc.CallOption) (*SetParentExperimentRunId_Response, error)
	GetExperimentRunsByDatasetVersionId(ctx context.Context, in *GetExperimentRunsByDatasetVersionId, opts ...grpc.CallOption) (*GetExperimentRunsByDatasetVersionId_Response, error)
	DeleteExperimentRuns(ctx context.Context, in *DeleteExperimentRuns, opts ...grpc.CallOption) (*DeleteExperimentRuns_Response, error)
	LogVersionedInput(ctx context.Context, in *LogVersionedInput, opts ...grpc.CallOption) (*LogVersionedInput_Response, error)
	GetVersionedInputs(ctx context.Context, in *GetVersionedInput, opts ...grpc.CallOption) (*GetVersionedInput_Response, error)
	// Getting ExperimentRuns linked to a commit
	ListCommitExperimentRuns(ctx context.Context, in *ListCommitExperimentRunsRequest, opts ...grpc.CallOption) (*ListCommitExperimentRunsRequest_Response, error)
	// Getting ExperimentRuns linked to a blob
	ListBlobExperimentRuns(ctx context.Context, in *ListBlobExperimentRunsRequest, opts ...grpc.CallOption) (*ListBlobExperimentRunsRequest_Response, error)
	DeleteObservations(ctx context.Context, in *DeleteObservations, opts ...grpc.CallOption) (*DeleteObservations_Response, error)
	DeleteMetrics(ctx context.Context, in *DeleteMetrics, opts ...grpc.CallOption) (*DeleteMetrics_Response, error)
	DeleteHyperparameters(ctx context.Context, in *DeleteHyperparameters, opts ...grpc.CallOption) (*DeleteHyperparameters_Response, error)
	CloneExperimentRun(ctx context.Context, in *CloneExperimentRun, opts ...grpc.CallOption) (*CloneExperimentRun_Response, error)
}

ExperimentRunServiceClient is the client API for ExperimentRunService service.

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

type ExperimentRunServiceServer

type ExperimentRunServiceServer interface {
	CreateExperimentRun(context.Context, *CreateExperimentRun) (*CreateExperimentRun_Response, error)
	DeleteExperimentRun(context.Context, *DeleteExperimentRun) (*DeleteExperimentRun_Response, error)
	// basic queries
	GetExperimentRunsInProject(context.Context, *GetExperimentRunsInProject) (*GetExperimentRunsInProject_Response, error)
	GetExperimentRunsInExperiment(context.Context, *GetExperimentRunsInExperiment) (*GetExperimentRunsInExperiment_Response, error)
	GetExperimentRunById(context.Context, *GetExperimentRunById) (*GetExperimentRunById_Response, error)
	GetExperimentRunByName(context.Context, *GetExperimentRunByName) (*GetExperimentRunByName_Response, error)
	UpdateExperimentRunName(context.Context, *UpdateExperimentRunName) (*UpdateExperimentRunName_Response, error)
	UpdateExperimentRunDescription(context.Context, *UpdateExperimentRunDescription) (*UpdateExperimentRunDescription_Response, error)
	// tags
	AddExperimentRunTags(context.Context, *AddExperimentRunTags) (*AddExperimentRunTags_Response, error)
	GetExperimentRunTags(context.Context, *GetTags) (*GetTags_Response, error)
	DeleteExperimentRunTags(context.Context, *DeleteExperimentRunTags) (*DeleteExperimentRunTags_Response, error)
	// tag
	AddExperimentRunTag(context.Context, *AddExperimentRunTag) (*AddExperimentRunTag_Response, error)
	DeleteExperimentRunTag(context.Context, *DeleteExperimentRunTag) (*DeleteExperimentRunTag_Response, error)
	// observation
	LogObservation(context.Context, *LogObservation) (*LogObservation_Response, error)
	// observations
	LogObservations(context.Context, *LogObservations) (*LogObservations_Response, error)
	GetObservations(context.Context, *GetObservations) (*GetObservations_Response, error)
	// metric
	LogMetric(context.Context, *LogMetric) (*LogMetric_Response, error)
	// metrics
	LogMetrics(context.Context, *LogMetrics) (*LogMetrics_Response, error)
	GetMetrics(context.Context, *GetMetrics) (*GetMetrics_Response, error)
	// dataset
	LogDataset(context.Context, *LogDataset) (*LogDataset_Response, error)
	// datasets
	LogDatasets(context.Context, *LogDatasets) (*LogDatasets_Response, error)
	GetDatasets(context.Context, *GetDatasets) (*GetDatasets_Response, error)
	// hyperparameter
	LogHyperparameter(context.Context, *LogHyperparameter) (*LogHyperparameter_Response, error)
	// hyperparameters
	LogHyperparameters(context.Context, *LogHyperparameters) (*LogHyperparameters_Response, error)
	GetHyperparameters(context.Context, *GetHyperparameters) (*GetHyperparameters_Response, error)
	// attribute
	LogAttribute(context.Context, *LogAttribute) (*LogAttribute_Response, error)
	// attributes
	LogAttributes(context.Context, *LogAttributes) (*LogAttributes_Response, error)
	GetExperimentRunAttributes(context.Context, *GetAttributes) (*GetAttributes_Response, error)
	AddExperimentRunAttributes(context.Context, *AddExperimentRunAttributes) (*AddExperimentRunAttributes_Response, error)
	DeleteExperimentRunAttributes(context.Context, *DeleteExperimentRunAttributes) (*DeleteExperimentRunAttributes_Response, error)
	LogEnvironment(context.Context, *LogEnvironment) (*LogEnvironment_Response, error)
	// code version
	LogExperimentRunCodeVersion(context.Context, *LogExperimentRunCodeVersion) (*LogExperimentRunCodeVersion_Response, error)
	GetExperimentRunCodeVersion(context.Context, *GetExperimentRunCodeVersion) (*GetExperimentRunCodeVersion_Response, error)
	// artifact
	LogArtifact(context.Context, *LogArtifact) (*LogArtifact_Response, error)
	// artifacts
	LogArtifacts(context.Context, *LogArtifacts) (*LogArtifacts_Response, error)
	GetArtifacts(context.Context, *GetArtifacts) (*GetArtifacts_Response, error)
	DeleteArtifact(context.Context, *DeleteArtifact) (*DeleteArtifact_Response, error)
	GetUrlForArtifact(context.Context, *GetUrlForArtifact) (*GetUrlForArtifact_Response, error)
	CommitArtifactPart(context.Context, *CommitArtifactPart) (*CommitArtifactPart_Response, error)
	GetCommittedArtifactParts(context.Context, *GetCommittedArtifactParts) (*GetCommittedArtifactParts_Response, error)
	CommitMultipartArtifact(context.Context, *CommitMultipartArtifact) (*CommitMultipartArtifact_Response, error)
	// queries
	FindExperimentRuns(context.Context, *FindExperimentRuns) (*FindExperimentRuns_Response, error)
	SortExperimentRuns(context.Context, *SortExperimentRuns) (*SortExperimentRuns_Response, error)
	GetTopExperimentRuns(context.Context, *TopExperimentRunsSelector) (*TopExperimentRunsSelector_Response, error)
	// jobs
	LogJobId(context.Context, *LogJobId) (*LogJobId_Response, error)
	GetJobId(context.Context, *GetJobId) (*GetJobId_Response, error)
	GetChildrenExperimentRuns(context.Context, *GetChildrenExperimentRuns) (*GetChildrenExperimentRuns_Response, error)
	SetParentExperimentRunId(context.Context, *SetParentExperimentRunId) (*SetParentExperimentRunId_Response, error)
	GetExperimentRunsByDatasetVersionId(context.Context, *GetExperimentRunsByDatasetVersionId) (*GetExperimentRunsByDatasetVersionId_Response, error)
	DeleteExperimentRuns(context.Context, *DeleteExperimentRuns) (*DeleteExperimentRuns_Response, error)
	LogVersionedInput(context.Context, *LogVersionedInput) (*LogVersionedInput_Response, error)
	GetVersionedInputs(context.Context, *GetVersionedInput) (*GetVersionedInput_Response, error)
	// Getting ExperimentRuns linked to a commit
	ListCommitExperimentRuns(context.Context, *ListCommitExperimentRunsRequest) (*ListCommitExperimentRunsRequest_Response, error)
	// Getting ExperimentRuns linked to a blob
	ListBlobExperimentRuns(context.Context, *ListBlobExperimentRunsRequest) (*ListBlobExperimentRunsRequest_Response, error)
	DeleteObservations(context.Context, *DeleteObservations) (*DeleteObservations_Response, error)
	DeleteMetrics(context.Context, *DeleteMetrics) (*DeleteMetrics_Response, error)
	DeleteHyperparameters(context.Context, *DeleteHyperparameters) (*DeleteHyperparameters_Response, error)
	CloneExperimentRun(context.Context, *CloneExperimentRun) (*CloneExperimentRun_Response, error)
}

ExperimentRunServiceServer is the server API for ExperimentRunService service.

type ExperimentRun_GroupOwnerId

type ExperimentRun_GroupOwnerId struct {
	GroupOwnerId *common.GroupId `protobuf:"bytes,34,opt,name=group_owner_id,json=groupOwnerId,proto3,oneof"`
}

type ExperimentRun_OwnerId

type ExperimentRun_OwnerId struct {
	OwnerId uint64 `protobuf:"varint,33,opt,name=owner_id,json=ownerId,proto3,oneof"`
}

type ExperimentServiceClient

type ExperimentServiceClient interface {
	CreateExperiment(ctx context.Context, in *CreateExperiment, opts ...grpc.CallOption) (*CreateExperiment_Response, error)
	UpdateExperimentNameOrDescription(ctx context.Context, in *UpdateExperimentNameOrDescription, opts ...grpc.CallOption) (*UpdateExperimentNameOrDescription_Response, error)
	UpdateExperimentName(ctx context.Context, in *UpdateExperimentName, opts ...grpc.CallOption) (*UpdateExperimentName_Response, error)
	UpdateExperimentDescription(ctx context.Context, in *UpdateExperimentDescription, opts ...grpc.CallOption) (*UpdateExperimentDescription_Response, error)
	AddExperimentTags(ctx context.Context, in *AddExperimentTags, opts ...grpc.CallOption) (*AddExperimentTags_Response, error)
	GetExperimentTags(ctx context.Context, in *GetTags, opts ...grpc.CallOption) (*GetTags_Response, error)
	DeleteExperimentTags(ctx context.Context, in *DeleteExperimentTags, opts ...grpc.CallOption) (*DeleteExperimentTags_Response, error)
	AddExperimentTag(ctx context.Context, in *AddExperimentTag, opts ...grpc.CallOption) (*AddExperimentTag_Response, error)
	DeleteExperimentTag(ctx context.Context, in *DeleteExperimentTag, opts ...grpc.CallOption) (*DeleteExperimentTag_Response, error)
	AddAttribute(ctx context.Context, in *AddAttributes, opts ...grpc.CallOption) (*AddAttributes_Response, error)
	AddExperimentAttributes(ctx context.Context, in *AddExperimentAttributes, opts ...grpc.CallOption) (*AddExperimentAttributes_Response, error)
	GetExperimentAttributes(ctx context.Context, in *GetAttributes, opts ...grpc.CallOption) (*GetAttributes_Response, error)
	DeleteExperimentAttributes(ctx context.Context, in *DeleteExperimentAttributes, opts ...grpc.CallOption) (*DeleteExperimentAttributes_Response, error)
	// code version
	LogExperimentCodeVersion(ctx context.Context, in *LogExperimentCodeVersion, opts ...grpc.CallOption) (*LogExperimentCodeVersion_Response, error)
	GetExperimentCodeVersion(ctx context.Context, in *GetExperimentCodeVersion, opts ...grpc.CallOption) (*GetExperimentCodeVersion_Response, error)
	GetExperimentsInProject(ctx context.Context, in *GetExperimentsInProject, opts ...grpc.CallOption) (*GetExperimentsInProject_Response, error)
	GetExperimentById(ctx context.Context, in *GetExperimentById, opts ...grpc.CallOption) (*GetExperimentById_Response, error)
	GetExperimentByName(ctx context.Context, in *GetExperimentByName, opts ...grpc.CallOption) (*GetExperimentByName_Response, error)
	DeleteExperiment(ctx context.Context, in *DeleteExperiment, opts ...grpc.CallOption) (*DeleteExperiment_Response, error)
	// artifacts
	GetUrlForArtifact(ctx context.Context, in *GetUrlForArtifact, opts ...grpc.CallOption) (*GetUrlForArtifact_Response, error)
	// queries
	FindExperiments(ctx context.Context, in *FindExperiments, opts ...grpc.CallOption) (*FindExperiments_Response, error)
	// artifacts
	LogArtifacts(ctx context.Context, in *LogExperimentArtifacts, opts ...grpc.CallOption) (*LogExperimentArtifacts_Response, error)
	GetArtifacts(ctx context.Context, in *GetArtifacts, opts ...grpc.CallOption) (*GetArtifacts_Response, error)
	DeleteArtifact(ctx context.Context, in *DeleteExperimentArtifact, opts ...grpc.CallOption) (*DeleteExperimentArtifact_Response, error)
	DeleteExperiments(ctx context.Context, in *DeleteExperiments, opts ...grpc.CallOption) (*DeleteExperiments_Response, error)
}

ExperimentServiceClient is the client API for ExperimentService service.

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

type ExperimentServiceServer

type ExperimentServiceServer interface {
	CreateExperiment(context.Context, *CreateExperiment) (*CreateExperiment_Response, error)
	UpdateExperimentNameOrDescription(context.Context, *UpdateExperimentNameOrDescription) (*UpdateExperimentNameOrDescription_Response, error)
	UpdateExperimentName(context.Context, *UpdateExperimentName) (*UpdateExperimentName_Response, error)
	UpdateExperimentDescription(context.Context, *UpdateExperimentDescription) (*UpdateExperimentDescription_Response, error)
	AddExperimentTags(context.Context, *AddExperimentTags) (*AddExperimentTags_Response, error)
	GetExperimentTags(context.Context, *GetTags) (*GetTags_Response, error)
	DeleteExperimentTags(context.Context, *DeleteExperimentTags) (*DeleteExperimentTags_Response, error)
	AddExperimentTag(context.Context, *AddExperimentTag) (*AddExperimentTag_Response, error)
	DeleteExperimentTag(context.Context, *DeleteExperimentTag) (*DeleteExperimentTag_Response, error)
	AddAttribute(context.Context, *AddAttributes) (*AddAttributes_Response, error)
	AddExperimentAttributes(context.Context, *AddExperimentAttributes) (*AddExperimentAttributes_Response, error)
	GetExperimentAttributes(context.Context, *GetAttributes) (*GetAttributes_Response, error)
	DeleteExperimentAttributes(context.Context, *DeleteExperimentAttributes) (*DeleteExperimentAttributes_Response, error)
	// code version
	LogExperimentCodeVersion(context.Context, *LogExperimentCodeVersion) (*LogExperimentCodeVersion_Response, error)
	GetExperimentCodeVersion(context.Context, *GetExperimentCodeVersion) (*GetExperimentCodeVersion_Response, error)
	GetExperimentsInProject(context.Context, *GetExperimentsInProject) (*GetExperimentsInProject_Response, error)
	GetExperimentById(context.Context, *GetExperimentById) (*GetExperimentById_Response, error)
	GetExperimentByName(context.Context, *GetExperimentByName) (*GetExperimentByName_Response, error)
	DeleteExperiment(context.Context, *DeleteExperiment) (*DeleteExperiment_Response, error)
	// artifacts
	GetUrlForArtifact(context.Context, *GetUrlForArtifact) (*GetUrlForArtifact_Response, error)
	// queries
	FindExperiments(context.Context, *FindExperiments) (*FindExperiments_Response, error)
	// artifacts
	LogArtifacts(context.Context, *LogExperimentArtifacts) (*LogExperimentArtifacts_Response, error)
	GetArtifacts(context.Context, *GetArtifacts) (*GetArtifacts_Response, error)
	DeleteArtifact(context.Context, *DeleteExperimentArtifact) (*DeleteExperimentArtifact_Response, error)
	DeleteExperiments(context.Context, *DeleteExperiments) (*DeleteExperiments_Response, error)
}

ExperimentServiceServer is the server API for ExperimentService service.

type Experiment_GroupOwnerId

type Experiment_GroupOwnerId struct {
	GroupOwnerId *common.GroupId `protobuf:"bytes,27,opt,name=group_owner_id,json=groupOwnerId,proto3,oneof"`
}

type Experiment_OwnerId

type Experiment_OwnerId struct {
	OwnerId uint64 `protobuf:"varint,26,opt,name=owner_id,json=ownerId,proto3,oneof"`
}

type Feature

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

func (*Feature) Descriptor deprecated

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

Deprecated: Use Feature.ProtoReflect.Descriptor instead.

func (*Feature) GetName

func (x *Feature) GetName() string

func (*Feature) ProtoMessage

func (*Feature) ProtoMessage()

func (*Feature) ProtoReflect

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

func (*Feature) Reset

func (x *Feature) Reset()

func (*Feature) String

func (x *Feature) String() string

type FindAllInputs

type FindAllInputs struct {
	Items []*LineageEntry `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

For each item provided, list its inputs. This operation is batched by default. If "items" contains N elements, then Response.inputs will contain N elements, where each element is the set of inputs for the corresponding i-th item provided in the request.

func (*FindAllInputs) Descriptor deprecated

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

Deprecated: Use FindAllInputs.ProtoReflect.Descriptor instead.

func (*FindAllInputs) GetItems

func (x *FindAllInputs) GetItems() []*LineageEntry

func (*FindAllInputs) ProtoMessage

func (*FindAllInputs) ProtoMessage()

func (*FindAllInputs) ProtoReflect

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

func (*FindAllInputs) Reset

func (x *FindAllInputs) Reset()

func (*FindAllInputs) String

func (x *FindAllInputs) String() string

type FindAllInputsOutputs

type FindAllInputsOutputs struct {
	Items []*LineageEntry `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

For each item provided, list its inputs and outputs. This operation is batched by default. If "items" contains N elements, then Response.inputs and Response.outputs will contain N elements each, where each element is the set of inputs and outputs for the corresponding i-th item provided in the request.

func (*FindAllInputsOutputs) Descriptor deprecated

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

Deprecated: Use FindAllInputsOutputs.ProtoReflect.Descriptor instead.

func (*FindAllInputsOutputs) GetItems

func (x *FindAllInputsOutputs) GetItems() []*LineageEntry

func (*FindAllInputsOutputs) ProtoMessage

func (*FindAllInputsOutputs) ProtoMessage()

func (*FindAllInputsOutputs) ProtoReflect

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

func (*FindAllInputsOutputs) Reset

func (x *FindAllInputsOutputs) Reset()

func (*FindAllInputsOutputs) String

func (x *FindAllInputsOutputs) String() string

type FindAllInputsOutputs_Response

type FindAllInputsOutputs_Response struct {
	Inputs  []*LineageEntryBatch `protobuf:"bytes,1,rep,name=inputs,proto3" json:"inputs,omitempty"`
	Outputs []*LineageEntryBatch `protobuf:"bytes,2,rep,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

func (*FindAllInputsOutputs_Response) Descriptor deprecated

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

Deprecated: Use FindAllInputsOutputs_Response.ProtoReflect.Descriptor instead.

func (*FindAllInputsOutputs_Response) GetInputs

func (*FindAllInputsOutputs_Response) GetOutputs

func (*FindAllInputsOutputs_Response) ProtoMessage

func (*FindAllInputsOutputs_Response) ProtoMessage()

func (*FindAllInputsOutputs_Response) ProtoReflect

func (*FindAllInputsOutputs_Response) Reset

func (x *FindAllInputsOutputs_Response) Reset()

func (*FindAllInputsOutputs_Response) String

type FindAllInputs_Response

type FindAllInputs_Response struct {
	Inputs []*LineageEntryBatch `protobuf:"bytes,1,rep,name=inputs,proto3" json:"inputs,omitempty"`
	// contains filtered or unexported fields
}

func (*FindAllInputs_Response) Descriptor deprecated

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

Deprecated: Use FindAllInputs_Response.ProtoReflect.Descriptor instead.

func (*FindAllInputs_Response) GetInputs

func (x *FindAllInputs_Response) GetInputs() []*LineageEntryBatch

func (*FindAllInputs_Response) ProtoMessage

func (*FindAllInputs_Response) ProtoMessage()

func (*FindAllInputs_Response) ProtoReflect

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

func (*FindAllInputs_Response) Reset

func (x *FindAllInputs_Response) Reset()

func (*FindAllInputs_Response) String

func (x *FindAllInputs_Response) String() string

type FindAllOutputs

type FindAllOutputs struct {
	Items []*LineageEntry `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

For each item provided, list its outputs. This operation is batched by default. If "items" contains N elements, then Response.outputs will contain N elements, where each element is the set of outputs for the corresponding i-th item provided in the request.

func (*FindAllOutputs) Descriptor deprecated

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

Deprecated: Use FindAllOutputs.ProtoReflect.Descriptor instead.

func (*FindAllOutputs) GetItems

func (x *FindAllOutputs) GetItems() []*LineageEntry

func (*FindAllOutputs) ProtoMessage

func (*FindAllOutputs) ProtoMessage()

func (*FindAllOutputs) ProtoReflect

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

func (*FindAllOutputs) Reset

func (x *FindAllOutputs) Reset()

func (*FindAllOutputs) String

func (x *FindAllOutputs) String() string

type FindAllOutputs_Response

type FindAllOutputs_Response struct {
	Outputs []*LineageEntryBatch `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

func (*FindAllOutputs_Response) Descriptor deprecated

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

Deprecated: Use FindAllOutputs_Response.ProtoReflect.Descriptor instead.

func (*FindAllOutputs_Response) GetOutputs

func (x *FindAllOutputs_Response) GetOutputs() []*LineageEntryBatch

func (*FindAllOutputs_Response) ProtoMessage

func (*FindAllOutputs_Response) ProtoMessage()

func (*FindAllOutputs_Response) ProtoReflect

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

func (*FindAllOutputs_Response) Reset

func (x *FindAllOutputs_Response) Reset()

func (*FindAllOutputs_Response) String

func (x *FindAllOutputs_Response) String() string

type FindDatasetVersions

type FindDatasetVersions struct {
	DatasetId         string                  `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	DatasetVersionIds []string                `protobuf:"bytes,2,rep,name=dataset_version_ids,json=datasetVersionIds,proto3" json:"dataset_version_ids,omitempty"`
	Predicates        []*common.KeyValueQuery `protobuf:"bytes,3,rep,name=predicates,proto3" json:"predicates,omitempty"`
	IdsOnly           bool                    `protobuf:"varint,4,opt,name=ids_only,json=idsOnly,proto3" json:"ids_only,omitempty"` // whether to return full experiment runs or ids only
	// For pagination
	PageNumber    int32  `protobuf:"varint,5,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit     int32  `protobuf:"varint,6,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	Ascending     bool   `protobuf:"varint,7,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey       string `protobuf:"bytes,8,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	WorkspaceName string `protobuf:"bytes,9,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// contains filtered or unexported fields
}

func (*FindDatasetVersions) Descriptor deprecated

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

Deprecated: Use FindDatasetVersions.ProtoReflect.Descriptor instead.

func (*FindDatasetVersions) GetAscending

func (x *FindDatasetVersions) GetAscending() bool

func (*FindDatasetVersions) GetDatasetId

func (x *FindDatasetVersions) GetDatasetId() string

func (*FindDatasetVersions) GetDatasetVersionIds

func (x *FindDatasetVersions) GetDatasetVersionIds() []string

func (*FindDatasetVersions) GetIdsOnly

func (x *FindDatasetVersions) GetIdsOnly() bool

func (*FindDatasetVersions) GetPageLimit

func (x *FindDatasetVersions) GetPageLimit() int32

func (*FindDatasetVersions) GetPageNumber

func (x *FindDatasetVersions) GetPageNumber() int32

func (*FindDatasetVersions) GetPredicates

func (x *FindDatasetVersions) GetPredicates() []*common.KeyValueQuery

func (*FindDatasetVersions) GetSortKey

func (x *FindDatasetVersions) GetSortKey() string

func (*FindDatasetVersions) GetWorkspaceName

func (x *FindDatasetVersions) GetWorkspaceName() string

func (*FindDatasetVersions) ProtoMessage

func (*FindDatasetVersions) ProtoMessage()

func (*FindDatasetVersions) ProtoReflect

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

func (*FindDatasetVersions) Reset

func (x *FindDatasetVersions) Reset()

func (*FindDatasetVersions) String

func (x *FindDatasetVersions) String() string

type FindDatasetVersions_Response

type FindDatasetVersions_Response struct {
	DatasetVersions []*DatasetVersion `protobuf:"bytes,1,rep,name=dataset_versions,json=datasetVersions,proto3" json:"dataset_versions,omitempty"`
	TotalRecords    int64             `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*FindDatasetVersions_Response) Descriptor deprecated

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

Deprecated: Use FindDatasetVersions_Response.ProtoReflect.Descriptor instead.

func (*FindDatasetVersions_Response) GetDatasetVersions

func (x *FindDatasetVersions_Response) GetDatasetVersions() []*DatasetVersion

func (*FindDatasetVersions_Response) GetTotalRecords

func (x *FindDatasetVersions_Response) GetTotalRecords() int64

func (*FindDatasetVersions_Response) ProtoMessage

func (*FindDatasetVersions_Response) ProtoMessage()

func (*FindDatasetVersions_Response) ProtoReflect

func (*FindDatasetVersions_Response) Reset

func (x *FindDatasetVersions_Response) Reset()

func (*FindDatasetVersions_Response) String

type FindDatasets

type FindDatasets struct {
	DatasetIds    []string                `protobuf:"bytes,1,rep,name=dataset_ids,json=datasetIds,proto3" json:"dataset_ids,omitempty"`
	Predicates    []*common.KeyValueQuery `protobuf:"bytes,2,rep,name=predicates,proto3" json:"predicates,omitempty"`
	IdsOnly       bool                    `protobuf:"varint,3,opt,name=ids_only,json=idsOnly,proto3" json:"ids_only,omitempty"` // whether to return full experiment runs or ids only
	WorkspaceName string                  `protobuf:"bytes,8,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// For pagination
	PageNumber int32  `protobuf:"varint,4,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit  int32  `protobuf:"varint,5,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	Ascending  bool   `protobuf:"varint,6,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey    string `protobuf:"bytes,7,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	// contains filtered or unexported fields
}

func (*FindDatasets) Descriptor deprecated

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

Deprecated: Use FindDatasets.ProtoReflect.Descriptor instead.

func (*FindDatasets) GetAscending

func (x *FindDatasets) GetAscending() bool

func (*FindDatasets) GetDatasetIds

func (x *FindDatasets) GetDatasetIds() []string

func (*FindDatasets) GetIdsOnly

func (x *FindDatasets) GetIdsOnly() bool

func (*FindDatasets) GetPageLimit

func (x *FindDatasets) GetPageLimit() int32

func (*FindDatasets) GetPageNumber

func (x *FindDatasets) GetPageNumber() int32

func (*FindDatasets) GetPredicates

func (x *FindDatasets) GetPredicates() []*common.KeyValueQuery

func (*FindDatasets) GetSortKey

func (x *FindDatasets) GetSortKey() string

func (*FindDatasets) GetWorkspaceName

func (x *FindDatasets) GetWorkspaceName() string

func (*FindDatasets) ProtoMessage

func (*FindDatasets) ProtoMessage()

func (*FindDatasets) ProtoReflect

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

func (*FindDatasets) Reset

func (x *FindDatasets) Reset()

func (*FindDatasets) String

func (x *FindDatasets) String() string

type FindDatasets_Response

type FindDatasets_Response struct {
	Datasets     []*Dataset `protobuf:"bytes,1,rep,name=datasets,proto3" json:"datasets,omitempty"`
	TotalRecords int64      `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*FindDatasets_Response) Descriptor deprecated

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

Deprecated: Use FindDatasets_Response.ProtoReflect.Descriptor instead.

func (*FindDatasets_Response) GetDatasets

func (x *FindDatasets_Response) GetDatasets() []*Dataset

func (*FindDatasets_Response) GetTotalRecords

func (x *FindDatasets_Response) GetTotalRecords() int64

func (*FindDatasets_Response) ProtoMessage

func (*FindDatasets_Response) ProtoMessage()

func (*FindDatasets_Response) ProtoReflect

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

func (*FindDatasets_Response) Reset

func (x *FindDatasets_Response) Reset()

func (*FindDatasets_Response) String

func (x *FindDatasets_Response) String() string

type FindExperimentRuns

type FindExperimentRuns struct {

	// Types that are assignable to EntityIdOneof:
	//
	//	*FindExperimentRuns_ProjectId
	//	*FindExperimentRuns_ExperimentId
	EntityIdOneof    isFindExperimentRuns_EntityIdOneof `protobuf_oneof:"entity_id_oneof"`
	ExperimentRunIds []string                           `protobuf:"bytes,3,rep,name=experiment_run_ids,json=experimentRunIds,proto3" json:"experiment_run_ids,omitempty"`
	Predicates       []*common.KeyValueQuery            `protobuf:"bytes,4,rep,name=predicates,proto3" json:"predicates,omitempty"`
	IdsOnly          bool                               `protobuf:"varint,5,opt,name=ids_only,json=idsOnly,proto3" json:"ids_only,omitempty"` // whether to return full experiment runs or ids only
	// For pagination
	PageNumber    int32  `protobuf:"varint,6,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit     int32  `protobuf:"varint,7,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	Ascending     bool   `protobuf:"varint,9,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey       string `protobuf:"bytes,10,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	WorkspaceName string `protobuf:"bytes,11,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// contains filtered or unexported fields
}

func (*FindExperimentRuns) Descriptor deprecated

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

Deprecated: Use FindExperimentRuns.ProtoReflect.Descriptor instead.

func (*FindExperimentRuns) GetAscending

func (x *FindExperimentRuns) GetAscending() bool

func (*FindExperimentRuns) GetEntityIdOneof

func (m *FindExperimentRuns) GetEntityIdOneof() isFindExperimentRuns_EntityIdOneof

func (*FindExperimentRuns) GetExperimentId

func (x *FindExperimentRuns) GetExperimentId() string

func (*FindExperimentRuns) GetExperimentRunIds

func (x *FindExperimentRuns) GetExperimentRunIds() []string

func (*FindExperimentRuns) GetIdsOnly

func (x *FindExperimentRuns) GetIdsOnly() bool

func (*FindExperimentRuns) GetPageLimit

func (x *FindExperimentRuns) GetPageLimit() int32

func (*FindExperimentRuns) GetPageNumber

func (x *FindExperimentRuns) GetPageNumber() int32

func (*FindExperimentRuns) GetPredicates

func (x *FindExperimentRuns) GetPredicates() []*common.KeyValueQuery

func (*FindExperimentRuns) GetProjectId

func (x *FindExperimentRuns) GetProjectId() string

func (*FindExperimentRuns) GetSortKey

func (x *FindExperimentRuns) GetSortKey() string

func (*FindExperimentRuns) GetWorkspaceName

func (x *FindExperimentRuns) GetWorkspaceName() string

func (*FindExperimentRuns) ProtoMessage

func (*FindExperimentRuns) ProtoMessage()

func (*FindExperimentRuns) ProtoReflect

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

func (*FindExperimentRuns) Reset

func (x *FindExperimentRuns) Reset()

func (*FindExperimentRuns) String

func (x *FindExperimentRuns) String() string

type FindExperimentRuns_ExperimentId

type FindExperimentRuns_ExperimentId struct {
	ExperimentId string `protobuf:"bytes,2,opt,name=experiment_id,json=experimentId,proto3,oneof"`
}

type FindExperimentRuns_ProjectId

type FindExperimentRuns_ProjectId struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3,oneof"`
}

type FindExperimentRuns_Response

type FindExperimentRuns_Response struct {
	ExperimentRuns []*ExperimentRun `protobuf:"bytes,1,rep,name=experiment_runs,json=experimentRuns,proto3" json:"experiment_runs,omitempty"`
	TotalRecords   int64            `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*FindExperimentRuns_Response) Descriptor deprecated

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

Deprecated: Use FindExperimentRuns_Response.ProtoReflect.Descriptor instead.

func (*FindExperimentRuns_Response) GetExperimentRuns

func (x *FindExperimentRuns_Response) GetExperimentRuns() []*ExperimentRun

func (*FindExperimentRuns_Response) GetTotalRecords

func (x *FindExperimentRuns_Response) GetTotalRecords() int64

func (*FindExperimentRuns_Response) ProtoMessage

func (*FindExperimentRuns_Response) ProtoMessage()

func (*FindExperimentRuns_Response) ProtoReflect

func (*FindExperimentRuns_Response) Reset

func (x *FindExperimentRuns_Response) Reset()

func (*FindExperimentRuns_Response) String

func (x *FindExperimentRuns_Response) String() string

type FindExperiments

type FindExperiments struct {
	ProjectId     string                  `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ExperimentIds []string                `protobuf:"bytes,2,rep,name=experiment_ids,json=experimentIds,proto3" json:"experiment_ids,omitempty"`
	Predicates    []*common.KeyValueQuery `protobuf:"bytes,4,rep,name=predicates,proto3" json:"predicates,omitempty"`
	IdsOnly       bool                    `protobuf:"varint,5,opt,name=ids_only,json=idsOnly,proto3" json:"ids_only,omitempty"` // whether to return full experiment runs or ids only
	// For pagination
	PageNumber    int32  `protobuf:"varint,6,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit     int32  `protobuf:"varint,7,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	Ascending     bool   `protobuf:"varint,9,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey       string `protobuf:"bytes,10,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	WorkspaceName string `protobuf:"bytes,11,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// contains filtered or unexported fields
}

func (*FindExperiments) Descriptor deprecated

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

Deprecated: Use FindExperiments.ProtoReflect.Descriptor instead.

func (*FindExperiments) GetAscending

func (x *FindExperiments) GetAscending() bool

func (*FindExperiments) GetExperimentIds

func (x *FindExperiments) GetExperimentIds() []string

func (*FindExperiments) GetIdsOnly

func (x *FindExperiments) GetIdsOnly() bool

func (*FindExperiments) GetPageLimit

func (x *FindExperiments) GetPageLimit() int32

func (*FindExperiments) GetPageNumber

func (x *FindExperiments) GetPageNumber() int32

func (*FindExperiments) GetPredicates

func (x *FindExperiments) GetPredicates() []*common.KeyValueQuery

func (*FindExperiments) GetProjectId

func (x *FindExperiments) GetProjectId() string

func (*FindExperiments) GetSortKey

func (x *FindExperiments) GetSortKey() string

func (*FindExperiments) GetWorkspaceName

func (x *FindExperiments) GetWorkspaceName() string

func (*FindExperiments) ProtoMessage

func (*FindExperiments) ProtoMessage()

func (*FindExperiments) ProtoReflect

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

func (*FindExperiments) Reset

func (x *FindExperiments) Reset()

func (*FindExperiments) String

func (x *FindExperiments) String() string

type FindExperiments_Response

type FindExperiments_Response struct {
	Experiments  []*Experiment `protobuf:"bytes,1,rep,name=experiments,proto3" json:"experiments,omitempty"`
	TotalRecords int64         `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*FindExperiments_Response) Descriptor deprecated

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

Deprecated: Use FindExperiments_Response.ProtoReflect.Descriptor instead.

func (*FindExperiments_Response) GetExperiments

func (x *FindExperiments_Response) GetExperiments() []*Experiment

func (*FindExperiments_Response) GetTotalRecords

func (x *FindExperiments_Response) GetTotalRecords() int64

func (*FindExperiments_Response) ProtoMessage

func (*FindExperiments_Response) ProtoMessage()

func (*FindExperiments_Response) ProtoReflect

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

func (*FindExperiments_Response) Reset

func (x *FindExperiments_Response) Reset()

func (*FindExperiments_Response) String

func (x *FindExperiments_Response) String() string

type FindProjects

type FindProjects struct {
	ProjectIds    []string                `protobuf:"bytes,1,rep,name=project_ids,json=projectIds,proto3" json:"project_ids,omitempty"`
	Predicates    []*common.KeyValueQuery `protobuf:"bytes,2,rep,name=predicates,proto3" json:"predicates,omitempty"`
	IdsOnly       bool                    `protobuf:"varint,3,opt,name=ids_only,json=idsOnly,proto3" json:"ids_only,omitempty"` // whether to return full experiment runs or ids only
	WorkspaceName string                  `protobuf:"bytes,8,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// For pagination
	PageNumber int32  `protobuf:"varint,4,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit  int32  `protobuf:"varint,5,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	Ascending  bool   `protobuf:"varint,6,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey    string `protobuf:"bytes,7,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	// contains filtered or unexported fields
}

func (*FindProjects) Descriptor deprecated

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

Deprecated: Use FindProjects.ProtoReflect.Descriptor instead.

func (*FindProjects) GetAscending

func (x *FindProjects) GetAscending() bool

func (*FindProjects) GetIdsOnly

func (x *FindProjects) GetIdsOnly() bool

func (*FindProjects) GetPageLimit

func (x *FindProjects) GetPageLimit() int32

func (*FindProjects) GetPageNumber

func (x *FindProjects) GetPageNumber() int32

func (*FindProjects) GetPredicates

func (x *FindProjects) GetPredicates() []*common.KeyValueQuery

func (*FindProjects) GetProjectIds

func (x *FindProjects) GetProjectIds() []string

func (*FindProjects) GetSortKey

func (x *FindProjects) GetSortKey() string

func (*FindProjects) GetWorkspaceName

func (x *FindProjects) GetWorkspaceName() string

func (*FindProjects) ProtoMessage

func (*FindProjects) ProtoMessage()

func (*FindProjects) ProtoReflect

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

func (*FindProjects) Reset

func (x *FindProjects) Reset()

func (*FindProjects) String

func (x *FindProjects) String() string

type FindProjects_Response

type FindProjects_Response struct {
	Projects     []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	TotalRecords int64      `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*FindProjects_Response) Descriptor deprecated

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

Deprecated: Use FindProjects_Response.ProtoReflect.Descriptor instead.

func (*FindProjects_Response) GetProjects

func (x *FindProjects_Response) GetProjects() []*Project

func (*FindProjects_Response) GetTotalRecords

func (x *FindProjects_Response) GetTotalRecords() int64

func (*FindProjects_Response) ProtoMessage

func (*FindProjects_Response) ProtoMessage()

func (*FindProjects_Response) ProtoReflect

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

func (*FindProjects_Response) Reset

func (x *FindProjects_Response) Reset()

func (*FindProjects_Response) String

func (x *FindProjects_Response) String() string

type GetAllDatasetVersionsByDatasetId

type GetAllDatasetVersionsByDatasetId struct {
	DatasetId string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	// For pagination
	PageNumber int32  `protobuf:"varint,6,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit  int32  `protobuf:"varint,7,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	Ascending  bool   `protobuf:"varint,9,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey    string `protobuf:"bytes,10,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllDatasetVersionsByDatasetId) Descriptor deprecated

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

Deprecated: Use GetAllDatasetVersionsByDatasetId.ProtoReflect.Descriptor instead.

func (*GetAllDatasetVersionsByDatasetId) GetAscending

func (x *GetAllDatasetVersionsByDatasetId) GetAscending() bool

func (*GetAllDatasetVersionsByDatasetId) GetDatasetId

func (x *GetAllDatasetVersionsByDatasetId) GetDatasetId() string

func (*GetAllDatasetVersionsByDatasetId) GetPageLimit

func (x *GetAllDatasetVersionsByDatasetId) GetPageLimit() int32

func (*GetAllDatasetVersionsByDatasetId) GetPageNumber

func (x *GetAllDatasetVersionsByDatasetId) GetPageNumber() int32

func (*GetAllDatasetVersionsByDatasetId) GetSortKey

func (x *GetAllDatasetVersionsByDatasetId) GetSortKey() string

func (*GetAllDatasetVersionsByDatasetId) ProtoMessage

func (*GetAllDatasetVersionsByDatasetId) ProtoMessage()

func (*GetAllDatasetVersionsByDatasetId) ProtoReflect

func (*GetAllDatasetVersionsByDatasetId) Reset

func (*GetAllDatasetVersionsByDatasetId) String

type GetAllDatasetVersionsByDatasetId_Response

type GetAllDatasetVersionsByDatasetId_Response struct {
	DatasetVersions []*DatasetVersion `protobuf:"bytes,1,rep,name=dataset_versions,json=datasetVersions,proto3" json:"dataset_versions,omitempty"`
	TotalRecords    uint64            `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllDatasetVersionsByDatasetId_Response) Descriptor deprecated

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

Deprecated: Use GetAllDatasetVersionsByDatasetId_Response.ProtoReflect.Descriptor instead.

func (*GetAllDatasetVersionsByDatasetId_Response) GetDatasetVersions

func (x *GetAllDatasetVersionsByDatasetId_Response) GetDatasetVersions() []*DatasetVersion

func (*GetAllDatasetVersionsByDatasetId_Response) GetTotalRecords

func (*GetAllDatasetVersionsByDatasetId_Response) ProtoMessage

func (*GetAllDatasetVersionsByDatasetId_Response) ProtoReflect

func (*GetAllDatasetVersionsByDatasetId_Response) Reset

func (*GetAllDatasetVersionsByDatasetId_Response) String

type GetAllDatasets

type GetAllDatasets struct {

	// For pagination
	PageNumber    int32  `protobuf:"varint,1,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit     int32  `protobuf:"varint,2,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	Ascending     bool   `protobuf:"varint,3,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey       string `protobuf:"bytes,4,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	WorkspaceName string `protobuf:"bytes,7,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// contains filtered or unexported fields
}

getAllDataset

func (*GetAllDatasets) Descriptor deprecated

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

Deprecated: Use GetAllDatasets.ProtoReflect.Descriptor instead.

func (*GetAllDatasets) GetAscending

func (x *GetAllDatasets) GetAscending() bool

func (*GetAllDatasets) GetPageLimit

func (x *GetAllDatasets) GetPageLimit() int32

func (*GetAllDatasets) GetPageNumber

func (x *GetAllDatasets) GetPageNumber() int32

func (*GetAllDatasets) GetSortKey

func (x *GetAllDatasets) GetSortKey() string

func (*GetAllDatasets) GetWorkspaceName

func (x *GetAllDatasets) GetWorkspaceName() string

func (*GetAllDatasets) ProtoMessage

func (*GetAllDatasets) ProtoMessage()

func (*GetAllDatasets) ProtoReflect

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

func (*GetAllDatasets) Reset

func (x *GetAllDatasets) Reset()

func (*GetAllDatasets) String

func (x *GetAllDatasets) String() string

type GetAllDatasets_Response

type GetAllDatasets_Response struct {
	Datasets     []*Dataset `protobuf:"bytes,1,rep,name=datasets,proto3" json:"datasets,omitempty"`
	TotalRecords uint64     `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllDatasets_Response) Descriptor deprecated

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

Deprecated: Use GetAllDatasets_Response.ProtoReflect.Descriptor instead.

func (*GetAllDatasets_Response) GetDatasets

func (x *GetAllDatasets_Response) GetDatasets() []*Dataset

func (*GetAllDatasets_Response) GetTotalRecords

func (x *GetAllDatasets_Response) GetTotalRecords() uint64

func (*GetAllDatasets_Response) ProtoMessage

func (*GetAllDatasets_Response) ProtoMessage()

func (*GetAllDatasets_Response) ProtoReflect

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

func (*GetAllDatasets_Response) Reset

func (x *GetAllDatasets_Response) Reset()

func (*GetAllDatasets_Response) String

func (x *GetAllDatasets_Response) String() string

type GetArtifacts

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

TODO: add bulk and get_all

func (*GetArtifacts) Descriptor deprecated

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

Deprecated: Use GetArtifacts.ProtoReflect.Descriptor instead.

func (*GetArtifacts) GetId

func (x *GetArtifacts) GetId() string

func (*GetArtifacts) GetKey

func (x *GetArtifacts) GetKey() string

func (*GetArtifacts) ProtoMessage

func (*GetArtifacts) ProtoMessage()

func (*GetArtifacts) ProtoReflect

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

func (*GetArtifacts) Reset

func (x *GetArtifacts) Reset()

func (*GetArtifacts) String

func (x *GetArtifacts) String() string

type GetArtifacts_Response

type GetArtifacts_Response struct {
	Artifacts []*common.Artifact `protobuf:"bytes,1,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArtifacts_Response) Descriptor deprecated

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

Deprecated: Use GetArtifacts_Response.ProtoReflect.Descriptor instead.

func (*GetArtifacts_Response) GetArtifacts

func (x *GetArtifacts_Response) GetArtifacts() []*common.Artifact

func (*GetArtifacts_Response) ProtoMessage

func (*GetArtifacts_Response) ProtoMessage()

func (*GetArtifacts_Response) ProtoReflect

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

func (*GetArtifacts_Response) Reset

func (x *GetArtifacts_Response) Reset()

func (*GetArtifacts_Response) String

func (x *GetArtifacts_Response) String() string

type GetAttributes

type GetAttributes struct {
	Id            string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AttributeKeys []string `protobuf:"bytes,2,rep,name=attribute_keys,json=attributeKeys,proto3" json:"attribute_keys,omitempty"`
	GetAll        bool     `protobuf:"varint,3,opt,name=get_all,json=getAll,proto3" json:"get_all,omitempty"`
	// contains filtered or unexported fields
}

attributes

func (*GetAttributes) Descriptor deprecated

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

Deprecated: Use GetAttributes.ProtoReflect.Descriptor instead.

func (*GetAttributes) GetAttributeKeys

func (x *GetAttributes) GetAttributeKeys() []string

func (*GetAttributes) GetGetAll

func (x *GetAttributes) GetGetAll() bool

func (*GetAttributes) GetId

func (x *GetAttributes) GetId() string

func (*GetAttributes) ProtoMessage

func (*GetAttributes) ProtoMessage()

func (*GetAttributes) ProtoReflect

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

func (*GetAttributes) Reset

func (x *GetAttributes) Reset()

func (*GetAttributes) String

func (x *GetAttributes) String() string

type GetAttributes_Response

type GetAttributes_Response struct {
	Attributes []*common.KeyValue `protobuf:"bytes,1,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAttributes_Response) Descriptor deprecated

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

Deprecated: Use GetAttributes_Response.ProtoReflect.Descriptor instead.

func (*GetAttributes_Response) GetAttributes

func (x *GetAttributes_Response) GetAttributes() []*common.KeyValue

func (*GetAttributes_Response) ProtoMessage

func (*GetAttributes_Response) ProtoMessage()

func (*GetAttributes_Response) ProtoReflect

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

func (*GetAttributes_Response) Reset

func (x *GetAttributes_Response) Reset()

func (*GetAttributes_Response) String

func (x *GetAttributes_Response) String() string

type GetChildrenExperimentRuns

type GetChildrenExperimentRuns struct {
	ExperimentRunId string `protobuf:"bytes,1,opt,name=experiment_run_id,json=experimentRunId,proto3" json:"experiment_run_id,omitempty"` // self ExperimentRunId
	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"`
	Ascending       bool   `protobuf:"varint,4,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey         string `protobuf:"bytes,5,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetChildrenExperimentRuns) Descriptor deprecated

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

Deprecated: Use GetChildrenExperimentRuns.ProtoReflect.Descriptor instead.

func (*GetChildrenExperimentRuns) GetAscending

func (x *GetChildrenExperimentRuns) GetAscending() bool

func (*GetChildrenExperimentRuns) GetExperimentRunId

func (x *GetChildrenExperimentRuns) GetExperimentRunId() string

func (*GetChildrenExperimentRuns) GetPageLimit

func (x *GetChildrenExperimentRuns) GetPageLimit() int32

func (*GetChildrenExperimentRuns) GetPageNumber

func (x *GetChildrenExperimentRuns) GetPageNumber() int32

func (*GetChildrenExperimentRuns) GetSortKey

func (x *GetChildrenExperimentRuns) GetSortKey() string

func (*GetChildrenExperimentRuns) ProtoMessage

func (*GetChildrenExperimentRuns) ProtoMessage()

func (*GetChildrenExperimentRuns) ProtoReflect

func (*GetChildrenExperimentRuns) Reset

func (x *GetChildrenExperimentRuns) Reset()

func (*GetChildrenExperimentRuns) String

func (x *GetChildrenExperimentRuns) String() string

type GetChildrenExperimentRuns_Response

type GetChildrenExperimentRuns_Response struct {
	ExperimentRuns []*ExperimentRun `protobuf:"bytes,1,rep,name=experiment_runs,json=experimentRuns,proto3" json:"experiment_runs,omitempty"`
	TotalRecords   int64            `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetChildrenExperimentRuns_Response) Descriptor deprecated

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

Deprecated: Use GetChildrenExperimentRuns_Response.ProtoReflect.Descriptor instead.

func (*GetChildrenExperimentRuns_Response) GetExperimentRuns

func (x *GetChildrenExperimentRuns_Response) GetExperimentRuns() []*ExperimentRun

func (*GetChildrenExperimentRuns_Response) GetTotalRecords

func (x *GetChildrenExperimentRuns_Response) GetTotalRecords() int64

func (*GetChildrenExperimentRuns_Response) ProtoMessage

func (*GetChildrenExperimentRuns_Response) ProtoMessage()

func (*GetChildrenExperimentRuns_Response) ProtoReflect

func (*GetChildrenExperimentRuns_Response) Reset

func (*GetChildrenExperimentRuns_Response) String

type GetComments

type GetComments struct {
	EntityId string `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"` // entity.id like experimentRun.id, project.id etc.
	// contains filtered or unexported fields
}

func (*GetComments) Descriptor deprecated

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

Deprecated: Use GetComments.ProtoReflect.Descriptor instead.

func (*GetComments) GetEntityId

func (x *GetComments) GetEntityId() string

func (*GetComments) ProtoMessage

func (*GetComments) ProtoMessage()

func (*GetComments) ProtoReflect

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

func (*GetComments) Reset

func (x *GetComments) Reset()

func (*GetComments) String

func (x *GetComments) String() string

type GetComments_Response

type GetComments_Response struct {
	Comments []*Comment `protobuf:"bytes,1,rep,name=comments,proto3" json:"comments,omitempty"` // return list of user comments from Entity Comment message
	// contains filtered or unexported fields
}

func (*GetComments_Response) Descriptor deprecated

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

Deprecated: Use GetComments_Response.ProtoReflect.Descriptor instead.

func (*GetComments_Response) GetComments

func (x *GetComments_Response) GetComments() []*Comment

func (*GetComments_Response) ProtoMessage

func (*GetComments_Response) ProtoMessage()

func (*GetComments_Response) ProtoReflect

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

func (*GetComments_Response) Reset

func (x *GetComments_Response) Reset()

func (*GetComments_Response) String

func (x *GetComments_Response) String() string

type GetCommittedArtifactParts

type GetCommittedArtifactParts struct {
	Id  string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Run ID
	Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommittedArtifactParts) Descriptor deprecated

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

Deprecated: Use GetCommittedArtifactParts.ProtoReflect.Descriptor instead.

func (*GetCommittedArtifactParts) GetId

func (x *GetCommittedArtifactParts) GetId() string

func (*GetCommittedArtifactParts) GetKey

func (x *GetCommittedArtifactParts) GetKey() string

func (*GetCommittedArtifactParts) ProtoMessage

func (*GetCommittedArtifactParts) ProtoMessage()

func (*GetCommittedArtifactParts) ProtoReflect

func (*GetCommittedArtifactParts) Reset

func (x *GetCommittedArtifactParts) Reset()

func (*GetCommittedArtifactParts) String

func (x *GetCommittedArtifactParts) String() string

type GetCommittedArtifactParts_Response

type GetCommittedArtifactParts_Response struct {
	ArtifactParts []*common.ArtifactPart `protobuf:"bytes,1,rep,name=artifact_parts,json=artifactParts,proto3" json:"artifact_parts,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommittedArtifactParts_Response) Descriptor deprecated

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

Deprecated: Use GetCommittedArtifactParts_Response.ProtoReflect.Descriptor instead.

func (*GetCommittedArtifactParts_Response) GetArtifactParts

func (x *GetCommittedArtifactParts_Response) GetArtifactParts() []*common.ArtifactPart

func (*GetCommittedArtifactParts_Response) ProtoMessage

func (*GetCommittedArtifactParts_Response) ProtoMessage()

func (*GetCommittedArtifactParts_Response) ProtoReflect

func (*GetCommittedArtifactParts_Response) Reset

func (*GetCommittedArtifactParts_Response) String

type GetCommittedVersionedDatasetBlobArtifactParts

type GetCommittedVersionedDatasetBlobArtifactParts struct {
	DatasetId                    string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	DatasetVersionId             string `protobuf:"bytes,2,opt,name=dataset_version_id,json=datasetVersionId,proto3" json:"dataset_version_id,omitempty"`
	PathDatasetComponentBlobPath string `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetCommittedVersionedDatasetBlobArtifactParts) Descriptor deprecated

Deprecated: Use GetCommittedVersionedDatasetBlobArtifactParts.ProtoReflect.Descriptor instead.

func (*GetCommittedVersionedDatasetBlobArtifactParts) GetDatasetId

func (*GetCommittedVersionedDatasetBlobArtifactParts) GetDatasetVersionId

func (x *GetCommittedVersionedDatasetBlobArtifactParts) GetDatasetVersionId() string

func (*GetCommittedVersionedDatasetBlobArtifactParts) GetPathDatasetComponentBlobPath

func (x *GetCommittedVersionedDatasetBlobArtifactParts) GetPathDatasetComponentBlobPath() string

func (*GetCommittedVersionedDatasetBlobArtifactParts) ProtoMessage

func (*GetCommittedVersionedDatasetBlobArtifactParts) ProtoReflect

func (*GetCommittedVersionedDatasetBlobArtifactParts) Reset

func (*GetCommittedVersionedDatasetBlobArtifactParts) String

type GetCommittedVersionedDatasetBlobArtifactParts_Response

type GetCommittedVersionedDatasetBlobArtifactParts_Response struct {
	ArtifactParts []*common.ArtifactPart `protobuf:"bytes,1,rep,name=artifact_parts,json=artifactParts,proto3" json:"artifact_parts,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommittedVersionedDatasetBlobArtifactParts_Response) Descriptor deprecated

Deprecated: Use GetCommittedVersionedDatasetBlobArtifactParts_Response.ProtoReflect.Descriptor instead.

func (*GetCommittedVersionedDatasetBlobArtifactParts_Response) GetArtifactParts

func (*GetCommittedVersionedDatasetBlobArtifactParts_Response) ProtoMessage

func (*GetCommittedVersionedDatasetBlobArtifactParts_Response) ProtoReflect

func (*GetCommittedVersionedDatasetBlobArtifactParts_Response) Reset

func (*GetCommittedVersionedDatasetBlobArtifactParts_Response) String

type GetDatasetById

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

getDataset

func (*GetDatasetById) Descriptor deprecated

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

Deprecated: Use GetDatasetById.ProtoReflect.Descriptor instead.

func (*GetDatasetById) GetId

func (x *GetDatasetById) GetId() string

func (*GetDatasetById) ProtoMessage

func (*GetDatasetById) ProtoMessage()

func (*GetDatasetById) ProtoReflect

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

func (*GetDatasetById) Reset

func (x *GetDatasetById) Reset()

func (*GetDatasetById) String

func (x *GetDatasetById) String() string

type GetDatasetById_Response

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

func (*GetDatasetById_Response) Descriptor deprecated

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

Deprecated: Use GetDatasetById_Response.ProtoReflect.Descriptor instead.

func (*GetDatasetById_Response) GetDataset

func (x *GetDatasetById_Response) GetDataset() *Dataset

func (*GetDatasetById_Response) ProtoMessage

func (*GetDatasetById_Response) ProtoMessage()

func (*GetDatasetById_Response) ProtoReflect

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

func (*GetDatasetById_Response) Reset

func (x *GetDatasetById_Response) Reset()

func (*GetDatasetById_Response) String

func (x *GetDatasetById_Response) String() string

type GetDatasetByName

type GetDatasetByName struct {
	Name          string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	WorkspaceName string `protobuf:"bytes,2,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// contains filtered or unexported fields
}

getDatasetByName

func (*GetDatasetByName) Descriptor deprecated

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

Deprecated: Use GetDatasetByName.ProtoReflect.Descriptor instead.

func (*GetDatasetByName) GetName

func (x *GetDatasetByName) GetName() string

func (*GetDatasetByName) GetWorkspaceName

func (x *GetDatasetByName) GetWorkspaceName() string

func (*GetDatasetByName) ProtoMessage

func (*GetDatasetByName) ProtoMessage()

func (*GetDatasetByName) ProtoReflect

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

func (*GetDatasetByName) Reset

func (x *GetDatasetByName) Reset()

func (*GetDatasetByName) String

func (x *GetDatasetByName) String() string

type GetDatasetByName_Response

type GetDatasetByName_Response struct {
	DatasetByUser  *Dataset   `protobuf:"bytes,1,opt,name=dataset_by_user,json=datasetByUser,proto3" json:"dataset_by_user,omitempty"`
	SharedDatasets []*Dataset `protobuf:"bytes,2,rep,name=shared_datasets,json=sharedDatasets,proto3" json:"shared_datasets,omitempty"` // because of collaboration, this might be multiple datasets w/same name
	// contains filtered or unexported fields
}

func (*GetDatasetByName_Response) Descriptor deprecated

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

Deprecated: Use GetDatasetByName_Response.ProtoReflect.Descriptor instead.

func (*GetDatasetByName_Response) GetDatasetByUser

func (x *GetDatasetByName_Response) GetDatasetByUser() *Dataset

func (*GetDatasetByName_Response) GetSharedDatasets

func (x *GetDatasetByName_Response) GetSharedDatasets() []*Dataset

func (*GetDatasetByName_Response) ProtoMessage

func (*GetDatasetByName_Response) ProtoMessage()

func (*GetDatasetByName_Response) ProtoReflect

func (*GetDatasetByName_Response) Reset

func (x *GetDatasetByName_Response) Reset()

func (*GetDatasetByName_Response) String

func (x *GetDatasetByName_Response) String() string

type GetDatasetVersionAttributes

type GetDatasetVersionAttributes struct {
	Id            string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AttributeKeys []string `protobuf:"bytes,2,rep,name=attribute_keys,json=attributeKeys,proto3" json:"attribute_keys,omitempty"`
	GetAll        bool     `protobuf:"varint,3,opt,name=get_all,json=getAll,proto3" json:"get_all,omitempty"`
	DatasetId     string   `protobuf:"bytes,4,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetVersionAttributes) Descriptor deprecated

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

Deprecated: Use GetDatasetVersionAttributes.ProtoReflect.Descriptor instead.

func (*GetDatasetVersionAttributes) GetAttributeKeys

func (x *GetDatasetVersionAttributes) GetAttributeKeys() []string

func (*GetDatasetVersionAttributes) GetDatasetId

func (x *GetDatasetVersionAttributes) GetDatasetId() string

func (*GetDatasetVersionAttributes) GetGetAll

func (x *GetDatasetVersionAttributes) GetGetAll() bool

func (*GetDatasetVersionAttributes) GetId

func (*GetDatasetVersionAttributes) ProtoMessage

func (*GetDatasetVersionAttributes) ProtoMessage()

func (*GetDatasetVersionAttributes) ProtoReflect

func (*GetDatasetVersionAttributes) Reset

func (x *GetDatasetVersionAttributes) Reset()

func (*GetDatasetVersionAttributes) String

func (x *GetDatasetVersionAttributes) String() string

type GetDatasetVersionAttributes_Response

type GetDatasetVersionAttributes_Response struct {
	Attributes []*common.KeyValue `protobuf:"bytes,1,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetVersionAttributes_Response) Descriptor deprecated

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

Deprecated: Use GetDatasetVersionAttributes_Response.ProtoReflect.Descriptor instead.

func (*GetDatasetVersionAttributes_Response) GetAttributes

func (*GetDatasetVersionAttributes_Response) ProtoMessage

func (*GetDatasetVersionAttributes_Response) ProtoMessage()

func (*GetDatasetVersionAttributes_Response) ProtoReflect

func (*GetDatasetVersionAttributes_Response) Reset

func (*GetDatasetVersionAttributes_Response) String

type GetDatasetVersionById

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

func (*GetDatasetVersionById) Descriptor deprecated

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

Deprecated: Use GetDatasetVersionById.ProtoReflect.Descriptor instead.

func (*GetDatasetVersionById) GetId

func (x *GetDatasetVersionById) GetId() string

func (*GetDatasetVersionById) ProtoMessage

func (*GetDatasetVersionById) ProtoMessage()

func (*GetDatasetVersionById) ProtoReflect

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

func (*GetDatasetVersionById) Reset

func (x *GetDatasetVersionById) Reset()

func (*GetDatasetVersionById) String

func (x *GetDatasetVersionById) String() string

type GetDatasetVersionById_Response

type GetDatasetVersionById_Response struct {
	DatasetVersion *DatasetVersion `protobuf:"bytes,1,opt,name=dataset_version,json=datasetVersion,proto3" json:"dataset_version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetVersionById_Response) Descriptor deprecated

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

Deprecated: Use GetDatasetVersionById_Response.ProtoReflect.Descriptor instead.

func (*GetDatasetVersionById_Response) GetDatasetVersion

func (x *GetDatasetVersionById_Response) GetDatasetVersion() *DatasetVersion

func (*GetDatasetVersionById_Response) ProtoMessage

func (*GetDatasetVersionById_Response) ProtoMessage()

func (*GetDatasetVersionById_Response) ProtoReflect

func (*GetDatasetVersionById_Response) Reset

func (x *GetDatasetVersionById_Response) Reset()

func (*GetDatasetVersionById_Response) String

type GetDatasets

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

func (*GetDatasets) Descriptor deprecated

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

Deprecated: Use GetDatasets.ProtoReflect.Descriptor instead.

func (*GetDatasets) GetId

func (x *GetDatasets) GetId() string

func (*GetDatasets) ProtoMessage

func (*GetDatasets) ProtoMessage()

func (*GetDatasets) ProtoReflect

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

func (*GetDatasets) Reset

func (x *GetDatasets) Reset()

func (*GetDatasets) String

func (x *GetDatasets) String() string

type GetDatasets_Response

type GetDatasets_Response struct {
	Datasets []*common.Artifact `protobuf:"bytes,1,rep,name=datasets,proto3" json:"datasets,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasets_Response) Descriptor deprecated

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

Deprecated: Use GetDatasets_Response.ProtoReflect.Descriptor instead.

func (*GetDatasets_Response) GetDatasets

func (x *GetDatasets_Response) GetDatasets() []*common.Artifact

func (*GetDatasets_Response) ProtoMessage

func (*GetDatasets_Response) ProtoMessage()

func (*GetDatasets_Response) ProtoReflect

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

func (*GetDatasets_Response) Reset

func (x *GetDatasets_Response) Reset()

func (*GetDatasets_Response) String

func (x *GetDatasets_Response) String() string

type GetExperimentById

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

func (*GetExperimentById) Descriptor deprecated

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

Deprecated: Use GetExperimentById.ProtoReflect.Descriptor instead.

func (*GetExperimentById) GetId

func (x *GetExperimentById) GetId() string

func (*GetExperimentById) ProtoMessage

func (*GetExperimentById) ProtoMessage()

func (*GetExperimentById) ProtoReflect

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

func (*GetExperimentById) Reset

func (x *GetExperimentById) Reset()

func (*GetExperimentById) String

func (x *GetExperimentById) String() string

type GetExperimentById_Response

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

func (*GetExperimentById_Response) Descriptor deprecated

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

Deprecated: Use GetExperimentById_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentById_Response) GetExperiment

func (x *GetExperimentById_Response) GetExperiment() *Experiment

func (*GetExperimentById_Response) ProtoMessage

func (*GetExperimentById_Response) ProtoMessage()

func (*GetExperimentById_Response) ProtoReflect

func (*GetExperimentById_Response) Reset

func (x *GetExperimentById_Response) Reset()

func (*GetExperimentById_Response) String

func (x *GetExperimentById_Response) String() string

type GetExperimentByName

type GetExperimentByName struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentByName) Descriptor deprecated

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

Deprecated: Use GetExperimentByName.ProtoReflect.Descriptor instead.

func (*GetExperimentByName) GetName

func (x *GetExperimentByName) GetName() string

func (*GetExperimentByName) GetProjectId

func (x *GetExperimentByName) GetProjectId() string

func (*GetExperimentByName) ProtoMessage

func (*GetExperimentByName) ProtoMessage()

func (*GetExperimentByName) ProtoReflect

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

func (*GetExperimentByName) Reset

func (x *GetExperimentByName) Reset()

func (*GetExperimentByName) String

func (x *GetExperimentByName) String() string

type GetExperimentByName_Response

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

func (*GetExperimentByName_Response) Descriptor deprecated

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

Deprecated: Use GetExperimentByName_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentByName_Response) GetExperiment

func (x *GetExperimentByName_Response) GetExperiment() *Experiment

func (*GetExperimentByName_Response) ProtoMessage

func (*GetExperimentByName_Response) ProtoMessage()

func (*GetExperimentByName_Response) ProtoReflect

func (*GetExperimentByName_Response) Reset

func (x *GetExperimentByName_Response) Reset()

func (*GetExperimentByName_Response) String

type GetExperimentCodeVersion

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

func (*GetExperimentCodeVersion) Descriptor deprecated

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

Deprecated: Use GetExperimentCodeVersion.ProtoReflect.Descriptor instead.

func (*GetExperimentCodeVersion) GetId

func (x *GetExperimentCodeVersion) GetId() string

func (*GetExperimentCodeVersion) ProtoMessage

func (*GetExperimentCodeVersion) ProtoMessage()

func (*GetExperimentCodeVersion) ProtoReflect

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

func (*GetExperimentCodeVersion) Reset

func (x *GetExperimentCodeVersion) Reset()

func (*GetExperimentCodeVersion) String

func (x *GetExperimentCodeVersion) String() string

type GetExperimentCodeVersion_Response

type GetExperimentCodeVersion_Response struct {
	CodeVersion *common.CodeVersion `protobuf:"bytes,1,opt,name=code_version,json=codeVersion,proto3" json:"code_version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentCodeVersion_Response) Descriptor deprecated

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

Deprecated: Use GetExperimentCodeVersion_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentCodeVersion_Response) GetCodeVersion

func (*GetExperimentCodeVersion_Response) ProtoMessage

func (*GetExperimentCodeVersion_Response) ProtoMessage()

func (*GetExperimentCodeVersion_Response) ProtoReflect

func (*GetExperimentCodeVersion_Response) Reset

func (*GetExperimentCodeVersion_Response) String

type GetExperimentRunByDataset

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

func (*GetExperimentRunByDataset) Descriptor deprecated

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

Deprecated: Use GetExperimentRunByDataset.ProtoReflect.Descriptor instead.

func (*GetExperimentRunByDataset) GetDatasetId

func (x *GetExperimentRunByDataset) GetDatasetId() string

func (*GetExperimentRunByDataset) ProtoMessage

func (*GetExperimentRunByDataset) ProtoMessage()

func (*GetExperimentRunByDataset) ProtoReflect

func (*GetExperimentRunByDataset) Reset

func (x *GetExperimentRunByDataset) Reset()

func (*GetExperimentRunByDataset) String

func (x *GetExperimentRunByDataset) String() string

type GetExperimentRunByDataset_Response

type GetExperimentRunByDataset_Response struct {
	ExperimentRuns []*ExperimentRun `protobuf:"bytes,1,rep,name=experiment_runs,json=experimentRuns,proto3" json:"experiment_runs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentRunByDataset_Response) Descriptor deprecated

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

Deprecated: Use GetExperimentRunByDataset_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentRunByDataset_Response) GetExperimentRuns

func (x *GetExperimentRunByDataset_Response) GetExperimentRuns() []*ExperimentRun

func (*GetExperimentRunByDataset_Response) ProtoMessage

func (*GetExperimentRunByDataset_Response) ProtoMessage()

func (*GetExperimentRunByDataset_Response) ProtoReflect

func (*GetExperimentRunByDataset_Response) Reset

func (*GetExperimentRunByDataset_Response) String

type GetExperimentRunById

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

func (*GetExperimentRunById) Descriptor deprecated

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

Deprecated: Use GetExperimentRunById.ProtoReflect.Descriptor instead.

func (*GetExperimentRunById) GetId

func (x *GetExperimentRunById) GetId() string

func (*GetExperimentRunById) ProtoMessage

func (*GetExperimentRunById) ProtoMessage()

func (*GetExperimentRunById) ProtoReflect

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

func (*GetExperimentRunById) Reset

func (x *GetExperimentRunById) Reset()

func (*GetExperimentRunById) String

func (x *GetExperimentRunById) String() string

type GetExperimentRunById_Response

type GetExperimentRunById_Response struct {
	ExperimentRun *ExperimentRun `protobuf:"bytes,1,opt,name=experiment_run,json=experimentRun,proto3" json:"experiment_run,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentRunById_Response) Descriptor deprecated

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

Deprecated: Use GetExperimentRunById_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentRunById_Response) GetExperimentRun

func (x *GetExperimentRunById_Response) GetExperimentRun() *ExperimentRun

func (*GetExperimentRunById_Response) ProtoMessage

func (*GetExperimentRunById_Response) ProtoMessage()

func (*GetExperimentRunById_Response) ProtoReflect

func (*GetExperimentRunById_Response) Reset

func (x *GetExperimentRunById_Response) Reset()

func (*GetExperimentRunById_Response) String

type GetExperimentRunByName

type GetExperimentRunByName struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ExperimentId string `protobuf:"bytes,2,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentRunByName) Descriptor deprecated

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

Deprecated: Use GetExperimentRunByName.ProtoReflect.Descriptor instead.

func (*GetExperimentRunByName) GetExperimentId

func (x *GetExperimentRunByName) GetExperimentId() string

func (*GetExperimentRunByName) GetName

func (x *GetExperimentRunByName) GetName() string

func (*GetExperimentRunByName) ProtoMessage

func (*GetExperimentRunByName) ProtoMessage()

func (*GetExperimentRunByName) ProtoReflect

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

func (*GetExperimentRunByName) Reset

func (x *GetExperimentRunByName) Reset()

func (*GetExperimentRunByName) String

func (x *GetExperimentRunByName) String() string

type GetExperimentRunByName_Response

type GetExperimentRunByName_Response struct {
	ExperimentRun *ExperimentRun `protobuf:"bytes,1,opt,name=experiment_run,json=experimentRun,proto3" json:"experiment_run,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentRunByName_Response) Descriptor deprecated

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

Deprecated: Use GetExperimentRunByName_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentRunByName_Response) GetExperimentRun

func (x *GetExperimentRunByName_Response) GetExperimentRun() *ExperimentRun

func (*GetExperimentRunByName_Response) ProtoMessage

func (*GetExperimentRunByName_Response) ProtoMessage()

func (*GetExperimentRunByName_Response) ProtoReflect

func (*GetExperimentRunByName_Response) Reset

func (*GetExperimentRunByName_Response) String

type GetExperimentRunCodeVersion

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

func (*GetExperimentRunCodeVersion) Descriptor deprecated

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

Deprecated: Use GetExperimentRunCodeVersion.ProtoReflect.Descriptor instead.

func (*GetExperimentRunCodeVersion) GetId

func (*GetExperimentRunCodeVersion) ProtoMessage

func (*GetExperimentRunCodeVersion) ProtoMessage()

func (*GetExperimentRunCodeVersion) ProtoReflect

func (*GetExperimentRunCodeVersion) Reset

func (x *GetExperimentRunCodeVersion) Reset()

func (*GetExperimentRunCodeVersion) String

func (x *GetExperimentRunCodeVersion) String() string

type GetExperimentRunCodeVersion_Response

type GetExperimentRunCodeVersion_Response struct {
	CodeVersion *common.CodeVersion `protobuf:"bytes,1,opt,name=code_version,json=codeVersion,proto3" json:"code_version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentRunCodeVersion_Response) Descriptor deprecated

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

Deprecated: Use GetExperimentRunCodeVersion_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentRunCodeVersion_Response) GetCodeVersion

func (*GetExperimentRunCodeVersion_Response) ProtoMessage

func (*GetExperimentRunCodeVersion_Response) ProtoMessage()

func (*GetExperimentRunCodeVersion_Response) ProtoReflect

func (*GetExperimentRunCodeVersion_Response) Reset

func (*GetExperimentRunCodeVersion_Response) String

type GetExperimentRunsByDatasetVersionId

type GetExperimentRunsByDatasetVersionId struct {
	DatasetVersionId string `protobuf:"bytes,1,opt,name=dataset_version_id,json=datasetVersionId,proto3" json:"dataset_version_id,omitempty"`
	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"`
	Ascending        bool   `protobuf:"varint,4,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey          string `protobuf:"bytes,5,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentRunsByDatasetVersionId) Descriptor deprecated

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

Deprecated: Use GetExperimentRunsByDatasetVersionId.ProtoReflect.Descriptor instead.

func (*GetExperimentRunsByDatasetVersionId) GetAscending

func (x *GetExperimentRunsByDatasetVersionId) GetAscending() bool

func (*GetExperimentRunsByDatasetVersionId) GetDatasetVersionId

func (x *GetExperimentRunsByDatasetVersionId) GetDatasetVersionId() string

func (*GetExperimentRunsByDatasetVersionId) GetPageLimit

func (x *GetExperimentRunsByDatasetVersionId) GetPageLimit() int32

func (*GetExperimentRunsByDatasetVersionId) GetPageNumber

func (x *GetExperimentRunsByDatasetVersionId) GetPageNumber() int32

func (*GetExperimentRunsByDatasetVersionId) GetSortKey

func (*GetExperimentRunsByDatasetVersionId) ProtoMessage

func (*GetExperimentRunsByDatasetVersionId) ProtoMessage()

func (*GetExperimentRunsByDatasetVersionId) ProtoReflect

func (*GetExperimentRunsByDatasetVersionId) Reset

func (*GetExperimentRunsByDatasetVersionId) String

type GetExperimentRunsByDatasetVersionId_Response

type GetExperimentRunsByDatasetVersionId_Response struct {
	ExperimentRuns []*ExperimentRun `protobuf:"bytes,1,rep,name=experiment_runs,json=experimentRuns,proto3" json:"experiment_runs,omitempty"`
	TotalRecords   uint64           `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentRunsByDatasetVersionId_Response) Descriptor deprecated

Deprecated: Use GetExperimentRunsByDatasetVersionId_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentRunsByDatasetVersionId_Response) GetExperimentRuns

func (*GetExperimentRunsByDatasetVersionId_Response) GetTotalRecords

func (*GetExperimentRunsByDatasetVersionId_Response) ProtoMessage

func (*GetExperimentRunsByDatasetVersionId_Response) ProtoReflect

func (*GetExperimentRunsByDatasetVersionId_Response) Reset

func (*GetExperimentRunsByDatasetVersionId_Response) String

type GetExperimentRunsInExperiment

type GetExperimentRunsInExperiment struct {
	ExperimentId string `protobuf:"bytes,1,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	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"`
	Ascending    bool   `protobuf:"varint,4,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey      string `protobuf:"bytes,5,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentRunsInExperiment) Descriptor deprecated

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

Deprecated: Use GetExperimentRunsInExperiment.ProtoReflect.Descriptor instead.

func (*GetExperimentRunsInExperiment) GetAscending

func (x *GetExperimentRunsInExperiment) GetAscending() bool

func (*GetExperimentRunsInExperiment) GetExperimentId

func (x *GetExperimentRunsInExperiment) GetExperimentId() string

func (*GetExperimentRunsInExperiment) GetPageLimit

func (x *GetExperimentRunsInExperiment) GetPageLimit() int32

func (*GetExperimentRunsInExperiment) GetPageNumber

func (x *GetExperimentRunsInExperiment) GetPageNumber() int32

func (*GetExperimentRunsInExperiment) GetSortKey

func (x *GetExperimentRunsInExperiment) GetSortKey() string

func (*GetExperimentRunsInExperiment) ProtoMessage

func (*GetExperimentRunsInExperiment) ProtoMessage()

func (*GetExperimentRunsInExperiment) ProtoReflect

func (*GetExperimentRunsInExperiment) Reset

func (x *GetExperimentRunsInExperiment) Reset()

func (*GetExperimentRunsInExperiment) String

type GetExperimentRunsInExperiment_Response

type GetExperimentRunsInExperiment_Response struct {
	ExperimentRuns []*ExperimentRun `protobuf:"bytes,1,rep,name=experiment_runs,json=experimentRuns,proto3" json:"experiment_runs,omitempty"`
	TotalRecords   int64            `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentRunsInExperiment_Response) Descriptor deprecated

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

Deprecated: Use GetExperimentRunsInExperiment_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentRunsInExperiment_Response) GetExperimentRuns

func (x *GetExperimentRunsInExperiment_Response) GetExperimentRuns() []*ExperimentRun

func (*GetExperimentRunsInExperiment_Response) GetTotalRecords

func (x *GetExperimentRunsInExperiment_Response) GetTotalRecords() int64

func (*GetExperimentRunsInExperiment_Response) ProtoMessage

func (*GetExperimentRunsInExperiment_Response) ProtoReflect

func (*GetExperimentRunsInExperiment_Response) Reset

func (*GetExperimentRunsInExperiment_Response) String

type GetExperimentRunsInProject

type GetExperimentRunsInProject struct {
	ProjectId  string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	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"`
	Ascending  bool   `protobuf:"varint,4,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey    string `protobuf:"bytes,5,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentRunsInProject) Descriptor deprecated

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

Deprecated: Use GetExperimentRunsInProject.ProtoReflect.Descriptor instead.

func (*GetExperimentRunsInProject) GetAscending

func (x *GetExperimentRunsInProject) GetAscending() bool

func (*GetExperimentRunsInProject) GetPageLimit

func (x *GetExperimentRunsInProject) GetPageLimit() int32

func (*GetExperimentRunsInProject) GetPageNumber

func (x *GetExperimentRunsInProject) GetPageNumber() int32

func (*GetExperimentRunsInProject) GetProjectId

func (x *GetExperimentRunsInProject) GetProjectId() string

func (*GetExperimentRunsInProject) GetSortKey

func (x *GetExperimentRunsInProject) GetSortKey() string

func (*GetExperimentRunsInProject) ProtoMessage

func (*GetExperimentRunsInProject) ProtoMessage()

func (*GetExperimentRunsInProject) ProtoReflect

func (*GetExperimentRunsInProject) Reset

func (x *GetExperimentRunsInProject) Reset()

func (*GetExperimentRunsInProject) String

func (x *GetExperimentRunsInProject) String() string

type GetExperimentRunsInProject_Response

type GetExperimentRunsInProject_Response struct {
	ExperimentRuns []*ExperimentRun `protobuf:"bytes,1,rep,name=experiment_runs,json=experimentRuns,proto3" json:"experiment_runs,omitempty"`
	TotalRecords   int64            `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentRunsInProject_Response) Descriptor deprecated

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

Deprecated: Use GetExperimentRunsInProject_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentRunsInProject_Response) GetExperimentRuns

func (x *GetExperimentRunsInProject_Response) GetExperimentRuns() []*ExperimentRun

func (*GetExperimentRunsInProject_Response) GetTotalRecords

func (x *GetExperimentRunsInProject_Response) GetTotalRecords() int64

func (*GetExperimentRunsInProject_Response) ProtoMessage

func (*GetExperimentRunsInProject_Response) ProtoMessage()

func (*GetExperimentRunsInProject_Response) ProtoReflect

func (*GetExperimentRunsInProject_Response) Reset

func (*GetExperimentRunsInProject_Response) String

type GetExperimentsInProject

type GetExperimentsInProject struct {
	ProjectId  string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	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"`
	Ascending  bool   `protobuf:"varint,4,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey    string `protobuf:"bytes,5,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentsInProject) Descriptor deprecated

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

Deprecated: Use GetExperimentsInProject.ProtoReflect.Descriptor instead.

func (*GetExperimentsInProject) GetAscending

func (x *GetExperimentsInProject) GetAscending() bool

func (*GetExperimentsInProject) GetPageLimit

func (x *GetExperimentsInProject) GetPageLimit() int32

func (*GetExperimentsInProject) GetPageNumber

func (x *GetExperimentsInProject) GetPageNumber() int32

func (*GetExperimentsInProject) GetProjectId

func (x *GetExperimentsInProject) GetProjectId() string

func (*GetExperimentsInProject) GetSortKey

func (x *GetExperimentsInProject) GetSortKey() string

func (*GetExperimentsInProject) ProtoMessage

func (*GetExperimentsInProject) ProtoMessage()

func (*GetExperimentsInProject) ProtoReflect

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

func (*GetExperimentsInProject) Reset

func (x *GetExperimentsInProject) Reset()

func (*GetExperimentsInProject) String

func (x *GetExperimentsInProject) String() string

type GetExperimentsInProject_Response

type GetExperimentsInProject_Response struct {
	Experiments  []*Experiment `protobuf:"bytes,1,rep,name=experiments,proto3" json:"experiments,omitempty"`
	TotalRecords int64         `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExperimentsInProject_Response) Descriptor deprecated

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

Deprecated: Use GetExperimentsInProject_Response.ProtoReflect.Descriptor instead.

func (*GetExperimentsInProject_Response) GetExperiments

func (x *GetExperimentsInProject_Response) GetExperiments() []*Experiment

func (*GetExperimentsInProject_Response) GetTotalRecords

func (x *GetExperimentsInProject_Response) GetTotalRecords() int64

func (*GetExperimentsInProject_Response) ProtoMessage

func (*GetExperimentsInProject_Response) ProtoMessage()

func (*GetExperimentsInProject_Response) ProtoReflect

func (*GetExperimentsInProject_Response) Reset

func (*GetExperimentsInProject_Response) String

type GetHyperparameters

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

func (*GetHyperparameters) Descriptor deprecated

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

Deprecated: Use GetHyperparameters.ProtoReflect.Descriptor instead.

func (*GetHyperparameters) GetId

func (x *GetHyperparameters) GetId() string

func (*GetHyperparameters) ProtoMessage

func (*GetHyperparameters) ProtoMessage()

func (*GetHyperparameters) ProtoReflect

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

func (*GetHyperparameters) Reset

func (x *GetHyperparameters) Reset()

func (*GetHyperparameters) String

func (x *GetHyperparameters) String() string

type GetHyperparameters_Response

type GetHyperparameters_Response struct {
	Hyperparameters []*common.KeyValue `protobuf:"bytes,1,rep,name=hyperparameters,proto3" json:"hyperparameters,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHyperparameters_Response) Descriptor deprecated

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

Deprecated: Use GetHyperparameters_Response.ProtoReflect.Descriptor instead.

func (*GetHyperparameters_Response) GetHyperparameters

func (x *GetHyperparameters_Response) GetHyperparameters() []*common.KeyValue

func (*GetHyperparameters_Response) ProtoMessage

func (*GetHyperparameters_Response) ProtoMessage()

func (*GetHyperparameters_Response) ProtoReflect

func (*GetHyperparameters_Response) Reset

func (x *GetHyperparameters_Response) Reset()

func (*GetHyperparameters_Response) String

func (x *GetHyperparameters_Response) String() string

type GetJob

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

func (*GetJob) Descriptor deprecated

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

Deprecated: Use GetJob.ProtoReflect.Descriptor instead.

func (*GetJob) GetId

func (x *GetJob) GetId() string

func (*GetJob) ProtoMessage

func (*GetJob) ProtoMessage()

func (*GetJob) ProtoReflect

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

func (*GetJob) Reset

func (x *GetJob) Reset()

func (*GetJob) String

func (x *GetJob) String() string

type GetJobId

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

func (*GetJobId) Descriptor deprecated

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

Deprecated: Use GetJobId.ProtoReflect.Descriptor instead.

func (*GetJobId) GetId

func (x *GetJobId) GetId() string

func (*GetJobId) ProtoMessage

func (*GetJobId) ProtoMessage()

func (*GetJobId) ProtoReflect

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

func (*GetJobId) Reset

func (x *GetJobId) Reset()

func (*GetJobId) String

func (x *GetJobId) String() string

type GetJobId_Response

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

func (*GetJobId_Response) Descriptor deprecated

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

Deprecated: Use GetJobId_Response.ProtoReflect.Descriptor instead.

func (*GetJobId_Response) GetJobId

func (x *GetJobId_Response) GetJobId() string

func (*GetJobId_Response) ProtoMessage

func (*GetJobId_Response) ProtoMessage()

func (*GetJobId_Response) ProtoReflect

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

func (*GetJobId_Response) Reset

func (x *GetJobId_Response) Reset()

func (*GetJobId_Response) String

func (x *GetJobId_Response) String() string

type GetJob_Response

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

func (*GetJob_Response) Descriptor deprecated

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

Deprecated: Use GetJob_Response.ProtoReflect.Descriptor instead.

func (*GetJob_Response) GetJob

func (x *GetJob_Response) GetJob() *Job

func (*GetJob_Response) ProtoMessage

func (*GetJob_Response) ProtoMessage()

func (*GetJob_Response) ProtoReflect

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

func (*GetJob_Response) Reset

func (x *GetJob_Response) Reset()

func (*GetJob_Response) String

func (x *GetJob_Response) String() string

type GetLatestDatasetVersionByDatasetId

type GetLatestDatasetVersionByDatasetId struct {
	DatasetId string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	Ascending bool   `protobuf:"varint,9,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey   string `protobuf:"bytes,10,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatestDatasetVersionByDatasetId) Descriptor deprecated

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

Deprecated: Use GetLatestDatasetVersionByDatasetId.ProtoReflect.Descriptor instead.

func (*GetLatestDatasetVersionByDatasetId) GetAscending

func (x *GetLatestDatasetVersionByDatasetId) GetAscending() bool

func (*GetLatestDatasetVersionByDatasetId) GetDatasetId

func (x *GetLatestDatasetVersionByDatasetId) GetDatasetId() string

func (*GetLatestDatasetVersionByDatasetId) GetSortKey

func (*GetLatestDatasetVersionByDatasetId) ProtoMessage

func (*GetLatestDatasetVersionByDatasetId) ProtoMessage()

func (*GetLatestDatasetVersionByDatasetId) ProtoReflect

func (*GetLatestDatasetVersionByDatasetId) Reset

func (*GetLatestDatasetVersionByDatasetId) String

type GetLatestDatasetVersionByDatasetId_Response

type GetLatestDatasetVersionByDatasetId_Response struct {
	DatasetVersion *DatasetVersion `protobuf:"bytes,1,opt,name=dataset_version,json=datasetVersion,proto3" json:"dataset_version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatestDatasetVersionByDatasetId_Response) Descriptor deprecated

Deprecated: Use GetLatestDatasetVersionByDatasetId_Response.ProtoReflect.Descriptor instead.

func (*GetLatestDatasetVersionByDatasetId_Response) GetDatasetVersion

func (*GetLatestDatasetVersionByDatasetId_Response) ProtoMessage

func (*GetLatestDatasetVersionByDatasetId_Response) ProtoReflect

func (*GetLatestDatasetVersionByDatasetId_Response) Reset

func (*GetLatestDatasetVersionByDatasetId_Response) String

type GetMetrics

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

func (*GetMetrics) Descriptor deprecated

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

Deprecated: Use GetMetrics.ProtoReflect.Descriptor instead.

func (*GetMetrics) GetId

func (x *GetMetrics) GetId() string

func (*GetMetrics) ProtoMessage

func (*GetMetrics) ProtoMessage()

func (*GetMetrics) ProtoReflect

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

func (*GetMetrics) Reset

func (x *GetMetrics) Reset()

func (*GetMetrics) String

func (x *GetMetrics) String() string

type GetMetrics_Response

type GetMetrics_Response struct {
	Metrics []*common.KeyValue `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetrics_Response) Descriptor deprecated

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

Deprecated: Use GetMetrics_Response.ProtoReflect.Descriptor instead.

func (*GetMetrics_Response) GetMetrics

func (x *GetMetrics_Response) GetMetrics() []*common.KeyValue

func (*GetMetrics_Response) ProtoMessage

func (*GetMetrics_Response) ProtoMessage()

func (*GetMetrics_Response) ProtoReflect

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

func (*GetMetrics_Response) Reset

func (x *GetMetrics_Response) Reset()

func (*GetMetrics_Response) String

func (x *GetMetrics_Response) String() string

type GetObservations

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

func (*GetObservations) Descriptor deprecated

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

Deprecated: Use GetObservations.ProtoReflect.Descriptor instead.

func (*GetObservations) GetId

func (x *GetObservations) GetId() string

func (*GetObservations) GetObservationKey

func (x *GetObservations) GetObservationKey() string

func (*GetObservations) ProtoMessage

func (*GetObservations) ProtoMessage()

func (*GetObservations) ProtoReflect

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

func (*GetObservations) Reset

func (x *GetObservations) Reset()

func (*GetObservations) String

func (x *GetObservations) String() string

type GetObservations_Response

type GetObservations_Response struct {
	Observations []*Observation `protobuf:"bytes,1,rep,name=observations,proto3" json:"observations,omitempty"`
	// contains filtered or unexported fields
}

func (*GetObservations_Response) Descriptor deprecated

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

Deprecated: Use GetObservations_Response.ProtoReflect.Descriptor instead.

func (*GetObservations_Response) GetObservations

func (x *GetObservations_Response) GetObservations() []*Observation

func (*GetObservations_Response) ProtoMessage

func (*GetObservations_Response) ProtoMessage()

func (*GetObservations_Response) ProtoReflect

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

func (*GetObservations_Response) Reset

func (x *GetObservations_Response) Reset()

func (*GetObservations_Response) String

func (x *GetObservations_Response) String() string

type GetProjectAttributes

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

func (*GetProjectAttributes) Descriptor deprecated

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

Deprecated: Use GetProjectAttributes.ProtoReflect.Descriptor instead.

func (*GetProjectAttributes) GetId

func (x *GetProjectAttributes) GetId() string

func (*GetProjectAttributes) ProtoMessage

func (*GetProjectAttributes) ProtoMessage()

func (*GetProjectAttributes) ProtoReflect

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

func (*GetProjectAttributes) Reset

func (x *GetProjectAttributes) Reset()

func (*GetProjectAttributes) String

func (x *GetProjectAttributes) String() string

type GetProjectAttributes_Response

type GetProjectAttributes_Response struct {
	Attributes []*common.KeyValue `protobuf:"bytes,1,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectAttributes_Response) Descriptor deprecated

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

Deprecated: Use GetProjectAttributes_Response.ProtoReflect.Descriptor instead.

func (*GetProjectAttributes_Response) GetAttributes

func (x *GetProjectAttributes_Response) GetAttributes() []*common.KeyValue

func (*GetProjectAttributes_Response) ProtoMessage

func (*GetProjectAttributes_Response) ProtoMessage()

func (*GetProjectAttributes_Response) ProtoReflect

func (*GetProjectAttributes_Response) Reset

func (x *GetProjectAttributes_Response) Reset()

func (*GetProjectAttributes_Response) String

type GetProjectById

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

func (*GetProjectById) Descriptor deprecated

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

Deprecated: Use GetProjectById.ProtoReflect.Descriptor instead.

func (*GetProjectById) GetId

func (x *GetProjectById) GetId() string

func (*GetProjectById) ProtoMessage

func (*GetProjectById) ProtoMessage()

func (*GetProjectById) ProtoReflect

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

func (*GetProjectById) Reset

func (x *GetProjectById) Reset()

func (*GetProjectById) String

func (x *GetProjectById) String() string

type GetProjectById_Response

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

func (*GetProjectById_Response) Descriptor deprecated

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

Deprecated: Use GetProjectById_Response.ProtoReflect.Descriptor instead.

func (*GetProjectById_Response) GetProject

func (x *GetProjectById_Response) GetProject() *Project

func (*GetProjectById_Response) ProtoMessage

func (*GetProjectById_Response) ProtoMessage()

func (*GetProjectById_Response) ProtoReflect

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

func (*GetProjectById_Response) Reset

func (x *GetProjectById_Response) Reset()

func (*GetProjectById_Response) String

func (x *GetProjectById_Response) String() string

type GetProjectByName

type GetProjectByName struct {
	Name          string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	WorkspaceName string `protobuf:"bytes,2,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectByName) Descriptor deprecated

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

Deprecated: Use GetProjectByName.ProtoReflect.Descriptor instead.

func (*GetProjectByName) GetName

func (x *GetProjectByName) GetName() string

func (*GetProjectByName) GetWorkspaceName

func (x *GetProjectByName) GetWorkspaceName() string

func (*GetProjectByName) ProtoMessage

func (*GetProjectByName) ProtoMessage()

func (*GetProjectByName) ProtoReflect

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

func (*GetProjectByName) Reset

func (x *GetProjectByName) Reset()

func (*GetProjectByName) String

func (x *GetProjectByName) String() string

type GetProjectByName_Response

type GetProjectByName_Response struct {
	ProjectByUser  *Project   `protobuf:"bytes,1,opt,name=project_by_user,json=projectByUser,proto3" json:"project_by_user,omitempty"`
	SharedProjects []*Project `protobuf:"bytes,2,rep,name=shared_projects,json=sharedProjects,proto3" json:"shared_projects,omitempty"` // because of collaboration, this might be multiple projects w/same name
	// contains filtered or unexported fields
}

func (*GetProjectByName_Response) Descriptor deprecated

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

Deprecated: Use GetProjectByName_Response.ProtoReflect.Descriptor instead.

func (*GetProjectByName_Response) GetProjectByUser

func (x *GetProjectByName_Response) GetProjectByUser() *Project

func (*GetProjectByName_Response) GetSharedProjects

func (x *GetProjectByName_Response) GetSharedProjects() []*Project

func (*GetProjectByName_Response) ProtoMessage

func (*GetProjectByName_Response) ProtoMessage()

func (*GetProjectByName_Response) ProtoReflect

func (*GetProjectByName_Response) Reset

func (x *GetProjectByName_Response) Reset()

func (*GetProjectByName_Response) String

func (x *GetProjectByName_Response) String() string

type GetProjectCodeVersion

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

func (*GetProjectCodeVersion) Descriptor deprecated

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

Deprecated: Use GetProjectCodeVersion.ProtoReflect.Descriptor instead.

func (*GetProjectCodeVersion) GetId

func (x *GetProjectCodeVersion) GetId() string

func (*GetProjectCodeVersion) ProtoMessage

func (*GetProjectCodeVersion) ProtoMessage()

func (*GetProjectCodeVersion) ProtoReflect

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

func (*GetProjectCodeVersion) Reset

func (x *GetProjectCodeVersion) Reset()

func (*GetProjectCodeVersion) String

func (x *GetProjectCodeVersion) String() string

type GetProjectCodeVersion_Response

type GetProjectCodeVersion_Response struct {
	CodeVersion *common.CodeVersion `protobuf:"bytes,1,opt,name=code_version,json=codeVersion,proto3" json:"code_version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectCodeVersion_Response) Descriptor deprecated

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

Deprecated: Use GetProjectCodeVersion_Response.ProtoReflect.Descriptor instead.

func (*GetProjectCodeVersion_Response) GetCodeVersion

func (x *GetProjectCodeVersion_Response) GetCodeVersion() *common.CodeVersion

func (*GetProjectCodeVersion_Response) ProtoMessage

func (*GetProjectCodeVersion_Response) ProtoMessage()

func (*GetProjectCodeVersion_Response) ProtoReflect

func (*GetProjectCodeVersion_Response) Reset

func (x *GetProjectCodeVersion_Response) Reset()

func (*GetProjectCodeVersion_Response) String

type GetProjectDatasetCount

type GetProjectDatasetCount struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectDatasetCount) Descriptor deprecated

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

Deprecated: Use GetProjectDatasetCount.ProtoReflect.Descriptor instead.

func (*GetProjectDatasetCount) GetProjectId

func (x *GetProjectDatasetCount) GetProjectId() string

func (*GetProjectDatasetCount) ProtoMessage

func (*GetProjectDatasetCount) ProtoMessage()

func (*GetProjectDatasetCount) ProtoReflect

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

func (*GetProjectDatasetCount) Reset

func (x *GetProjectDatasetCount) Reset()

func (*GetProjectDatasetCount) String

func (x *GetProjectDatasetCount) String() string

type GetProjectDatasetCount_Response

type GetProjectDatasetCount_Response struct {
	DatasetCount int64 `protobuf:"varint,1,opt,name=dataset_count,json=datasetCount,proto3" json:"dataset_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectDatasetCount_Response) Descriptor deprecated

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

Deprecated: Use GetProjectDatasetCount_Response.ProtoReflect.Descriptor instead.

func (*GetProjectDatasetCount_Response) GetDatasetCount

func (x *GetProjectDatasetCount_Response) GetDatasetCount() int64

func (*GetProjectDatasetCount_Response) ProtoMessage

func (*GetProjectDatasetCount_Response) ProtoMessage()

func (*GetProjectDatasetCount_Response) ProtoReflect

func (*GetProjectDatasetCount_Response) Reset

func (*GetProjectDatasetCount_Response) String

type GetProjectReadme

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

func (*GetProjectReadme) Descriptor deprecated

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

Deprecated: Use GetProjectReadme.ProtoReflect.Descriptor instead.

func (*GetProjectReadme) GetId

func (x *GetProjectReadme) GetId() string

func (*GetProjectReadme) ProtoMessage

func (*GetProjectReadme) ProtoMessage()

func (*GetProjectReadme) ProtoReflect

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

func (*GetProjectReadme) Reset

func (x *GetProjectReadme) Reset()

func (*GetProjectReadme) String

func (x *GetProjectReadme) String() string

type GetProjectReadme_Response

type GetProjectReadme_Response struct {
	ReadmeText string `protobuf:"bytes,1,opt,name=readme_text,json=readmeText,proto3" json:"readme_text,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectReadme_Response) Descriptor deprecated

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

Deprecated: Use GetProjectReadme_Response.ProtoReflect.Descriptor instead.

func (*GetProjectReadme_Response) GetReadmeText

func (x *GetProjectReadme_Response) GetReadmeText() string

func (*GetProjectReadme_Response) ProtoMessage

func (*GetProjectReadme_Response) ProtoMessage()

func (*GetProjectReadme_Response) ProtoReflect

func (*GetProjectReadme_Response) Reset

func (x *GetProjectReadme_Response) Reset()

func (*GetProjectReadme_Response) String

func (x *GetProjectReadme_Response) String() string

type GetProjectShortName

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

func (*GetProjectShortName) Descriptor deprecated

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

Deprecated: Use GetProjectShortName.ProtoReflect.Descriptor instead.

func (*GetProjectShortName) GetId

func (x *GetProjectShortName) GetId() string

func (*GetProjectShortName) ProtoMessage

func (*GetProjectShortName) ProtoMessage()

func (*GetProjectShortName) ProtoReflect

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

func (*GetProjectShortName) Reset

func (x *GetProjectShortName) Reset()

func (*GetProjectShortName) String

func (x *GetProjectShortName) String() string

type GetProjectShortName_Response

type GetProjectShortName_Response struct {
	ShortName string `protobuf:"bytes,2,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectShortName_Response) Descriptor deprecated

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

Deprecated: Use GetProjectShortName_Response.ProtoReflect.Descriptor instead.

func (*GetProjectShortName_Response) GetShortName

func (x *GetProjectShortName_Response) GetShortName() string

func (*GetProjectShortName_Response) ProtoMessage

func (*GetProjectShortName_Response) ProtoMessage()

func (*GetProjectShortName_Response) ProtoReflect

func (*GetProjectShortName_Response) Reset

func (x *GetProjectShortName_Response) Reset()

func (*GetProjectShortName_Response) String

type GetProjects

type GetProjects struct {
	PageNumber    int32  `protobuf:"varint,1,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	PageLimit     int32  `protobuf:"varint,2,opt,name=page_limit,json=pageLimit,proto3" json:"page_limit,omitempty"`
	Ascending     bool   `protobuf:"varint,3,opt,name=ascending,proto3" json:"ascending,omitempty"`
	SortKey       string `protobuf:"bytes,4,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	WorkspaceName string `protobuf:"bytes,5,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjects) Descriptor deprecated

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

Deprecated: Use GetProjects.ProtoReflect.Descriptor instead.

func (*GetProjects) GetAscending

func (x *GetProjects) GetAscending() bool

func (*GetProjects) GetPageLimit

func (x *GetProjects) GetPageLimit() int32

func (*GetProjects) GetPageNumber

func (x *GetProjects) GetPageNumber() int32

func (*GetProjects) GetSortKey

func (x *GetProjects) GetSortKey() string

func (*GetProjects) GetWorkspaceName

func (x *GetProjects) GetWorkspaceName() string

func (*GetProjects) ProtoMessage

func (*GetProjects) ProtoMessage()

func (*GetProjects) ProtoReflect

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

func (*GetProjects) Reset

func (x *GetProjects) Reset()

func (*GetProjects) String

func (x *GetProjects) String() string

type GetProjects_Response

type GetProjects_Response struct {
	Projects     []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	TotalRecords int64      `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjects_Response) Descriptor deprecated

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

Deprecated: Use GetProjects_Response.ProtoReflect.Descriptor instead.

func (*GetProjects_Response) GetProjects

func (x *GetProjects_Response) GetProjects() []*Project

func (*GetProjects_Response) GetTotalRecords

func (x *GetProjects_Response) GetTotalRecords() int64

func (*GetProjects_Response) ProtoMessage

func (*GetProjects_Response) ProtoMessage()

func (*GetProjects_Response) ProtoReflect

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

func (*GetProjects_Response) Reset

func (x *GetProjects_Response) Reset()

func (*GetProjects_Response) String

func (x *GetProjects_Response) String() string

type GetPublicProjects

type GetPublicProjects struct {
	UserId        string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	WorkspaceName string `protobuf:"bytes,2,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPublicProjects) Descriptor deprecated

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

Deprecated: Use GetPublicProjects.ProtoReflect.Descriptor instead.

func (*GetPublicProjects) GetUserId

func (x *GetPublicProjects) GetUserId() string

func (*GetPublicProjects) GetWorkspaceName

func (x *GetPublicProjects) GetWorkspaceName() string

func (*GetPublicProjects) ProtoMessage

func (*GetPublicProjects) ProtoMessage()

func (*GetPublicProjects) ProtoReflect

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

func (*GetPublicProjects) Reset

func (x *GetPublicProjects) Reset()

func (*GetPublicProjects) String

func (x *GetPublicProjects) String() string

type GetPublicProjects_Response

type GetPublicProjects_Response struct {
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPublicProjects_Response) Descriptor deprecated

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

Deprecated: Use GetPublicProjects_Response.ProtoReflect.Descriptor instead.

func (*GetPublicProjects_Response) GetProjects

func (x *GetPublicProjects_Response) GetProjects() []*Project

func (*GetPublicProjects_Response) ProtoMessage

func (*GetPublicProjects_Response) ProtoMessage()

func (*GetPublicProjects_Response) ProtoReflect

func (*GetPublicProjects_Response) Reset

func (x *GetPublicProjects_Response) Reset()

func (*GetPublicProjects_Response) String

func (x *GetPublicProjects_Response) String() string

type GetSummary

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

func (*GetSummary) Descriptor deprecated

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

Deprecated: Use GetSummary.ProtoReflect.Descriptor instead.

func (*GetSummary) GetEntityId

func (x *GetSummary) GetEntityId() string

func (*GetSummary) ProtoMessage

func (*GetSummary) ProtoMessage()

func (*GetSummary) ProtoReflect

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

func (*GetSummary) Reset

func (x *GetSummary) Reset()

func (*GetSummary) String

func (x *GetSummary) String() string

type GetSummary_Response

type GetSummary_Response struct {
	Name                             string                            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	LastUpdatedTime                  uint64                            `protobuf:"varint,2,opt,name=last_updated_time,json=lastUpdatedTime,proto3" json:"last_updated_time,omitempty"`
	TotalExperiment                  int64                             `protobuf:"varint,3,opt,name=total_experiment,json=totalExperiment,proto3" json:"total_experiment,omitempty"`
	TotalExperimentRuns              int64                             `protobuf:"varint,4,opt,name=total_experiment_runs,json=totalExperimentRuns,proto3" json:"total_experiment_runs,omitempty"`
	LastModifiedExperimentRunSummary *LastModifiedExperimentRunSummary `` /* 161-byte string literal not displayed */
	Metrics                          []*MetricsSummary                 `protobuf:"bytes,6,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSummary_Response) Descriptor deprecated

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

Deprecated: Use GetSummary_Response.ProtoReflect.Descriptor instead.

func (*GetSummary_Response) GetLastModifiedExperimentRunSummary

func (x *GetSummary_Response) GetLastModifiedExperimentRunSummary() *LastModifiedExperimentRunSummary

func (*GetSummary_Response) GetLastUpdatedTime

func (x *GetSummary_Response) GetLastUpdatedTime() uint64

func (*GetSummary_Response) GetMetrics

func (x *GetSummary_Response) GetMetrics() []*MetricsSummary

func (*GetSummary_Response) GetName

func (x *GetSummary_Response) GetName() string

func (*GetSummary_Response) GetTotalExperiment

func (x *GetSummary_Response) GetTotalExperiment() int64

func (*GetSummary_Response) GetTotalExperimentRuns

func (x *GetSummary_Response) GetTotalExperimentRuns() int64

func (*GetSummary_Response) ProtoMessage

func (*GetSummary_Response) ProtoMessage()

func (*GetSummary_Response) ProtoReflect

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

func (*GetSummary_Response) Reset

func (x *GetSummary_Response) Reset()

func (*GetSummary_Response) String

func (x *GetSummary_Response) String() string

type GetTags

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

func (*GetTags) Descriptor deprecated

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

Deprecated: Use GetTags.ProtoReflect.Descriptor instead.

func (*GetTags) GetId

func (x *GetTags) GetId() string

func (*GetTags) ProtoMessage

func (*GetTags) ProtoMessage()

func (*GetTags) ProtoReflect

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

func (*GetTags) Reset

func (x *GetTags) Reset()

func (*GetTags) String

func (x *GetTags) String() string

type GetTags_Response

type GetTags_Response struct {
	Tags []string `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTags_Response) Descriptor deprecated

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

Deprecated: Use GetTags_Response.ProtoReflect.Descriptor instead.

func (*GetTags_Response) GetTags

func (x *GetTags_Response) GetTags() []string

func (*GetTags_Response) ProtoMessage

func (*GetTags_Response) ProtoMessage()

func (*GetTags_Response) ProtoReflect

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

func (*GetTags_Response) Reset

func (x *GetTags_Response) Reset()

func (*GetTags_Response) String

func (x *GetTags_Response) String() string

type GetUrlForArtifact

type GetUrlForArtifact struct {
	Id           string                               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // can be Proj, Expt, or Run depending on handling service
	Key          string                               `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Method       string                               `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"` //This is either GET or PUT
	ArtifactType common.ArtifactTypeEnum_ArtifactType ``                                                                  //can inform which slot to check
	/* 149-byte string literal not displayed */
	PartNumber uint64 `protobuf:"varint,5,opt,name=part_number,json=partNumber,proto3" json:"part_number,omitempty"` // if 0, don’t do multipart
	// contains filtered or unexported fields
}

func (*GetUrlForArtifact) Descriptor deprecated

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

Deprecated: Use GetUrlForArtifact.ProtoReflect.Descriptor instead.

func (*GetUrlForArtifact) GetArtifactType

func (*GetUrlForArtifact) GetId

func (x *GetUrlForArtifact) GetId() string

func (*GetUrlForArtifact) GetKey

func (x *GetUrlForArtifact) GetKey() string

func (*GetUrlForArtifact) GetMethod

func (x *GetUrlForArtifact) GetMethod() string

func (*GetUrlForArtifact) GetPartNumber

func (x *GetUrlForArtifact) GetPartNumber() uint64

func (*GetUrlForArtifact) ProtoMessage

func (*GetUrlForArtifact) ProtoMessage()

func (*GetUrlForArtifact) ProtoReflect

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

func (*GetUrlForArtifact) Reset

func (x *GetUrlForArtifact) Reset()

func (*GetUrlForArtifact) String

func (x *GetUrlForArtifact) String() string

type GetUrlForArtifact_Response

type GetUrlForArtifact_Response struct {
	Url               string            `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Fields            map[string]string ``                                                                                                                    /* 153-byte string literal not displayed */
	MultipartUploadOk bool              `protobuf:"varint,3,opt,name=multipart_upload_ok,json=multipartUploadOk,proto3" json:"multipart_upload_ok,omitempty"` // for backcompat: new Client, old Backend
	// contains filtered or unexported fields
}

func (*GetUrlForArtifact_Response) Descriptor deprecated

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

Deprecated: Use GetUrlForArtifact_Response.ProtoReflect.Descriptor instead.

func (*GetUrlForArtifact_Response) GetFields

func (x *GetUrlForArtifact_Response) GetFields() map[string]string

func (*GetUrlForArtifact_Response) GetMultipartUploadOk

func (x *GetUrlForArtifact_Response) GetMultipartUploadOk() bool

func (*GetUrlForArtifact_Response) GetUrl

func (x *GetUrlForArtifact_Response) GetUrl() string

func (*GetUrlForArtifact_Response) ProtoMessage

func (*GetUrlForArtifact_Response) ProtoMessage()

func (*GetUrlForArtifact_Response) ProtoReflect

func (*GetUrlForArtifact_Response) Reset

func (x *GetUrlForArtifact_Response) Reset()

func (*GetUrlForArtifact_Response) String

func (x *GetUrlForArtifact_Response) String() string

type GetUrlForDatasetBlobVersioned

type GetUrlForDatasetBlobVersioned struct {
	DatasetId                    string `protobuf:"bytes,1,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	DatasetVersionId             string `protobuf:"bytes,2,opt,name=dataset_version_id,json=datasetVersionId,proto3" json:"dataset_version_id,omitempty"`
	PathDatasetComponentBlobPath string ``                                                                                             /* 151-byte string literal not displayed */
	Method                       string `protobuf:"bytes,4,opt,name=method,proto3" json:"method,omitempty"`                            //This is either GET or PUT
	PartNumber                   uint64 `protobuf:"varint,5,opt,name=part_number,json=partNumber,proto3" json:"part_number,omitempty"` // if 0, don’t do multipart
	WorkspaceName                string `protobuf:"bytes,6,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUrlForDatasetBlobVersioned) Descriptor deprecated

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

Deprecated: Use GetUrlForDatasetBlobVersioned.ProtoReflect.Descriptor instead.

func (*GetUrlForDatasetBlobVersioned) GetDatasetId

func (x *GetUrlForDatasetBlobVersioned) GetDatasetId() string

func (*GetUrlForDatasetBlobVersioned) GetDatasetVersionId

func (x *GetUrlForDatasetBlobVersioned) GetDatasetVersionId() string

func (*GetUrlForDatasetBlobVersioned) GetMethod

func (x *GetUrlForDatasetBlobVersioned) GetMethod() string

func (*GetUrlForDatasetBlobVersioned) GetPartNumber

func (x *GetUrlForDatasetBlobVersioned) GetPartNumber() uint64

func (*GetUrlForDatasetBlobVersioned) GetPathDatasetComponentBlobPath

func (x *GetUrlForDatasetBlobVersioned) GetPathDatasetComponentBlobPath() string

func (*GetUrlForDatasetBlobVersioned) GetWorkspaceName

func (x *GetUrlForDatasetBlobVersioned) GetWorkspaceName() string

func (*GetUrlForDatasetBlobVersioned) ProtoMessage

func (*GetUrlForDatasetBlobVersioned) ProtoMessage()

func (*GetUrlForDatasetBlobVersioned) ProtoReflect

func (*GetUrlForDatasetBlobVersioned) Reset

func (x *GetUrlForDatasetBlobVersioned) Reset()

func (*GetUrlForDatasetBlobVersioned) String

type GetUrlForDatasetBlobVersioned_Response

type GetUrlForDatasetBlobVersioned_Response struct {
	Url               string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	MultipartUploadOk bool   `protobuf:"varint,3,opt,name=multipart_upload_ok,json=multipartUploadOk,proto3" json:"multipart_upload_ok,omitempty"` // for backcompat: new Client, old Backend
	// contains filtered or unexported fields
}

func (*GetUrlForDatasetBlobVersioned_Response) Descriptor deprecated

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

Deprecated: Use GetUrlForDatasetBlobVersioned_Response.ProtoReflect.Descriptor instead.

func (*GetUrlForDatasetBlobVersioned_Response) GetMultipartUploadOk

func (x *GetUrlForDatasetBlobVersioned_Response) GetMultipartUploadOk() bool

func (*GetUrlForDatasetBlobVersioned_Response) GetUrl

func (*GetUrlForDatasetBlobVersioned_Response) ProtoMessage

func (*GetUrlForDatasetBlobVersioned_Response) ProtoReflect

func (*GetUrlForDatasetBlobVersioned_Response) Reset

func (*GetUrlForDatasetBlobVersioned_Response) String

type GetVersionedInput

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

func (*GetVersionedInput) Descriptor deprecated

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

Deprecated: Use GetVersionedInput.ProtoReflect.Descriptor instead.

func (*GetVersionedInput) GetId

func (x *GetVersionedInput) GetId() string

func (*GetVersionedInput) ProtoMessage

func (*GetVersionedInput) ProtoMessage()

func (*GetVersionedInput) ProtoReflect

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

func (*GetVersionedInput) Reset

func (x *GetVersionedInput) Reset()

func (*GetVersionedInput) String

func (x *GetVersionedInput) String() string

type GetVersionedInput_Response

type GetVersionedInput_Response struct {
	VersionedInputs *VersioningEntry `protobuf:"bytes,1,opt,name=versioned_inputs,json=versionedInputs,proto3" json:"versioned_inputs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVersionedInput_Response) Descriptor deprecated

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

Deprecated: Use GetVersionedInput_Response.ProtoReflect.Descriptor instead.

func (*GetVersionedInput_Response) GetVersionedInputs

func (x *GetVersionedInput_Response) GetVersionedInputs() *VersioningEntry

func (*GetVersionedInput_Response) ProtoMessage

func (*GetVersionedInput_Response) ProtoMessage()

func (*GetVersionedInput_Response) ProtoReflect

func (*GetVersionedInput_Response) Reset

func (x *GetVersionedInput_Response) Reset()

func (*GetVersionedInput_Response) String

func (x *GetVersionedInput_Response) String() string

type Job

type Job struct {
	Id          string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description string                  `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	StartTime   string                  `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime     string                  `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	Metadata    []*common.KeyValue      `protobuf:"bytes,5,rep,name=metadata,proto3" json:"metadata,omitempty"`
	JobStatus   JobStatusEnum_JobStatus `` /* 135-byte string literal not displayed */
	JobType     JobTypeEnum_JobType     `protobuf:"varint,7,opt,name=job_type,json=jobType,proto3,enum=ai.verta.modeldb.JobTypeEnum_JobType" json:"job_type,omitempty"`
	Owner       string                  `protobuf:"bytes,8,opt,name=owner,proto3" json:"owner,omitempty"`
	// Types that are assignable to OwnerTracking:
	//
	//	*Job_OwnerId
	//	*Job_GroupOwnerId
	OwnerTracking isJob_OwnerTracking `protobuf_oneof:"owner_tracking"`
	// contains filtered or unexported fields
}

func (*Job) Descriptor deprecated

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

Deprecated: Use Job.ProtoReflect.Descriptor instead.

func (*Job) GetDescription

func (x *Job) GetDescription() string

func (*Job) GetEndTime

func (x *Job) GetEndTime() string

func (*Job) GetGroupOwnerId

func (x *Job) GetGroupOwnerId() *common.GroupId

func (*Job) GetId

func (x *Job) GetId() string

func (*Job) GetJobStatus

func (x *Job) GetJobStatus() JobStatusEnum_JobStatus

func (*Job) GetJobType

func (x *Job) GetJobType() JobTypeEnum_JobType

func (*Job) GetMetadata

func (x *Job) GetMetadata() []*common.KeyValue

func (*Job) GetOwner

func (x *Job) GetOwner() string

func (*Job) GetOwnerId

func (x *Job) GetOwnerId() uint64

func (*Job) GetOwnerTracking

func (m *Job) GetOwnerTracking() isJob_OwnerTracking

func (*Job) GetStartTime

func (x *Job) GetStartTime() string

func (*Job) ProtoMessage

func (*Job) ProtoMessage()

func (*Job) ProtoReflect

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

func (*Job) Reset

func (x *Job) Reset()

func (*Job) String

func (x *Job) String() string

type JobServiceClient

type JobServiceClient interface {
	CreateJob(ctx context.Context, in *CreateJob, opts ...grpc.CallOption) (*CreateJob_Response, error)
	GetJob(ctx context.Context, in *GetJob, opts ...grpc.CallOption) (*GetJob_Response, error)
	UpdateJob(ctx context.Context, in *UpdateJob, opts ...grpc.CallOption) (*UpdateJob_Response, error)
	DeleteJob(ctx context.Context, in *DeleteJob, opts ...grpc.CallOption) (*DeleteJob_Response, error)
}

JobServiceClient is the client API for JobService service.

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

func NewJobServiceClient

func NewJobServiceClient(cc grpc.ClientConnInterface) JobServiceClient

type JobServiceServer

type JobServiceServer interface {
	CreateJob(context.Context, *CreateJob) (*CreateJob_Response, error)
	GetJob(context.Context, *GetJob) (*GetJob_Response, error)
	UpdateJob(context.Context, *UpdateJob) (*UpdateJob_Response, error)
	DeleteJob(context.Context, *DeleteJob) (*DeleteJob_Response, error)
}

JobServiceServer is the server API for JobService service.

type JobStatusEnum

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

func (*JobStatusEnum) Descriptor deprecated

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

Deprecated: Use JobStatusEnum.ProtoReflect.Descriptor instead.

func (*JobStatusEnum) ProtoMessage

func (*JobStatusEnum) ProtoMessage()

func (*JobStatusEnum) ProtoReflect

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

func (*JobStatusEnum) Reset

func (x *JobStatusEnum) Reset()

func (*JobStatusEnum) String

func (x *JobStatusEnum) String() string

type JobStatusEnum_JobStatus

type JobStatusEnum_JobStatus int32
const (
	JobStatusEnum_NOT_STARTED JobStatusEnum_JobStatus = 0
	JobStatusEnum_IN_PROGRESS JobStatusEnum_JobStatus = 1
	JobStatusEnum_COMPLETED   JobStatusEnum_JobStatus = 2
)

func (JobStatusEnum_JobStatus) Descriptor

func (JobStatusEnum_JobStatus) Enum

func (JobStatusEnum_JobStatus) EnumDescriptor deprecated

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

Deprecated: Use JobStatusEnum_JobStatus.Descriptor instead.

func (JobStatusEnum_JobStatus) Number

func (JobStatusEnum_JobStatus) String

func (x JobStatusEnum_JobStatus) String() string

func (JobStatusEnum_JobStatus) Type

type JobTypeEnum

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

func (*JobTypeEnum) Descriptor deprecated

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

Deprecated: Use JobTypeEnum.ProtoReflect.Descriptor instead.

func (*JobTypeEnum) ProtoMessage

func (*JobTypeEnum) ProtoMessage()

func (*JobTypeEnum) ProtoReflect

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

func (*JobTypeEnum) Reset

func (x *JobTypeEnum) Reset()

func (*JobTypeEnum) String

func (x *JobTypeEnum) String() string

type JobTypeEnum_JobType

type JobTypeEnum_JobType int32
const (
	JobTypeEnum_KUBERNETES_JOB JobTypeEnum_JobType = 0
)

func (JobTypeEnum_JobType) Descriptor

func (JobTypeEnum_JobType) Enum

func (JobTypeEnum_JobType) EnumDescriptor deprecated

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

Deprecated: Use JobTypeEnum_JobType.Descriptor instead.

func (JobTypeEnum_JobType) Number

func (JobTypeEnum_JobType) String

func (x JobTypeEnum_JobType) String() string

func (JobTypeEnum_JobType) Type

type Job_GroupOwnerId

type Job_GroupOwnerId struct {
	GroupOwnerId *common.GroupId `protobuf:"bytes,10,opt,name=group_owner_id,json=groupOwnerId,proto3,oneof"`
}

type Job_OwnerId

type Job_OwnerId struct {
	OwnerId uint64 `protobuf:"varint,9,opt,name=owner_id,json=ownerId,proto3,oneof"`
}

type LastExperimentByDatasetId

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

func (*LastExperimentByDatasetId) Descriptor deprecated

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

Deprecated: Use LastExperimentByDatasetId.ProtoReflect.Descriptor instead.

func (*LastExperimentByDatasetId) GetDatasetId

func (x *LastExperimentByDatasetId) GetDatasetId() string

func (*LastExperimentByDatasetId) ProtoMessage

func (*LastExperimentByDatasetId) ProtoMessage()

func (*LastExperimentByDatasetId) ProtoReflect

func (*LastExperimentByDatasetId) Reset

func (x *LastExperimentByDatasetId) Reset()

func (*LastExperimentByDatasetId) String

func (x *LastExperimentByDatasetId) String() string

type LastExperimentByDatasetId_Response

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

func (*LastExperimentByDatasetId_Response) Descriptor deprecated

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

Deprecated: Use LastExperimentByDatasetId_Response.ProtoReflect.Descriptor instead.

func (*LastExperimentByDatasetId_Response) GetExperiment

func (x *LastExperimentByDatasetId_Response) GetExperiment() *Experiment

func (*LastExperimentByDatasetId_Response) ProtoMessage

func (*LastExperimentByDatasetId_Response) ProtoMessage()

func (*LastExperimentByDatasetId_Response) ProtoReflect

func (*LastExperimentByDatasetId_Response) Reset

func (*LastExperimentByDatasetId_Response) String

type LastModifiedExperimentRunSummary

type LastModifiedExperimentRunSummary struct {
	Name            string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	LastUpdatedTime uint64 `protobuf:"varint,2,opt,name=last_updated_time,json=lastUpdatedTime,proto3" json:"last_updated_time,omitempty"`
	// contains filtered or unexported fields
}

func (*LastModifiedExperimentRunSummary) Descriptor deprecated

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

Deprecated: Use LastModifiedExperimentRunSummary.ProtoReflect.Descriptor instead.

func (*LastModifiedExperimentRunSummary) GetLastUpdatedTime

func (x *LastModifiedExperimentRunSummary) GetLastUpdatedTime() uint64

func (*LastModifiedExperimentRunSummary) GetName

func (*LastModifiedExperimentRunSummary) ProtoMessage

func (*LastModifiedExperimentRunSummary) ProtoMessage()

func (*LastModifiedExperimentRunSummary) ProtoReflect

func (*LastModifiedExperimentRunSummary) Reset

func (*LastModifiedExperimentRunSummary) String

type LineageEntry

type LineageEntry struct {
	Type LineageEntryEnum_LineageEntryType `protobuf:"varint,1,opt,name=type,proto3,enum=ai.verta.modeldb.LineageEntryEnum_LineageEntryType" json:"type,omitempty"`
	// Types that are assignable to Description:
	//
	//	*LineageEntry_ExternalId
	Description isLineageEntry_Description `protobuf_oneof:"description"`
	// contains filtered or unexported fields
}

func (*LineageEntry) Descriptor deprecated

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

Deprecated: Use LineageEntry.ProtoReflect.Descriptor instead.

func (*LineageEntry) GetDescription

func (m *LineageEntry) GetDescription() isLineageEntry_Description

func (*LineageEntry) GetExternalId

func (x *LineageEntry) GetExternalId() string

func (*LineageEntry) GetType

func (*LineageEntry) ProtoMessage

func (*LineageEntry) ProtoMessage()

func (*LineageEntry) ProtoReflect

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

func (*LineageEntry) Reset

func (x *LineageEntry) Reset()

func (*LineageEntry) String

func (x *LineageEntry) String() string

type LineageEntryBatch

type LineageEntryBatch struct {
	Items []*LineageEntry `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

Represent a set of lineage items, essentially an array so that it can be embedded on other proto messages.

func (*LineageEntryBatch) Descriptor deprecated

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

Deprecated: Use LineageEntryBatch.ProtoReflect.Descriptor instead.

func (*LineageEntryBatch) GetItems

func (x *LineageEntryBatch) GetItems() []*LineageEntry

func (*LineageEntryBatch) ProtoMessage

func (*LineageEntryBatch) ProtoMessage()

func (*LineageEntryBatch) ProtoReflect

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

func (*LineageEntryBatch) Reset

func (x *LineageEntryBatch) Reset()

func (*LineageEntryBatch) String

func (x *LineageEntryBatch) String() string

type LineageEntryEnum

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

We can have multiple types being recorded in the lineage system. These are the types that we allow.

func (*LineageEntryEnum) Descriptor deprecated

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

Deprecated: Use LineageEntryEnum.ProtoReflect.Descriptor instead.

func (*LineageEntryEnum) ProtoMessage

func (*LineageEntryEnum) ProtoMessage()

func (*LineageEntryEnum) ProtoReflect

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

func (*LineageEntryEnum) Reset

func (x *LineageEntryEnum) Reset()

func (*LineageEntryEnum) String

func (x *LineageEntryEnum) String() string

type LineageEntryEnum_LineageEntryType

type LineageEntryEnum_LineageEntryType int32
const (
	LineageEntryEnum_UNKNOWN         LineageEntryEnum_LineageEntryType = 0 // Type 0 should always cause an error
	LineageEntryEnum_EXPERIMENT_RUN  LineageEntryEnum_LineageEntryType = 1
	LineageEntryEnum_DATASET_VERSION LineageEntryEnum_LineageEntryType = 2
)

func (LineageEntryEnum_LineageEntryType) Descriptor

func (LineageEntryEnum_LineageEntryType) Enum

func (LineageEntryEnum_LineageEntryType) EnumDescriptor deprecated

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

Deprecated: Use LineageEntryEnum_LineageEntryType.Descriptor instead.

func (LineageEntryEnum_LineageEntryType) Number

func (LineageEntryEnum_LineageEntryType) String

func (LineageEntryEnum_LineageEntryType) Type

type LineageEntry_ExternalId

type LineageEntry_ExternalId struct {
	// External ID of the item for the given type, if compatible
	ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3,oneof"`
}

type LineageServiceClient

type LineageServiceClient interface {
	AddLineage(ctx context.Context, in *AddLineage, opts ...grpc.CallOption) (*AddLineage_Response, error)
	DeleteLineage(ctx context.Context, in *DeleteLineage, opts ...grpc.CallOption) (*DeleteLineage_Response, error)
	FindAllInputs(ctx context.Context, in *FindAllInputs, opts ...grpc.CallOption) (*FindAllInputs_Response, error)
	FindAllOutputs(ctx context.Context, in *FindAllOutputs, opts ...grpc.CallOption) (*FindAllOutputs_Response, error)
	FindAllInputsOutputs(ctx context.Context, in *FindAllInputsOutputs, opts ...grpc.CallOption) (*FindAllInputsOutputs_Response, error)
}

LineageServiceClient is the client API for LineageService service.

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

type LineageServiceServer

LineageServiceServer is the server API for LineageService service.

type ListBlobExperimentRunsRequest

type ListBlobExperimentRunsRequest struct {
	RepositoryId *versioning.RepositoryIdentification `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	Pagination   *common.Pagination                   `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	CommitSha    string                               `protobuf:"bytes,3,opt,name=commit_sha,json=commitSha,proto3" json:"commit_sha,omitempty"`
	Location     []string                             `protobuf:"bytes,4,rep,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

Getting experimentRuns linked to a blob

func (*ListBlobExperimentRunsRequest) Descriptor deprecated

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

Deprecated: Use ListBlobExperimentRunsRequest.ProtoReflect.Descriptor instead.

func (*ListBlobExperimentRunsRequest) GetCommitSha

func (x *ListBlobExperimentRunsRequest) GetCommitSha() string

func (*ListBlobExperimentRunsRequest) GetLocation

func (x *ListBlobExperimentRunsRequest) GetLocation() []string

func (*ListBlobExperimentRunsRequest) GetPagination

func (x *ListBlobExperimentRunsRequest) GetPagination() *common.Pagination

func (*ListBlobExperimentRunsRequest) GetRepositoryId

func (*ListBlobExperimentRunsRequest) ProtoMessage

func (*ListBlobExperimentRunsRequest) ProtoMessage()

func (*ListBlobExperimentRunsRequest) ProtoReflect

func (*ListBlobExperimentRunsRequest) Reset

func (x *ListBlobExperimentRunsRequest) Reset()

func (*ListBlobExperimentRunsRequest) String

type ListBlobExperimentRunsRequest_Response

type ListBlobExperimentRunsRequest_Response struct {
	Runs         []*ExperimentRun `protobuf:"bytes,1,rep,name=runs,proto3" json:"runs,omitempty"`
	TotalRecords int64            `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBlobExperimentRunsRequest_Response) Descriptor deprecated

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

Deprecated: Use ListBlobExperimentRunsRequest_Response.ProtoReflect.Descriptor instead.

func (*ListBlobExperimentRunsRequest_Response) GetRuns

func (*ListBlobExperimentRunsRequest_Response) GetTotalRecords

func (x *ListBlobExperimentRunsRequest_Response) GetTotalRecords() int64

func (*ListBlobExperimentRunsRequest_Response) ProtoMessage

func (*ListBlobExperimentRunsRequest_Response) ProtoReflect

func (*ListBlobExperimentRunsRequest_Response) Reset

func (*ListBlobExperimentRunsRequest_Response) String

type ListCommitExperimentRunsRequest

type ListCommitExperimentRunsRequest struct {
	RepositoryId *versioning.RepositoryIdentification `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	Pagination   *common.Pagination                   `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	CommitSha    string                               `protobuf:"bytes,3,opt,name=commit_sha,json=commitSha,proto3" json:"commit_sha,omitempty"`
	// contains filtered or unexported fields
}

Getting experimentRuns linked to a commit

func (*ListCommitExperimentRunsRequest) Descriptor deprecated

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

Deprecated: Use ListCommitExperimentRunsRequest.ProtoReflect.Descriptor instead.

func (*ListCommitExperimentRunsRequest) GetCommitSha

func (x *ListCommitExperimentRunsRequest) GetCommitSha() string

func (*ListCommitExperimentRunsRequest) GetPagination

func (*ListCommitExperimentRunsRequest) GetRepositoryId

func (*ListCommitExperimentRunsRequest) ProtoMessage

func (*ListCommitExperimentRunsRequest) ProtoMessage()

func (*ListCommitExperimentRunsRequest) ProtoReflect

func (*ListCommitExperimentRunsRequest) Reset

func (*ListCommitExperimentRunsRequest) String

type ListCommitExperimentRunsRequest_Response

type ListCommitExperimentRunsRequest_Response struct {
	Runs         []*ExperimentRun `protobuf:"bytes,1,rep,name=runs,proto3" json:"runs,omitempty"`
	TotalRecords int64            `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCommitExperimentRunsRequest_Response) Descriptor deprecated

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

Deprecated: Use ListCommitExperimentRunsRequest_Response.ProtoReflect.Descriptor instead.

func (*ListCommitExperimentRunsRequest_Response) GetRuns

func (*ListCommitExperimentRunsRequest_Response) GetTotalRecords

func (x *ListCommitExperimentRunsRequest_Response) GetTotalRecords() int64

func (*ListCommitExperimentRunsRequest_Response) ProtoMessage

func (*ListCommitExperimentRunsRequest_Response) ProtoReflect

func (*ListCommitExperimentRunsRequest_Response) Reset

func (*ListCommitExperimentRunsRequest_Response) String

type Location

type Location struct {
	Location []string `protobuf:"bytes,1,rep,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func (*Location) Descriptor deprecated

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

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetLocation

func (x *Location) GetLocation() []string

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) ProtoReflect

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

func (*Location) Reset

func (x *Location) Reset()

func (*Location) String

func (x *Location) String() string

type LogArtifact

type LogArtifact struct {
	Id       string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Artifact *common.Artifact `protobuf:"bytes,2,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// contains filtered or unexported fields
}

artifact

func (*LogArtifact) Descriptor deprecated

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

Deprecated: Use LogArtifact.ProtoReflect.Descriptor instead.

func (*LogArtifact) GetArtifact

func (x *LogArtifact) GetArtifact() *common.Artifact

func (*LogArtifact) GetId

func (x *LogArtifact) GetId() string

func (*LogArtifact) ProtoMessage

func (*LogArtifact) ProtoMessage()

func (*LogArtifact) ProtoReflect

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

func (*LogArtifact) Reset

func (x *LogArtifact) Reset()

func (*LogArtifact) String

func (x *LogArtifact) String() string

type LogArtifact_Response

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

func (*LogArtifact_Response) Descriptor deprecated

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

Deprecated: Use LogArtifact_Response.ProtoReflect.Descriptor instead.

func (*LogArtifact_Response) ProtoMessage

func (*LogArtifact_Response) ProtoMessage()

func (*LogArtifact_Response) ProtoReflect

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

func (*LogArtifact_Response) Reset

func (x *LogArtifact_Response) Reset()

func (*LogArtifact_Response) String

func (x *LogArtifact_Response) String() string

type LogArtifacts

type LogArtifacts struct {
	Id        string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Artifacts []*common.Artifact `protobuf:"bytes,2,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// contains filtered or unexported fields
}

artifacts

func (*LogArtifacts) Descriptor deprecated

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

Deprecated: Use LogArtifacts.ProtoReflect.Descriptor instead.

func (*LogArtifacts) GetArtifacts

func (x *LogArtifacts) GetArtifacts() []*common.Artifact

func (*LogArtifacts) GetId

func (x *LogArtifacts) GetId() string

func (*LogArtifacts) ProtoMessage

func (*LogArtifacts) ProtoMessage()

func (*LogArtifacts) ProtoReflect

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

func (*LogArtifacts) Reset

func (x *LogArtifacts) Reset()

func (*LogArtifacts) String

func (x *LogArtifacts) String() string

type LogArtifacts_Response

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

func (*LogArtifacts_Response) Descriptor deprecated

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

Deprecated: Use LogArtifacts_Response.ProtoReflect.Descriptor instead.

func (*LogArtifacts_Response) ProtoMessage

func (*LogArtifacts_Response) ProtoMessage()

func (*LogArtifacts_Response) ProtoReflect

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

func (*LogArtifacts_Response) Reset

func (x *LogArtifacts_Response) Reset()

func (*LogArtifacts_Response) String

func (x *LogArtifacts_Response) String() string

type LogAttribute

type LogAttribute struct {
	Id        string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attribute *common.KeyValue `protobuf:"bytes,2,opt,name=attribute,proto3" json:"attribute,omitempty"`
	// contains filtered or unexported fields
}

attribute

func (*LogAttribute) Descriptor deprecated

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

Deprecated: Use LogAttribute.ProtoReflect.Descriptor instead.

func (*LogAttribute) GetAttribute

func (x *LogAttribute) GetAttribute() *common.KeyValue

func (*LogAttribute) GetId

func (x *LogAttribute) GetId() string

func (*LogAttribute) ProtoMessage

func (*LogAttribute) ProtoMessage()

func (*LogAttribute) ProtoReflect

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

func (*LogAttribute) Reset

func (x *LogAttribute) Reset()

func (*LogAttribute) String

func (x *LogAttribute) String() string

type LogAttribute_Response

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

func (*LogAttribute_Response) Descriptor deprecated

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

Deprecated: Use LogAttribute_Response.ProtoReflect.Descriptor instead.

func (*LogAttribute_Response) ProtoMessage

func (*LogAttribute_Response) ProtoMessage()

func (*LogAttribute_Response) ProtoReflect

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

func (*LogAttribute_Response) Reset

func (x *LogAttribute_Response) Reset()

func (*LogAttribute_Response) String

func (x *LogAttribute_Response) String() string

type LogAttributes

type LogAttributes struct {
	Id         string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attributes []*common.KeyValue `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

attributes

func (*LogAttributes) Descriptor deprecated

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

Deprecated: Use LogAttributes.ProtoReflect.Descriptor instead.

func (*LogAttributes) GetAttributes

func (x *LogAttributes) GetAttributes() []*common.KeyValue

func (*LogAttributes) GetId

func (x *LogAttributes) GetId() string

func (*LogAttributes) ProtoMessage

func (*LogAttributes) ProtoMessage()

func (*LogAttributes) ProtoReflect

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

func (*LogAttributes) Reset

func (x *LogAttributes) Reset()

func (*LogAttributes) String

func (x *LogAttributes) String() string

type LogAttributes_Response

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

func (*LogAttributes_Response) Descriptor deprecated

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

Deprecated: Use LogAttributes_Response.ProtoReflect.Descriptor instead.

func (*LogAttributes_Response) ProtoMessage

func (*LogAttributes_Response) ProtoMessage()

func (*LogAttributes_Response) ProtoReflect

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

func (*LogAttributes_Response) Reset

func (x *LogAttributes_Response) Reset()

func (*LogAttributes_Response) String

func (x *LogAttributes_Response) String() string

type LogDataset

type LogDataset struct {
	Id        string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Dataset   *common.Artifact `protobuf:"bytes,2,opt,name=dataset,proto3" json:"dataset,omitempty"`
	Overwrite bool             `protobuf:"varint,3,opt,name=overwrite,proto3" json:"overwrite,omitempty"`
	// contains filtered or unexported fields
}

dataset

func (*LogDataset) Descriptor deprecated

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

Deprecated: Use LogDataset.ProtoReflect.Descriptor instead.

func (*LogDataset) GetDataset

func (x *LogDataset) GetDataset() *common.Artifact

func (*LogDataset) GetId

func (x *LogDataset) GetId() string

func (*LogDataset) GetOverwrite

func (x *LogDataset) GetOverwrite() bool

func (*LogDataset) ProtoMessage

func (*LogDataset) ProtoMessage()

func (*LogDataset) ProtoReflect

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

func (*LogDataset) Reset

func (x *LogDataset) Reset()

func (*LogDataset) String

func (x *LogDataset) String() string

type LogDataset_Response

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

func (*LogDataset_Response) Descriptor deprecated

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

Deprecated: Use LogDataset_Response.ProtoReflect.Descriptor instead.

func (*LogDataset_Response) ProtoMessage

func (*LogDataset_Response) ProtoMessage()

func (*LogDataset_Response) ProtoReflect

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

func (*LogDataset_Response) Reset

func (x *LogDataset_Response) Reset()

func (*LogDataset_Response) String

func (x *LogDataset_Response) String() string

type LogDatasets

type LogDatasets struct {
	Id        string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Datasets  []*common.Artifact `protobuf:"bytes,2,rep,name=datasets,proto3" json:"datasets,omitempty"`
	Overwrite bool               `protobuf:"varint,3,opt,name=overwrite,proto3" json:"overwrite,omitempty"`
	// contains filtered or unexported fields
}

datasets

func (*LogDatasets) Descriptor deprecated

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

Deprecated: Use LogDatasets.ProtoReflect.Descriptor instead.

func (*LogDatasets) GetDatasets

func (x *LogDatasets) GetDatasets() []*common.Artifact

func (*LogDatasets) GetId

func (x *LogDatasets) GetId() string

func (*LogDatasets) GetOverwrite

func (x *LogDatasets) GetOverwrite() bool

func (*LogDatasets) ProtoMessage

func (*LogDatasets) ProtoMessage()

func (*LogDatasets) ProtoReflect

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

func (*LogDatasets) Reset

func (x *LogDatasets) Reset()

func (*LogDatasets) String

func (x *LogDatasets) String() string

type LogDatasets_Response

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

func (*LogDatasets_Response) Descriptor deprecated

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

Deprecated: Use LogDatasets_Response.ProtoReflect.Descriptor instead.

func (*LogDatasets_Response) ProtoMessage

func (*LogDatasets_Response) ProtoMessage()

func (*LogDatasets_Response) ProtoReflect

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

func (*LogDatasets_Response) Reset

func (x *LogDatasets_Response) Reset()

func (*LogDatasets_Response) String

func (x *LogDatasets_Response) String() string

type LogEnvironment

type LogEnvironment struct {
	Id          string                      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Environment *versioning.EnvironmentBlob `protobuf:"bytes,2,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*LogEnvironment) Descriptor deprecated

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

Deprecated: Use LogEnvironment.ProtoReflect.Descriptor instead.

func (*LogEnvironment) GetEnvironment

func (x *LogEnvironment) GetEnvironment() *versioning.EnvironmentBlob

func (*LogEnvironment) GetId

func (x *LogEnvironment) GetId() string

func (*LogEnvironment) ProtoMessage

func (*LogEnvironment) ProtoMessage()

func (*LogEnvironment) ProtoReflect

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

func (*LogEnvironment) Reset

func (x *LogEnvironment) Reset()

func (*LogEnvironment) String

func (x *LogEnvironment) String() string

type LogEnvironment_Response

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

func (*LogEnvironment_Response) Descriptor deprecated

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

Deprecated: Use LogEnvironment_Response.ProtoReflect.Descriptor instead.

func (*LogEnvironment_Response) ProtoMessage

func (*LogEnvironment_Response) ProtoMessage()

func (*LogEnvironment_Response) ProtoReflect

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

func (*LogEnvironment_Response) Reset

func (x *LogEnvironment_Response) Reset()

func (*LogEnvironment_Response) String

func (x *LogEnvironment_Response) String() string

type LogExperimentArtifacts

type LogExperimentArtifacts struct {
	Id        string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Artifacts []*common.Artifact `protobuf:"bytes,2,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// contains filtered or unexported fields
}

artifacts

func (*LogExperimentArtifacts) Descriptor deprecated

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

Deprecated: Use LogExperimentArtifacts.ProtoReflect.Descriptor instead.

func (*LogExperimentArtifacts) GetArtifacts

func (x *LogExperimentArtifacts) GetArtifacts() []*common.Artifact

func (*LogExperimentArtifacts) GetId

func (x *LogExperimentArtifacts) GetId() string

func (*LogExperimentArtifacts) ProtoMessage

func (*LogExperimentArtifacts) ProtoMessage()

func (*LogExperimentArtifacts) ProtoReflect

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

func (*LogExperimentArtifacts) Reset

func (x *LogExperimentArtifacts) Reset()

func (*LogExperimentArtifacts) String

func (x *LogExperimentArtifacts) String() string

type LogExperimentArtifacts_Response

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

func (*LogExperimentArtifacts_Response) Descriptor deprecated

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

Deprecated: Use LogExperimentArtifacts_Response.ProtoReflect.Descriptor instead.

func (*LogExperimentArtifacts_Response) GetExperiment

func (x *LogExperimentArtifacts_Response) GetExperiment() *Experiment

func (*LogExperimentArtifacts_Response) ProtoMessage

func (*LogExperimentArtifacts_Response) ProtoMessage()

func (*LogExperimentArtifacts_Response) ProtoReflect

func (*LogExperimentArtifacts_Response) Reset

func (*LogExperimentArtifacts_Response) String

type LogExperimentCodeVersion

type LogExperimentCodeVersion struct {
	Id          string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CodeVersion *common.CodeVersion `protobuf:"bytes,2,opt,name=code_version,json=codeVersion,proto3" json:"code_version,omitempty"`
	// contains filtered or unexported fields
}

code version

func (*LogExperimentCodeVersion) Descriptor deprecated

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

Deprecated: Use LogExperimentCodeVersion.ProtoReflect.Descriptor instead.

func (*LogExperimentCodeVersion) GetCodeVersion

func (x *LogExperimentCodeVersion) GetCodeVersion() *common.CodeVersion

func (*LogExperimentCodeVersion) GetId

func (x *LogExperimentCodeVersion) GetId() string

func (*LogExperimentCodeVersion) ProtoMessage

func (*LogExperimentCodeVersion) ProtoMessage()

func (*LogExperimentCodeVersion) ProtoReflect

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

func (*LogExperimentCodeVersion) Reset

func (x *LogExperimentCodeVersion) Reset()

func (*LogExperimentCodeVersion) String

func (x *LogExperimentCodeVersion) String() string

type LogExperimentCodeVersion_Response

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

func (*LogExperimentCodeVersion_Response) Descriptor deprecated

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

Deprecated: Use LogExperimentCodeVersion_Response.ProtoReflect.Descriptor instead.

func (*LogExperimentCodeVersion_Response) GetExperiment

func (x *LogExperimentCodeVersion_Response) GetExperiment() *Experiment

func (*LogExperimentCodeVersion_Response) ProtoMessage

func (*LogExperimentCodeVersion_Response) ProtoMessage()

func (*LogExperimentCodeVersion_Response) ProtoReflect

func (*LogExperimentCodeVersion_Response) Reset

func (*LogExperimentCodeVersion_Response) String

type LogExperimentRunCodeVersion

type LogExperimentRunCodeVersion struct {
	Id          string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CodeVersion *common.CodeVersion `protobuf:"bytes,2,opt,name=code_version,json=codeVersion,proto3" json:"code_version,omitempty"`
	Overwrite   bool                `protobuf:"varint,3,opt,name=overwrite,proto3" json:"overwrite,omitempty"`
	// contains filtered or unexported fields
}

code version

func (*LogExperimentRunCodeVersion) Descriptor deprecated

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

Deprecated: Use LogExperimentRunCodeVersion.ProtoReflect.Descriptor instead.

func (*LogExperimentRunCodeVersion) GetCodeVersion

func (x *LogExperimentRunCodeVersion) GetCodeVersion() *common.CodeVersion

func (*LogExperimentRunCodeVersion) GetId

func (*LogExperimentRunCodeVersion) GetOverwrite

func (x *LogExperimentRunCodeVersion) GetOverwrite() bool

func (*LogExperimentRunCodeVersion) ProtoMessage

func (*LogExperimentRunCodeVersion) ProtoMessage()

func (*LogExperimentRunCodeVersion) ProtoReflect

func (*LogExperimentRunCodeVersion) Reset

func (x *LogExperimentRunCodeVersion) Reset()

func (*LogExperimentRunCodeVersion) String

func (x *LogExperimentRunCodeVersion) String() string

type LogExperimentRunCodeVersion_Response

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

func (*LogExperimentRunCodeVersion_Response) Descriptor deprecated

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

Deprecated: Use LogExperimentRunCodeVersion_Response.ProtoReflect.Descriptor instead.

func (*LogExperimentRunCodeVersion_Response) ProtoMessage

func (*LogExperimentRunCodeVersion_Response) ProtoMessage()

func (*LogExperimentRunCodeVersion_Response) ProtoReflect

func (*LogExperimentRunCodeVersion_Response) Reset

func (*LogExperimentRunCodeVersion_Response) String

type LogHyperparameter

type LogHyperparameter struct {
	Id             string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Hyperparameter *common.KeyValue `protobuf:"bytes,2,opt,name=hyperparameter,proto3" json:"hyperparameter,omitempty"`
	// contains filtered or unexported fields
}

hyperparameter

func (*LogHyperparameter) Descriptor deprecated

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

Deprecated: Use LogHyperparameter.ProtoReflect.Descriptor instead.

func (*LogHyperparameter) GetHyperparameter

func (x *LogHyperparameter) GetHyperparameter() *common.KeyValue

func (*LogHyperparameter) GetId

func (x *LogHyperparameter) GetId() string

func (*LogHyperparameter) ProtoMessage

func (*LogHyperparameter) ProtoMessage()

func (*LogHyperparameter) ProtoReflect

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

func (*LogHyperparameter) Reset

func (x *LogHyperparameter) Reset()

func (*LogHyperparameter) String

func (x *LogHyperparameter) String() string

type LogHyperparameter_Response

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

func (*LogHyperparameter_Response) Descriptor deprecated

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

Deprecated: Use LogHyperparameter_Response.ProtoReflect.Descriptor instead.

func (*LogHyperparameter_Response) ProtoMessage

func (*LogHyperparameter_Response) ProtoMessage()

func (*LogHyperparameter_Response) ProtoReflect

func (*LogHyperparameter_Response) Reset

func (x *LogHyperparameter_Response) Reset()

func (*LogHyperparameter_Response) String

func (x *LogHyperparameter_Response) String() string

type LogHyperparameters

type LogHyperparameters struct {
	Id              string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Hyperparameters []*common.KeyValue `protobuf:"bytes,2,rep,name=hyperparameters,proto3" json:"hyperparameters,omitempty"`
	// contains filtered or unexported fields
}

hyperparameters

func (*LogHyperparameters) Descriptor deprecated

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

Deprecated: Use LogHyperparameters.ProtoReflect.Descriptor instead.

func (*LogHyperparameters) GetHyperparameters

func (x *LogHyperparameters) GetHyperparameters() []*common.KeyValue

func (*LogHyperparameters) GetId

func (x *LogHyperparameters) GetId() string

func (*LogHyperparameters) ProtoMessage

func (*LogHyperparameters) ProtoMessage()

func (*LogHyperparameters) ProtoReflect

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

func (*LogHyperparameters) Reset

func (x *LogHyperparameters) Reset()

func (*LogHyperparameters) String

func (x *LogHyperparameters) String() string

type LogHyperparameters_Response

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

func (*LogHyperparameters_Response) Descriptor deprecated

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

Deprecated: Use LogHyperparameters_Response.ProtoReflect.Descriptor instead.

func (*LogHyperparameters_Response) ProtoMessage

func (*LogHyperparameters_Response) ProtoMessage()

func (*LogHyperparameters_Response) ProtoReflect

func (*LogHyperparameters_Response) Reset

func (x *LogHyperparameters_Response) Reset()

func (*LogHyperparameters_Response) String

func (x *LogHyperparameters_Response) String() string

type LogJobId

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

func (*LogJobId) Descriptor deprecated

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

Deprecated: Use LogJobId.ProtoReflect.Descriptor instead.

func (*LogJobId) GetId

func (x *LogJobId) GetId() string

func (*LogJobId) GetJobId

func (x *LogJobId) GetJobId() string

func (*LogJobId) ProtoMessage

func (*LogJobId) ProtoMessage()

func (*LogJobId) ProtoReflect

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

func (*LogJobId) Reset

func (x *LogJobId) Reset()

func (*LogJobId) String

func (x *LogJobId) String() string

type LogJobId_Response

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

func (*LogJobId_Response) Descriptor deprecated

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

Deprecated: Use LogJobId_Response.ProtoReflect.Descriptor instead.

func (*LogJobId_Response) ProtoMessage

func (*LogJobId_Response) ProtoMessage()

func (*LogJobId_Response) ProtoReflect

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

func (*LogJobId_Response) Reset

func (x *LogJobId_Response) Reset()

func (*LogJobId_Response) String

func (x *LogJobId_Response) String() string

type LogMetric

type LogMetric struct {
	Id     string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Metric *common.KeyValue `protobuf:"bytes,2,opt,name=metric,proto3" json:"metric,omitempty"`
	// contains filtered or unexported fields
}

metric

func (*LogMetric) Descriptor deprecated

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

Deprecated: Use LogMetric.ProtoReflect.Descriptor instead.

func (*LogMetric) GetId

func (x *LogMetric) GetId() string

func (*LogMetric) GetMetric

func (x *LogMetric) GetMetric() *common.KeyValue

func (*LogMetric) ProtoMessage

func (*LogMetric) ProtoMessage()

func (*LogMetric) ProtoReflect

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

func (*LogMetric) Reset

func (x *LogMetric) Reset()

func (*LogMetric) String

func (x *LogMetric) String() string

type LogMetric_Response

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

func (*LogMetric_Response) Descriptor deprecated

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

Deprecated: Use LogMetric_Response.ProtoReflect.Descriptor instead.

func (*LogMetric_Response) ProtoMessage

func (*LogMetric_Response) ProtoMessage()

func (*LogMetric_Response) ProtoReflect

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

func (*LogMetric_Response) Reset

func (x *LogMetric_Response) Reset()

func (*LogMetric_Response) String

func (x *LogMetric_Response) String() string

type LogMetrics

type LogMetrics struct {
	Id      string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Metrics []*common.KeyValue `protobuf:"bytes,2,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

metrics

func (*LogMetrics) Descriptor deprecated

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

Deprecated: Use LogMetrics.ProtoReflect.Descriptor instead.

func (*LogMetrics) GetId

func (x *LogMetrics) GetId() string

func (*LogMetrics) GetMetrics

func (x *LogMetrics) GetMetrics() []*common.KeyValue

func (*LogMetrics) ProtoMessage

func (*LogMetrics) ProtoMessage()

func (*LogMetrics) ProtoReflect

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

func (*LogMetrics) Reset

func (x *LogMetrics) Reset()

func (*LogMetrics) String

func (x *LogMetrics) String() string

type LogMetrics_Response

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

func (*LogMetrics_Response) Descriptor deprecated

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

Deprecated: Use LogMetrics_Response.ProtoReflect.Descriptor instead.

func (*LogMetrics_Response) ProtoMessage

func (*LogMetrics_Response) ProtoMessage()

func (*LogMetrics_Response) ProtoReflect

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

func (*LogMetrics_Response) Reset

func (x *LogMetrics_Response) Reset()

func (*LogMetrics_Response) String

func (x *LogMetrics_Response) String() string

type LogObservation

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

observation

func (*LogObservation) Descriptor deprecated

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

Deprecated: Use LogObservation.ProtoReflect.Descriptor instead.

func (*LogObservation) GetId

func (x *LogObservation) GetId() string

func (*LogObservation) GetObservation

func (x *LogObservation) GetObservation() *Observation

func (*LogObservation) ProtoMessage

func (*LogObservation) ProtoMessage()

func (*LogObservation) ProtoReflect

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

func (*LogObservation) Reset

func (x *LogObservation) Reset()

func (*LogObservation) String

func (x *LogObservation) String() string

type LogObservation_Response

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

func (*LogObservation_Response) Descriptor deprecated

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

Deprecated: Use LogObservation_Response.ProtoReflect.Descriptor instead.

func (*LogObservation_Response) ProtoMessage

func (*LogObservation_Response) ProtoMessage()

func (*LogObservation_Response) ProtoReflect

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

func (*LogObservation_Response) Reset

func (x *LogObservation_Response) Reset()

func (*LogObservation_Response) String

func (x *LogObservation_Response) String() string

type LogObservations

type LogObservations struct {
	Id           string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Observations []*Observation `protobuf:"bytes,2,rep,name=observations,proto3" json:"observations,omitempty"`
	// contains filtered or unexported fields
}

observations

func (*LogObservations) Descriptor deprecated

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

Deprecated: Use LogObservations.ProtoReflect.Descriptor instead.

func (*LogObservations) GetId

func (x *LogObservations) GetId() string

func (*LogObservations) GetObservations

func (x *LogObservations) GetObservations() []*Observation

func (*LogObservations) ProtoMessage

func (*LogObservations) ProtoMessage()

func (*LogObservations) ProtoReflect

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

func (*LogObservations) Reset

func (x *LogObservations) Reset()

func (*LogObservations) String

func (x *LogObservations) String() string

type LogObservations_Response

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

func (*LogObservations_Response) Descriptor deprecated

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

Deprecated: Use LogObservations_Response.ProtoReflect.Descriptor instead.

func (*LogObservations_Response) ProtoMessage

func (*LogObservations_Response) ProtoMessage()

func (*LogObservations_Response) ProtoReflect

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

func (*LogObservations_Response) Reset

func (x *LogObservations_Response) Reset()

func (*LogObservations_Response) String

func (x *LogObservations_Response) String() string

type LogProjectArtifacts

type LogProjectArtifacts struct {
	Id        string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Artifacts []*common.Artifact `protobuf:"bytes,2,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// contains filtered or unexported fields
}

artifacts

func (*LogProjectArtifacts) Descriptor deprecated

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

Deprecated: Use LogProjectArtifacts.ProtoReflect.Descriptor instead.

func (*LogProjectArtifacts) GetArtifacts

func (x *LogProjectArtifacts) GetArtifacts() []*common.Artifact

func (*LogProjectArtifacts) GetId

func (x *LogProjectArtifacts) GetId() string

func (*LogProjectArtifacts) ProtoMessage

func (*LogProjectArtifacts) ProtoMessage()

func (*LogProjectArtifacts) ProtoReflect

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

func (*LogProjectArtifacts) Reset

func (x *LogProjectArtifacts) Reset()

func (*LogProjectArtifacts) String

func (x *LogProjectArtifacts) String() string

type LogProjectArtifacts_Response

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

func (*LogProjectArtifacts_Response) Descriptor deprecated

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

Deprecated: Use LogProjectArtifacts_Response.ProtoReflect.Descriptor instead.

func (*LogProjectArtifacts_Response) GetProject

func (x *LogProjectArtifacts_Response) GetProject() *Project

func (*LogProjectArtifacts_Response) ProtoMessage

func (*LogProjectArtifacts_Response) ProtoMessage()

func (*LogProjectArtifacts_Response) ProtoReflect

func (*LogProjectArtifacts_Response) Reset

func (x *LogProjectArtifacts_Response) Reset()

func (*LogProjectArtifacts_Response) String

type LogProjectCodeVersion

type LogProjectCodeVersion struct {
	Id          string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CodeVersion *common.CodeVersion `protobuf:"bytes,2,opt,name=code_version,json=codeVersion,proto3" json:"code_version,omitempty"`
	// contains filtered or unexported fields
}

code version

func (*LogProjectCodeVersion) Descriptor deprecated

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

Deprecated: Use LogProjectCodeVersion.ProtoReflect.Descriptor instead.

func (*LogProjectCodeVersion) GetCodeVersion

func (x *LogProjectCodeVersion) GetCodeVersion() *common.CodeVersion

func (*LogProjectCodeVersion) GetId

func (x *LogProjectCodeVersion) GetId() string

func (*LogProjectCodeVersion) ProtoMessage

func (*LogProjectCodeVersion) ProtoMessage()

func (*LogProjectCodeVersion) ProtoReflect

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

func (*LogProjectCodeVersion) Reset

func (x *LogProjectCodeVersion) Reset()

func (*LogProjectCodeVersion) String

func (x *LogProjectCodeVersion) String() string

type LogProjectCodeVersion_Response

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

func (*LogProjectCodeVersion_Response) Descriptor deprecated

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

Deprecated: Use LogProjectCodeVersion_Response.ProtoReflect.Descriptor instead.

func (*LogProjectCodeVersion_Response) GetProject

func (x *LogProjectCodeVersion_Response) GetProject() *Project

func (*LogProjectCodeVersion_Response) ProtoMessage

func (*LogProjectCodeVersion_Response) ProtoMessage()

func (*LogProjectCodeVersion_Response) ProtoReflect

func (*LogProjectCodeVersion_Response) Reset

func (x *LogProjectCodeVersion_Response) Reset()

func (*LogProjectCodeVersion_Response) String

type LogVersionedInput

type LogVersionedInput struct {
	Id              string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	VersionedInputs *VersioningEntry `protobuf:"bytes,2,opt,name=versioned_inputs,json=versionedInputs,proto3" json:"versioned_inputs,omitempty"`
	// contains filtered or unexported fields
}

func (*LogVersionedInput) Descriptor deprecated

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

Deprecated: Use LogVersionedInput.ProtoReflect.Descriptor instead.

func (*LogVersionedInput) GetId

func (x *LogVersionedInput) GetId() string

func (*LogVersionedInput) GetVersionedInputs

func (x *LogVersionedInput) GetVersionedInputs() *VersioningEntry

func (*LogVersionedInput) ProtoMessage

func (*LogVersionedInput) ProtoMessage()

func (*LogVersionedInput) ProtoReflect

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

func (*LogVersionedInput) Reset

func (x *LogVersionedInput) Reset()

func (*LogVersionedInput) String

func (x *LogVersionedInput) String() string

type LogVersionedInput_Response

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

func (*LogVersionedInput_Response) Descriptor deprecated

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

Deprecated: Use LogVersionedInput_Response.ProtoReflect.Descriptor instead.

func (*LogVersionedInput_Response) ProtoMessage

func (*LogVersionedInput_Response) ProtoMessage()

func (*LogVersionedInput_Response) ProtoReflect

func (*LogVersionedInput_Response) Reset

func (x *LogVersionedInput_Response) Reset()

func (*LogVersionedInput_Response) String

func (x *LogVersionedInput_Response) String() string

type MetricsSummary

type MetricsSummary struct {
	Key      string  `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	MinValue float64 `protobuf:"fixed64,2,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"`
	MaxValue float64 `protobuf:"fixed64,3,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsSummary) Descriptor deprecated

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

Deprecated: Use MetricsSummary.ProtoReflect.Descriptor instead.

func (*MetricsSummary) GetKey

func (x *MetricsSummary) GetKey() string

func (*MetricsSummary) GetMaxValue

func (x *MetricsSummary) GetMaxValue() float64

func (*MetricsSummary) GetMinValue

func (x *MetricsSummary) GetMinValue() float64

func (*MetricsSummary) ProtoMessage

func (*MetricsSummary) ProtoMessage()

func (*MetricsSummary) ProtoReflect

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

func (*MetricsSummary) Reset

func (x *MetricsSummary) Reset()

func (*MetricsSummary) String

func (x *MetricsSummary) String() string

type Observation

type Observation struct {

	// Types that are assignable to OneOf:
	//
	//	*Observation_Attribute
	//	*Observation_Artifact
	OneOf       isObservation_OneOf `protobuf_oneof:"oneOf"`
	Timestamp   int64               `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	EpochNumber *_struct.Value      `protobuf:"bytes,4,opt,name=epoch_number,json=epochNumber,proto3" json:"epoch_number,omitempty"`
	// contains filtered or unexported fields
}

observations with the same key are not overwritten, the are appended to a list

func (*Observation) Descriptor deprecated

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

Deprecated: Use Observation.ProtoReflect.Descriptor instead.

func (*Observation) GetArtifact

func (x *Observation) GetArtifact() *common.Artifact

func (*Observation) GetAttribute

func (x *Observation) GetAttribute() *common.KeyValue

func (*Observation) GetEpochNumber

func (x *Observation) GetEpochNumber() *_struct.Value

func (*Observation) GetOneOf

func (m *Observation) GetOneOf() isObservation_OneOf

func (*Observation) GetTimestamp

func (x *Observation) GetTimestamp() int64

func (*Observation) ProtoMessage

func (*Observation) ProtoMessage()

func (*Observation) ProtoReflect

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

func (*Observation) Reset

func (x *Observation) Reset()

func (*Observation) String

func (x *Observation) String() string

type Observation_Artifact

type Observation_Artifact struct {
	Artifact *common.Artifact `protobuf:"bytes,2,opt,name=artifact,proto3,oneof"`
}

type Observation_Attribute

type Observation_Attribute struct {
	Attribute *common.KeyValue `protobuf:"bytes,1,opt,name=attribute,proto3,oneof"`
}

type PathDatasetVersionInfo

type PathDatasetVersionInfo struct {
	LocationType     PathLocationTypeEnum_PathLocationType `` /* 158-byte string literal not displayed */
	Size             uint64                                `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	DatasetPartInfos []*DatasetPartInfo                    `protobuf:"bytes,3,rep,name=dataset_part_infos,json=datasetPartInfos,proto3" json:"dataset_part_infos,omitempty"`
	BasePath         string                                `protobuf:"bytes,4,opt,name=base_path,json=basePath,proto3" json:"base_path,omitempty"`
	// contains filtered or unexported fields
}

func (*PathDatasetVersionInfo) Descriptor deprecated

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

Deprecated: Use PathDatasetVersionInfo.ProtoReflect.Descriptor instead.

func (*PathDatasetVersionInfo) GetBasePath

func (x *PathDatasetVersionInfo) GetBasePath() string

func (*PathDatasetVersionInfo) GetDatasetPartInfos

func (x *PathDatasetVersionInfo) GetDatasetPartInfos() []*DatasetPartInfo

func (*PathDatasetVersionInfo) GetLocationType

func (*PathDatasetVersionInfo) GetSize

func (x *PathDatasetVersionInfo) GetSize() uint64

func (*PathDatasetVersionInfo) ProtoMessage

func (*PathDatasetVersionInfo) ProtoMessage()

func (*PathDatasetVersionInfo) ProtoReflect

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

func (*PathDatasetVersionInfo) Reset

func (x *PathDatasetVersionInfo) Reset()

func (*PathDatasetVersionInfo) String

func (x *PathDatasetVersionInfo) String() string

type PathLocationTypeEnum

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

func (*PathLocationTypeEnum) Descriptor deprecated

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

Deprecated: Use PathLocationTypeEnum.ProtoReflect.Descriptor instead.

func (*PathLocationTypeEnum) ProtoMessage

func (*PathLocationTypeEnum) ProtoMessage()

func (*PathLocationTypeEnum) ProtoReflect

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

func (*PathLocationTypeEnum) Reset

func (x *PathLocationTypeEnum) Reset()

func (*PathLocationTypeEnum) String

func (x *PathLocationTypeEnum) String() string

type PathLocationTypeEnum_PathLocationType

type PathLocationTypeEnum_PathLocationType int32
const (
	PathLocationTypeEnum_LOCAL_FILE_SYSTEM   PathLocationTypeEnum_PathLocationType = 0 // default
	PathLocationTypeEnum_NETWORK_FILE_SYSTEM PathLocationTypeEnum_PathLocationType = 1
	PathLocationTypeEnum_HADOOP_FILE_SYSTEM  PathLocationTypeEnum_PathLocationType = 2
	PathLocationTypeEnum_S3_FILE_SYSTEM      PathLocationTypeEnum_PathLocationType = 3
)

func (PathLocationTypeEnum_PathLocationType) Descriptor

func (PathLocationTypeEnum_PathLocationType) Enum

func (PathLocationTypeEnum_PathLocationType) EnumDescriptor deprecated

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

Deprecated: Use PathLocationTypeEnum_PathLocationType.Descriptor instead.

func (PathLocationTypeEnum_PathLocationType) Number

func (PathLocationTypeEnum_PathLocationType) String

func (PathLocationTypeEnum_PathLocationType) Type

type Project

type Project struct {
	Id                 string                                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name               string                                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description        string                                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	DateCreated        uint64                                 `protobuf:"varint,4,opt,name=date_created,json=dateCreated,proto3" json:"date_created,omitempty"`
	DateUpdated        uint64                                 `protobuf:"varint,5,opt,name=date_updated,json=dateUpdated,proto3" json:"date_updated,omitempty"`
	ShortName          string                                 `protobuf:"bytes,6,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"`
	ReadmeText         string                                 `protobuf:"bytes,7,opt,name=readme_text,json=readmeText,proto3" json:"readme_text,omitempty"`
	ProjectVisibility  ProjectVisibility                      `` /* 153-byte string literal not displayed */
	WorkspaceId        string                                 `protobuf:"bytes,9,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	WorkspaceType      common.WorkspaceTypeEnum_WorkspaceType `` /* 155-byte string literal not displayed */
	WorkspaceServiceId uint64                                 `protobuf:"varint,11,opt,name=workspace_service_id,json=workspaceServiceId,proto3" json:"workspace_service_id,omitempty"`
	// The next field only makes sense when visibility == ORG_CUSTOM
	// They will be empty otherwise
	CustomPermission *uac.CollaboratorPermissions `protobuf:"bytes,12,opt,name=custom_permission,json=customPermission,proto3" json:"custom_permission,omitempty"`
	Visibility       uac.ResourceVisibility       `protobuf:"varint,13,opt,name=visibility,proto3,enum=ai.verta.uac.ResourceVisibility" json:"visibility,omitempty"`
	Attributes       []*common.KeyValue           `protobuf:"bytes,20,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Tags             []string                     `protobuf:"bytes,21,rep,name=tags,proto3" json:"tags,omitempty"`
	Owner            string                       `protobuf:"bytes,22,opt,name=owner,proto3" json:"owner,omitempty"`
	// Types that are assignable to OwnerTracking:
	//
	//	*Project_OwnerId
	//	*Project_GroupOwnerId
	OwnerTracking       isProject_OwnerTracking `protobuf_oneof:"owner_tracking"`
	CodeVersionSnapshot *common.CodeVersion     `protobuf:"bytes,23,opt,name=code_version_snapshot,json=codeVersionSnapshot,proto3" json:"code_version_snapshot,omitempty"`
	Artifacts           []*common.Artifact      `protobuf:"bytes,24,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// Doc for version_number https://github.com/VertaAI/docs/pull/53
	VersionNumber uint64 `protobuf:"varint,25,opt,name=version_number,json=versionNumber,proto3" json:"version_number,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

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

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetArtifacts

func (x *Project) GetArtifacts() []*common.Artifact

func (*Project) GetAttributes

func (x *Project) GetAttributes() []*common.KeyValue

func (*Project) GetCodeVersionSnapshot

func (x *Project) GetCodeVersionSnapshot() *common.CodeVersion

func (*Project) GetCustomPermission

func (x *Project) GetCustomPermission() *uac.CollaboratorPermissions

func (*Project) GetDateCreated

func (x *Project) GetDateCreated() uint64

func (*Project) GetDateUpdated

func (x *Project) GetDateUpdated() uint64

func (*Project) GetDescription

func (x *Project) GetDescription() string

func (*Project) GetGroupOwnerId

func (x *Project) GetGroupOwnerId() *common.GroupId

func (*Project) GetId

func (x *Project) GetId() string

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetOwner

func (x *Project) GetOwner() string

func (*Project) GetOwnerId

func (x *Project) GetOwnerId() uint64

func (*Project) GetOwnerTracking

func (m *Project) GetOwnerTracking() isProject_OwnerTracking

func (*Project) GetProjectVisibility

func (x *Project) GetProjectVisibility() ProjectVisibility

func (*Project) GetReadmeText

func (x *Project) GetReadmeText() string

func (*Project) GetShortName

func (x *Project) GetShortName() string

func (*Project) GetTags

func (x *Project) GetTags() []string

func (*Project) GetVersionNumber

func (x *Project) GetVersionNumber() uint64

func (*Project) GetVisibility

func (x *Project) GetVisibility() uac.ResourceVisibility

func (*Project) GetWorkspaceId

func (x *Project) GetWorkspaceId() string

func (*Project) GetWorkspaceServiceId

func (x *Project) GetWorkspaceServiceId() uint64

func (*Project) GetWorkspaceType

func (x *Project) GetWorkspaceType() common.WorkspaceTypeEnum_WorkspaceType

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

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

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type ProjectServiceClient

type ProjectServiceClient interface {
	CreateProject(ctx context.Context, in *CreateProject, opts ...grpc.CallOption) (*CreateProject_Response, error)
	GetProjects(ctx context.Context, in *GetProjects, opts ...grpc.CallOption) (*GetProjects_Response, error)
	GetProjectById(ctx context.Context, in *GetProjectById, opts ...grpc.CallOption) (*GetProjectById_Response, error)
	GetProjectByName(ctx context.Context, in *GetProjectByName, opts ...grpc.CallOption) (*GetProjectByName_Response, error)
	DeleteProject(ctx context.Context, in *DeleteProject, opts ...grpc.CallOption) (*DeleteProject_Response, error)
	UpdateProjectName(ctx context.Context, in *UpdateProjectName, opts ...grpc.CallOption) (*UpdateProjectName_Response, error)
	UpdateProjectDescription(ctx context.Context, in *UpdateProjectDescription, opts ...grpc.CallOption) (*UpdateProjectDescription_Response, error)
	AddProjectTags(ctx context.Context, in *AddProjectTags, opts ...grpc.CallOption) (*AddProjectTags_Response, error)
	GetProjectTags(ctx context.Context, in *GetTags, opts ...grpc.CallOption) (*GetTags_Response, error)
	DeleteProjectTags(ctx context.Context, in *DeleteProjectTags, opts ...grpc.CallOption) (*DeleteProjectTags_Response, error)
	AddProjectTag(ctx context.Context, in *AddProjectTag, opts ...grpc.CallOption) (*AddProjectTag_Response, error)
	DeleteProjectTag(ctx context.Context, in *DeleteProjectTag, opts ...grpc.CallOption) (*DeleteProjectTag_Response, error)
	UpdateProjectAttributes(ctx context.Context, in *UpdateProjectAttributes, opts ...grpc.CallOption) (*UpdateProjectAttributes_Response, error)
	GetProjectAttributes(ctx context.Context, in *GetAttributes, opts ...grpc.CallOption) (*GetAttributes_Response, error)
	AddProjectAttributes(ctx context.Context, in *AddProjectAttributes, opts ...grpc.CallOption) (*AddProjectAttributes_Response, error)
	DeleteProjectAttributes(ctx context.Context, in *DeleteProjectAttributes, opts ...grpc.CallOption) (*DeleteProjectAttributes_Response, error)
	// code version
	LogProjectCodeVersion(ctx context.Context, in *LogProjectCodeVersion, opts ...grpc.CallOption) (*LogProjectCodeVersion_Response, error)
	GetProjectCodeVersion(ctx context.Context, in *GetProjectCodeVersion, opts ...grpc.CallOption) (*GetProjectCodeVersion_Response, error)
	VerifyConnection(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*VerifyConnectionResponse, error)
	DeepCopyProject(ctx context.Context, in *DeepCopyProject, opts ...grpc.CallOption) (*DeepCopyProject_Response, error)
	GetSummary(ctx context.Context, in *GetSummary, opts ...grpc.CallOption) (*GetSummary_Response, error)
	SetProjectReadme(ctx context.Context, in *SetProjectReadme, opts ...grpc.CallOption) (*SetProjectReadme_Response, error)
	GetProjectReadme(ctx context.Context, in *GetProjectReadme, opts ...grpc.CallOption) (*GetProjectReadme_Response, error)
	SetProjectShortName(ctx context.Context, in *SetProjectShortName, opts ...grpc.CallOption) (*SetProjectShortName_Response, error)
	GetProjectShortName(ctx context.Context, in *GetProjectShortName, opts ...grpc.CallOption) (*GetProjectShortName_Response, error)
	GetProjectDatasetCount(ctx context.Context, in *GetProjectDatasetCount, opts ...grpc.CallOption) (*GetProjectDatasetCount_Response, error)
	// artifacts
	GetUrlForArtifact(ctx context.Context, in *GetUrlForArtifact, opts ...grpc.CallOption) (*GetUrlForArtifact_Response, error)
	// queries
	FindProjects(ctx context.Context, in *FindProjects, opts ...grpc.CallOption) (*FindProjects_Response, error)
	// artifacts
	LogArtifacts(ctx context.Context, in *LogProjectArtifacts, opts ...grpc.CallOption) (*LogProjectArtifacts_Response, error)
	GetArtifacts(ctx context.Context, in *GetArtifacts, opts ...grpc.CallOption) (*GetArtifacts_Response, error)
	DeleteArtifact(ctx context.Context, in *DeleteProjectArtifact, opts ...grpc.CallOption) (*DeleteProjectArtifact_Response, error)
	DeleteProjects(ctx context.Context, in *DeleteProjects, opts ...grpc.CallOption) (*DeleteProjects_Response, error)
}

ProjectServiceClient is the client API for ProjectService service.

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

type ProjectServiceServer

type ProjectServiceServer interface {
	CreateProject(context.Context, *CreateProject) (*CreateProject_Response, error)
	GetProjects(context.Context, *GetProjects) (*GetProjects_Response, error)
	GetProjectById(context.Context, *GetProjectById) (*GetProjectById_Response, error)
	GetProjectByName(context.Context, *GetProjectByName) (*GetProjectByName_Response, error)
	DeleteProject(context.Context, *DeleteProject) (*DeleteProject_Response, error)
	UpdateProjectName(context.Context, *UpdateProjectName) (*UpdateProjectName_Response, error)
	UpdateProjectDescription(context.Context, *UpdateProjectDescription) (*UpdateProjectDescription_Response, error)
	AddProjectTags(context.Context, *AddProjectTags) (*AddProjectTags_Response, error)
	GetProjectTags(context.Context, *GetTags) (*GetTags_Response, error)
	DeleteProjectTags(context.Context, *DeleteProjectTags) (*DeleteProjectTags_Response, error)
	AddProjectTag(context.Context, *AddProjectTag) (*AddProjectTag_Response, error)
	DeleteProjectTag(context.Context, *DeleteProjectTag) (*DeleteProjectTag_Response, error)
	UpdateProjectAttributes(context.Context, *UpdateProjectAttributes) (*UpdateProjectAttributes_Response, error)
	GetProjectAttributes(context.Context, *GetAttributes) (*GetAttributes_Response, error)
	AddProjectAttributes(context.Context, *AddProjectAttributes) (*AddProjectAttributes_Response, error)
	DeleteProjectAttributes(context.Context, *DeleteProjectAttributes) (*DeleteProjectAttributes_Response, error)
	// code version
	LogProjectCodeVersion(context.Context, *LogProjectCodeVersion) (*LogProjectCodeVersion_Response, error)
	GetProjectCodeVersion(context.Context, *GetProjectCodeVersion) (*GetProjectCodeVersion_Response, error)
	VerifyConnection(context.Context, *Empty) (*VerifyConnectionResponse, error)
	DeepCopyProject(context.Context, *DeepCopyProject) (*DeepCopyProject_Response, error)
	GetSummary(context.Context, *GetSummary) (*GetSummary_Response, error)
	SetProjectReadme(context.Context, *SetProjectReadme) (*SetProjectReadme_Response, error)
	GetProjectReadme(context.Context, *GetProjectReadme) (*GetProjectReadme_Response, error)
	SetProjectShortName(context.Context, *SetProjectShortName) (*SetProjectShortName_Response, error)
	GetProjectShortName(context.Context, *GetProjectShortName) (*GetProjectShortName_Response, error)
	GetProjectDatasetCount(context.Context, *GetProjectDatasetCount) (*GetProjectDatasetCount_Response, error)
	// artifacts
	GetUrlForArtifact(context.Context, *GetUrlForArtifact) (*GetUrlForArtifact_Response, error)
	// queries
	FindProjects(context.Context, *FindProjects) (*FindProjects_Response, error)
	// artifacts
	LogArtifacts(context.Context, *LogProjectArtifacts) (*LogProjectArtifacts_Response, error)
	GetArtifacts(context.Context, *GetArtifacts) (*GetArtifacts_Response, error)
	DeleteArtifact(context.Context, *DeleteProjectArtifact) (*DeleteProjectArtifact_Response, error)
	DeleteProjects(context.Context, *DeleteProjects) (*DeleteProjects_Response, error)
}

ProjectServiceServer is the server API for ProjectService service.

type ProjectVisibility

type ProjectVisibility int32
const (
	ProjectVisibility_PRIVATE           ProjectVisibility = 0
	ProjectVisibility_PUBLIC            ProjectVisibility = 1
	ProjectVisibility_ORG_SCOPED_PUBLIC ProjectVisibility = 2
)

func (ProjectVisibility) Descriptor

func (ProjectVisibility) Enum

func (ProjectVisibility) EnumDescriptor deprecated

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

Deprecated: Use ProjectVisibility.Descriptor instead.

func (ProjectVisibility) Number

func (ProjectVisibility) String

func (x ProjectVisibility) String() string

func (ProjectVisibility) Type

type Project_GroupOwnerId

type Project_GroupOwnerId struct {
	GroupOwnerId *common.GroupId `protobuf:"bytes,27,opt,name=group_owner_id,json=groupOwnerId,proto3,oneof"`
}

type Project_OwnerId

type Project_OwnerId struct {
	OwnerId uint64 `protobuf:"varint,26,opt,name=owner_id,json=ownerId,proto3,oneof"`
}

type QueryDatasetVersionInfo

type QueryDatasetVersionInfo struct {
	Query              string            `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	QueryTemplate      string            `protobuf:"bytes,2,opt,name=query_template,json=queryTemplate,proto3" json:"query_template,omitempty"`
	QueryParameters    []*QueryParameter `protobuf:"bytes,3,rep,name=query_parameters,json=queryParameters,proto3" json:"query_parameters,omitempty"`
	DataSourceUri      string            `protobuf:"bytes,4,opt,name=data_source_uri,json=dataSourceUri,proto3" json:"data_source_uri,omitempty"`
	ExecutionTimestamp uint64            `protobuf:"varint,5,opt,name=execution_timestamp,json=executionTimestamp,proto3" json:"execution_timestamp,omitempty"`
	NumRecords         uint64            `protobuf:"varint,6,opt,name=num_records,json=numRecords,proto3" json:"num_records,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryDatasetVersionInfo) Descriptor deprecated

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

Deprecated: Use QueryDatasetVersionInfo.ProtoReflect.Descriptor instead.

func (*QueryDatasetVersionInfo) GetDataSourceUri

func (x *QueryDatasetVersionInfo) GetDataSourceUri() string

func (*QueryDatasetVersionInfo) GetExecutionTimestamp

func (x *QueryDatasetVersionInfo) GetExecutionTimestamp() uint64

func (*QueryDatasetVersionInfo) GetNumRecords

func (x *QueryDatasetVersionInfo) GetNumRecords() uint64

func (*QueryDatasetVersionInfo) GetQuery

func (x *QueryDatasetVersionInfo) GetQuery() string

func (*QueryDatasetVersionInfo) GetQueryParameters

func (x *QueryDatasetVersionInfo) GetQueryParameters() []*QueryParameter

func (*QueryDatasetVersionInfo) GetQueryTemplate

func (x *QueryDatasetVersionInfo) GetQueryTemplate() string

func (*QueryDatasetVersionInfo) ProtoMessage

func (*QueryDatasetVersionInfo) ProtoMessage()

func (*QueryDatasetVersionInfo) ProtoReflect

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

func (*QueryDatasetVersionInfo) Reset

func (x *QueryDatasetVersionInfo) Reset()

func (*QueryDatasetVersionInfo) String

func (x *QueryDatasetVersionInfo) String() string

type QueryParameter

type QueryParameter struct {
	ParameterName string                         `protobuf:"bytes,1,opt,name=parameter_name,json=parameterName,proto3" json:"parameter_name,omitempty"`
	ParameterType common.ValueTypeEnum_ValueType `` /* 146-byte string literal not displayed */
	Value         *_struct.Value                 `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryParameter) Descriptor deprecated

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

Deprecated: Use QueryParameter.ProtoReflect.Descriptor instead.

func (*QueryParameter) GetParameterName

func (x *QueryParameter) GetParameterName() string

func (*QueryParameter) GetParameterType

func (x *QueryParameter) GetParameterType() common.ValueTypeEnum_ValueType

func (*QueryParameter) GetValue

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

func (*QueryParameter) ProtoMessage

func (*QueryParameter) ProtoMessage()

func (*QueryParameter) ProtoReflect

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

func (*QueryParameter) Reset

func (x *QueryParameter) Reset()

func (*QueryParameter) String

func (x *QueryParameter) String() string

type RawDatasetVersionInfo

type RawDatasetVersionInfo struct {
	Size       uint64   `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	Features   []string `protobuf:"bytes,2,rep,name=features,proto3" json:"features,omitempty"`
	NumRecords uint64   `protobuf:"varint,3,opt,name=num_records,json=numRecords,proto3" json:"num_records,omitempty"`
	ObjectPath string   `protobuf:"bytes,4,opt,name=object_path,json=objectPath,proto3" json:"object_path,omitempty"`
	Checksum   string   `protobuf:"bytes,5,opt,name=checksum,proto3" json:"checksum,omitempty"`
	// contains filtered or unexported fields
}

func (*RawDatasetVersionInfo) Descriptor deprecated

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

Deprecated: Use RawDatasetVersionInfo.ProtoReflect.Descriptor instead.

func (*RawDatasetVersionInfo) GetChecksum

func (x *RawDatasetVersionInfo) GetChecksum() string

func (*RawDatasetVersionInfo) GetFeatures

func (x *RawDatasetVersionInfo) GetFeatures() []string

func (*RawDatasetVersionInfo) GetNumRecords

func (x *RawDatasetVersionInfo) GetNumRecords() uint64

func (*RawDatasetVersionInfo) GetObjectPath

func (x *RawDatasetVersionInfo) GetObjectPath() string

func (*RawDatasetVersionInfo) GetSize

func (x *RawDatasetVersionInfo) GetSize() uint64

func (*RawDatasetVersionInfo) ProtoMessage

func (*RawDatasetVersionInfo) ProtoMessage()

func (*RawDatasetVersionInfo) ProtoReflect

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

func (*RawDatasetVersionInfo) Reset

func (x *RawDatasetVersionInfo) Reset()

func (*RawDatasetVersionInfo) String

func (x *RawDatasetVersionInfo) String() string

type SetParentExperimentRunId

type SetParentExperimentRunId struct {
	ExperimentRunId string `protobuf:"bytes,1,opt,name=experiment_run_id,json=experimentRunId,proto3" json:"experiment_run_id,omitempty"` // self experimentRunId
	ParentId        string `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`                        // Parent ExperimentRunId
	// contains filtered or unexported fields
}

func (*SetParentExperimentRunId) Descriptor deprecated

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

Deprecated: Use SetParentExperimentRunId.ProtoReflect.Descriptor instead.

func (*SetParentExperimentRunId) GetExperimentRunId

func (x *SetParentExperimentRunId) GetExperimentRunId() string

func (*SetParentExperimentRunId) GetParentId

func (x *SetParentExperimentRunId) GetParentId() string

func (*SetParentExperimentRunId) ProtoMessage

func (*SetParentExperimentRunId) ProtoMessage()

func (*SetParentExperimentRunId) ProtoReflect

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

func (*SetParentExperimentRunId) Reset

func (x *SetParentExperimentRunId) Reset()

func (*SetParentExperimentRunId) String

func (x *SetParentExperimentRunId) String() string

type SetParentExperimentRunId_Response

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

func (*SetParentExperimentRunId_Response) Descriptor deprecated

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

Deprecated: Use SetParentExperimentRunId_Response.ProtoReflect.Descriptor instead.

func (*SetParentExperimentRunId_Response) ProtoMessage

func (*SetParentExperimentRunId_Response) ProtoMessage()

func (*SetParentExperimentRunId_Response) ProtoReflect

func (*SetParentExperimentRunId_Response) Reset

func (*SetParentExperimentRunId_Response) String

type SetProjectReadme

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

func (*SetProjectReadme) Descriptor deprecated

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

Deprecated: Use SetProjectReadme.ProtoReflect.Descriptor instead.

func (*SetProjectReadme) GetId

func (x *SetProjectReadme) GetId() string

func (*SetProjectReadme) GetReadmeText

func (x *SetProjectReadme) GetReadmeText() string

func (*SetProjectReadme) ProtoMessage

func (*SetProjectReadme) ProtoMessage()

func (*SetProjectReadme) ProtoReflect

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

func (*SetProjectReadme) Reset

func (x *SetProjectReadme) Reset()

func (*SetProjectReadme) String

func (x *SetProjectReadme) String() string

type SetProjectReadme_Response

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

func (*SetProjectReadme_Response) Descriptor deprecated

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

Deprecated: Use SetProjectReadme_Response.ProtoReflect.Descriptor instead.

func (*SetProjectReadme_Response) GetProject

func (x *SetProjectReadme_Response) GetProject() *Project

func (*SetProjectReadme_Response) ProtoMessage

func (*SetProjectReadme_Response) ProtoMessage()

func (*SetProjectReadme_Response) ProtoReflect

func (*SetProjectReadme_Response) Reset

func (x *SetProjectReadme_Response) Reset()

func (*SetProjectReadme_Response) String

func (x *SetProjectReadme_Response) String() string

type SetProjectShortName

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

func (*SetProjectShortName) Descriptor deprecated

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

Deprecated: Use SetProjectShortName.ProtoReflect.Descriptor instead.

func (*SetProjectShortName) GetId

func (x *SetProjectShortName) GetId() string

func (*SetProjectShortName) GetShortName

func (x *SetProjectShortName) GetShortName() string

func (*SetProjectShortName) ProtoMessage

func (*SetProjectShortName) ProtoMessage()

func (*SetProjectShortName) ProtoReflect

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

func (*SetProjectShortName) Reset

func (x *SetProjectShortName) Reset()

func (*SetProjectShortName) String

func (x *SetProjectShortName) String() string

type SetProjectShortName_Response

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

func (*SetProjectShortName_Response) Descriptor deprecated

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

Deprecated: Use SetProjectShortName_Response.ProtoReflect.Descriptor instead.

func (*SetProjectShortName_Response) GetProject

func (x *SetProjectShortName_Response) GetProject() *Project

func (*SetProjectShortName_Response) ProtoMessage

func (*SetProjectShortName_Response) ProtoMessage()

func (*SetProjectShortName_Response) ProtoReflect

func (*SetProjectShortName_Response) Reset

func (x *SetProjectShortName_Response) Reset()

func (*SetProjectShortName_Response) String

type SortExperimentRuns

type SortExperimentRuns struct {
	ExperimentRunIds []string `protobuf:"bytes,1,rep,name=experiment_run_ids,json=experimentRunIds,proto3" json:"experiment_run_ids,omitempty"`
	SortKey          string   `protobuf:"bytes,2,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"` // metrics.accuracy
	Ascending        bool     `protobuf:"varint,3,opt,name=ascending,proto3" json:"ascending,omitempty"`
	IdsOnly          bool     `protobuf:"varint,4,opt,name=ids_only,json=idsOnly,proto3" json:"ids_only,omitempty"`
	// contains filtered or unexported fields
}

func (*SortExperimentRuns) Descriptor deprecated

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

Deprecated: Use SortExperimentRuns.ProtoReflect.Descriptor instead.

func (*SortExperimentRuns) GetAscending

func (x *SortExperimentRuns) GetAscending() bool

func (*SortExperimentRuns) GetExperimentRunIds

func (x *SortExperimentRuns) GetExperimentRunIds() []string

func (*SortExperimentRuns) GetIdsOnly

func (x *SortExperimentRuns) GetIdsOnly() bool

func (*SortExperimentRuns) GetSortKey

func (x *SortExperimentRuns) GetSortKey() string

func (*SortExperimentRuns) ProtoMessage

func (*SortExperimentRuns) ProtoMessage()

func (*SortExperimentRuns) ProtoReflect

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

func (*SortExperimentRuns) Reset

func (x *SortExperimentRuns) Reset()

func (*SortExperimentRuns) String

func (x *SortExperimentRuns) String() string

type SortExperimentRuns_Response

type SortExperimentRuns_Response struct {
	ExperimentRuns []*ExperimentRun `protobuf:"bytes,1,rep,name=experiment_runs,json=experimentRuns,proto3" json:"experiment_runs,omitempty"`
	TotalRecords   int64            `protobuf:"varint,2,opt,name=total_records,json=totalRecords,proto3" json:"total_records,omitempty"`
	// contains filtered or unexported fields
}

func (*SortExperimentRuns_Response) Descriptor deprecated

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

Deprecated: Use SortExperimentRuns_Response.ProtoReflect.Descriptor instead.

func (*SortExperimentRuns_Response) GetExperimentRuns

func (x *SortExperimentRuns_Response) GetExperimentRuns() []*ExperimentRun

func (*SortExperimentRuns_Response) GetTotalRecords

func (x *SortExperimentRuns_Response) GetTotalRecords() int64

func (*SortExperimentRuns_Response) ProtoMessage

func (*SortExperimentRuns_Response) ProtoMessage()

func (*SortExperimentRuns_Response) ProtoReflect

func (*SortExperimentRuns_Response) Reset

func (x *SortExperimentRuns_Response) Reset()

func (*SortExperimentRuns_Response) String

func (x *SortExperimentRuns_Response) String() string

type TopExperimentRunsSelector

type TopExperimentRunsSelector struct {
	ProjectId        string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ExperimentId     string   `protobuf:"bytes,2,opt,name=experiment_id,json=experimentId,proto3" json:"experiment_id,omitempty"`
	ExperimentRunIds []string `protobuf:"bytes,3,rep,name=experiment_run_ids,json=experimentRunIds,proto3" json:"experiment_run_ids,omitempty"`
	SortKey          string   `protobuf:"bytes,4,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"` // metrics.accuracy
	Ascending        bool     `protobuf:"varint,5,opt,name=ascending,proto3" json:"ascending,omitempty"`           // False
	TopK             int32    `protobuf:"varint,6,opt,name=top_k,json=topK,proto3" json:"top_k,omitempty"`         // 5
	IdsOnly          bool     `protobuf:"varint,7,opt,name=ids_only,json=idsOnly,proto3" json:"ids_only,omitempty"`
	// contains filtered or unexported fields
}

func (*TopExperimentRunsSelector) Descriptor deprecated

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

Deprecated: Use TopExperimentRunsSelector.ProtoReflect.Descriptor instead.

func (*TopExperimentRunsSelector) GetAscending

func (x *TopExperimentRunsSelector) GetAscending() bool

func (*TopExperimentRunsSelector) GetExperimentId

func (x *TopExperimentRunsSelector) GetExperimentId() string

func (*TopExperimentRunsSelector) GetExperimentRunIds

func (x *TopExperimentRunsSelector) GetExperimentRunIds() []string

func (*TopExperimentRunsSelector) GetIdsOnly

func (x *TopExperimentRunsSelector) GetIdsOnly() bool

func (*TopExperimentRunsSelector) GetProjectId

func (x *TopExperimentRunsSelector) GetProjectId() string

func (*TopExperimentRunsSelector) GetSortKey

func (x *TopExperimentRunsSelector) GetSortKey() string

func (*TopExperimentRunsSelector) GetTopK

func (x *TopExperimentRunsSelector) GetTopK() int32

func (*TopExperimentRunsSelector) ProtoMessage

func (*TopExperimentRunsSelector) ProtoMessage()

func (*TopExperimentRunsSelector) ProtoReflect

func (*TopExperimentRunsSelector) Reset

func (x *TopExperimentRunsSelector) Reset()

func (*TopExperimentRunsSelector) String

func (x *TopExperimentRunsSelector) String() string

type TopExperimentRunsSelector_Response

type TopExperimentRunsSelector_Response struct {
	ExperimentRuns []*ExperimentRun `protobuf:"bytes,1,rep,name=experiment_runs,json=experimentRuns,proto3" json:"experiment_runs,omitempty"`
	// contains filtered or unexported fields
}

func (*TopExperimentRunsSelector_Response) Descriptor deprecated

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

Deprecated: Use TopExperimentRunsSelector_Response.ProtoReflect.Descriptor instead.

func (*TopExperimentRunsSelector_Response) GetExperimentRuns

func (x *TopExperimentRunsSelector_Response) GetExperimentRuns() []*ExperimentRun

func (*TopExperimentRunsSelector_Response) ProtoMessage

func (*TopExperimentRunsSelector_Response) ProtoMessage()

func (*TopExperimentRunsSelector_Response) ProtoReflect

func (*TopExperimentRunsSelector_Response) Reset

func (*TopExperimentRunsSelector_Response) String

type UnimplementedCommentServiceServer

type UnimplementedCommentServiceServer struct {
}

UnimplementedCommentServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCommentServiceServer) AddExperimentRunComment

func (*UnimplementedCommentServiceServer) DeleteExperimentRunComment

func (*UnimplementedCommentServiceServer) GetExperimentRunComments

func (*UnimplementedCommentServiceServer) UpdateExperimentRunComment

type UnimplementedDatasetServiceServer

type UnimplementedDatasetServiceServer struct {
}

UnimplementedDatasetServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDatasetServiceServer) AddDatasetAttributes

func (*UnimplementedDatasetServiceServer) AddDatasetTags

func (*UnimplementedDatasetServiceServer) CreateDataset

func (*UnimplementedDatasetServiceServer) DeleteDataset

func (*UnimplementedDatasetServiceServer) DeleteDatasetAttributes

func (*UnimplementedDatasetServiceServer) DeleteDatasetTags

func (*UnimplementedDatasetServiceServer) DeleteDatasets

func (*UnimplementedDatasetServiceServer) FindDatasets

func (*UnimplementedDatasetServiceServer) GetAllDatasets

func (*UnimplementedDatasetServiceServer) GetDatasetById

func (*UnimplementedDatasetServiceServer) GetDatasetByName

func (*UnimplementedDatasetServiceServer) GetDatasetTags

func (*UnimplementedDatasetServiceServer) GetExperimentRunByDataset

func (*UnimplementedDatasetServiceServer) GetLastExperimentByDatasetId

func (*UnimplementedDatasetServiceServer) UpdateDatasetAttributes

func (*UnimplementedDatasetServiceServer) UpdateDatasetDescription

func (*UnimplementedDatasetServiceServer) UpdateDatasetName

type UnimplementedDatasetVersionServiceServer

type UnimplementedDatasetVersionServiceServer struct {
}

UnimplementedDatasetVersionServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDatasetVersionServiceServer) AddDatasetVersionAttributes

func (*UnimplementedDatasetVersionServiceServer) AddDatasetVersionTags

func (*UnimplementedDatasetVersionServiceServer) CreateDatasetVersion

func (*UnimplementedDatasetVersionServiceServer) DeleteDatasetVersion

func (*UnimplementedDatasetVersionServiceServer) DeleteDatasetVersionTags

func (*UnimplementedDatasetVersionServiceServer) DeleteDatasetVersions

func (*UnimplementedDatasetVersionServiceServer) FindDatasetVersions

func (*UnimplementedDatasetVersionServiceServer) GetDatasetVersionAttributes

func (*UnimplementedDatasetVersionServiceServer) GetDatasetVersionById

type UnimplementedExperimentRunServiceServer

type UnimplementedExperimentRunServiceServer struct {
}

UnimplementedExperimentRunServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedExperimentRunServiceServer) AddExperimentRunAttributes

func (*UnimplementedExperimentRunServiceServer) AddExperimentRunTag

func (*UnimplementedExperimentRunServiceServer) AddExperimentRunTags

func (*UnimplementedExperimentRunServiceServer) CloneExperimentRun

func (*UnimplementedExperimentRunServiceServer) CommitArtifactPart

func (*UnimplementedExperimentRunServiceServer) CommitMultipartArtifact

func (*UnimplementedExperimentRunServiceServer) CreateExperimentRun

func (*UnimplementedExperimentRunServiceServer) DeleteArtifact

func (*UnimplementedExperimentRunServiceServer) DeleteExperimentRun

func (*UnimplementedExperimentRunServiceServer) DeleteExperimentRunTag

func (*UnimplementedExperimentRunServiceServer) DeleteExperimentRunTags

func (*UnimplementedExperimentRunServiceServer) DeleteExperimentRuns

func (*UnimplementedExperimentRunServiceServer) DeleteHyperparameters

func (*UnimplementedExperimentRunServiceServer) DeleteMetrics

func (*UnimplementedExperimentRunServiceServer) DeleteObservations

func (*UnimplementedExperimentRunServiceServer) FindExperimentRuns

func (*UnimplementedExperimentRunServiceServer) GetArtifacts

func (*UnimplementedExperimentRunServiceServer) GetChildrenExperimentRuns

func (*UnimplementedExperimentRunServiceServer) GetCommittedArtifactParts

func (*UnimplementedExperimentRunServiceServer) GetDatasets

func (*UnimplementedExperimentRunServiceServer) GetExperimentRunAttributes

func (*UnimplementedExperimentRunServiceServer) GetExperimentRunById

func (*UnimplementedExperimentRunServiceServer) GetExperimentRunByName

func (*UnimplementedExperimentRunServiceServer) GetExperimentRunCodeVersion

func (*UnimplementedExperimentRunServiceServer) GetExperimentRunTags

func (*UnimplementedExperimentRunServiceServer) GetExperimentRunsInProject

func (*UnimplementedExperimentRunServiceServer) GetHyperparameters

func (*UnimplementedExperimentRunServiceServer) GetJobId

func (*UnimplementedExperimentRunServiceServer) GetMetrics

func (*UnimplementedExperimentRunServiceServer) GetObservations

func (*UnimplementedExperimentRunServiceServer) GetTopExperimentRuns

func (*UnimplementedExperimentRunServiceServer) GetUrlForArtifact

func (*UnimplementedExperimentRunServiceServer) GetVersionedInputs

func (*UnimplementedExperimentRunServiceServer) LogArtifact

func (*UnimplementedExperimentRunServiceServer) LogArtifacts

func (*UnimplementedExperimentRunServiceServer) LogAttribute

func (*UnimplementedExperimentRunServiceServer) LogAttributes

func (*UnimplementedExperimentRunServiceServer) LogDataset

func (*UnimplementedExperimentRunServiceServer) LogDatasets

func (*UnimplementedExperimentRunServiceServer) LogEnvironment

func (*UnimplementedExperimentRunServiceServer) LogExperimentRunCodeVersion

func (*UnimplementedExperimentRunServiceServer) LogHyperparameter

func (*UnimplementedExperimentRunServiceServer) LogHyperparameters

func (*UnimplementedExperimentRunServiceServer) LogJobId

func (*UnimplementedExperimentRunServiceServer) LogMetric

func (*UnimplementedExperimentRunServiceServer) LogMetrics

func (*UnimplementedExperimentRunServiceServer) LogObservation

func (*UnimplementedExperimentRunServiceServer) LogObservations

func (*UnimplementedExperimentRunServiceServer) LogVersionedInput

func (*UnimplementedExperimentRunServiceServer) SetParentExperimentRunId

func (*UnimplementedExperimentRunServiceServer) SortExperimentRuns

func (*UnimplementedExperimentRunServiceServer) UpdateExperimentRunName

type UnimplementedExperimentServiceServer

type UnimplementedExperimentServiceServer struct {
}

UnimplementedExperimentServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedExperimentServiceServer) AddAttribute

func (*UnimplementedExperimentServiceServer) AddExperimentAttributes

func (*UnimplementedExperimentServiceServer) AddExperimentTag

func (*UnimplementedExperimentServiceServer) AddExperimentTags

func (*UnimplementedExperimentServiceServer) CreateExperiment

func (*UnimplementedExperimentServiceServer) DeleteExperiment

func (*UnimplementedExperimentServiceServer) DeleteExperimentAttributes

func (*UnimplementedExperimentServiceServer) DeleteExperimentTag

func (*UnimplementedExperimentServiceServer) DeleteExperimentTags

func (*UnimplementedExperimentServiceServer) DeleteExperiments

func (*UnimplementedExperimentServiceServer) FindExperiments

func (*UnimplementedExperimentServiceServer) GetArtifacts

func (*UnimplementedExperimentServiceServer) GetExperimentAttributes

func (*UnimplementedExperimentServiceServer) GetExperimentById

func (*UnimplementedExperimentServiceServer) GetExperimentByName

func (*UnimplementedExperimentServiceServer) GetExperimentCodeVersion

func (*UnimplementedExperimentServiceServer) GetExperimentTags

func (*UnimplementedExperimentServiceServer) GetExperimentsInProject

func (*UnimplementedExperimentServiceServer) GetUrlForArtifact

func (*UnimplementedExperimentServiceServer) LogArtifacts

func (*UnimplementedExperimentServiceServer) LogExperimentCodeVersion

func (*UnimplementedExperimentServiceServer) UpdateExperimentName

type UnimplementedJobServiceServer

type UnimplementedJobServiceServer struct {
}

UnimplementedJobServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedJobServiceServer) CreateJob

func (*UnimplementedJobServiceServer) DeleteJob

func (*UnimplementedJobServiceServer) GetJob

func (*UnimplementedJobServiceServer) UpdateJob

type UnimplementedLineageServiceServer

type UnimplementedLineageServiceServer struct {
}

UnimplementedLineageServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedLineageServiceServer) AddLineage

func (*UnimplementedLineageServiceServer) DeleteLineage

func (*UnimplementedLineageServiceServer) FindAllInputs

func (*UnimplementedLineageServiceServer) FindAllInputsOutputs

func (*UnimplementedLineageServiceServer) FindAllOutputs

type UnimplementedProjectServiceServer

type UnimplementedProjectServiceServer struct {
}

UnimplementedProjectServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedProjectServiceServer) AddProjectAttributes

func (*UnimplementedProjectServiceServer) AddProjectTag

func (*UnimplementedProjectServiceServer) AddProjectTags

func (*UnimplementedProjectServiceServer) CreateProject

func (*UnimplementedProjectServiceServer) DeepCopyProject

func (*UnimplementedProjectServiceServer) DeleteArtifact

func (*UnimplementedProjectServiceServer) DeleteProject

func (*UnimplementedProjectServiceServer) DeleteProjectAttributes

func (*UnimplementedProjectServiceServer) DeleteProjectTag

func (*UnimplementedProjectServiceServer) DeleteProjectTags

func (*UnimplementedProjectServiceServer) DeleteProjects

func (*UnimplementedProjectServiceServer) FindProjects

func (*UnimplementedProjectServiceServer) GetArtifacts

func (*UnimplementedProjectServiceServer) GetProjectAttributes

func (*UnimplementedProjectServiceServer) GetProjectById

func (*UnimplementedProjectServiceServer) GetProjectByName

func (*UnimplementedProjectServiceServer) GetProjectCodeVersion

func (*UnimplementedProjectServiceServer) GetProjectDatasetCount

func (*UnimplementedProjectServiceServer) GetProjectReadme

func (*UnimplementedProjectServiceServer) GetProjectShortName

func (*UnimplementedProjectServiceServer) GetProjectTags

func (*UnimplementedProjectServiceServer) GetProjects

func (*UnimplementedProjectServiceServer) GetSummary

func (*UnimplementedProjectServiceServer) GetUrlForArtifact

func (*UnimplementedProjectServiceServer) LogArtifacts

func (*UnimplementedProjectServiceServer) LogProjectCodeVersion

func (*UnimplementedProjectServiceServer) SetProjectReadme

func (*UnimplementedProjectServiceServer) SetProjectShortName

func (*UnimplementedProjectServiceServer) UpdateProjectAttributes

func (*UnimplementedProjectServiceServer) UpdateProjectDescription

func (*UnimplementedProjectServiceServer) UpdateProjectName

func (*UnimplementedProjectServiceServer) VerifyConnection

type UpdateComment

type UpdateComment struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	EntityId string `protobuf:"bytes,2,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`  // entity.id like experimentRun.id, project.id etc.
	DateTime uint64 `protobuf:"varint,3,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"` // Comment updated time
	Message  string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateComment) Descriptor deprecated

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

Deprecated: Use UpdateComment.ProtoReflect.Descriptor instead.

func (*UpdateComment) GetDateTime

func (x *UpdateComment) GetDateTime() uint64

func (*UpdateComment) GetEntityId

func (x *UpdateComment) GetEntityId() string

func (*UpdateComment) GetId

func (x *UpdateComment) GetId() string

func (*UpdateComment) GetMessage

func (x *UpdateComment) GetMessage() string

func (*UpdateComment) ProtoMessage

func (*UpdateComment) ProtoMessage()

func (*UpdateComment) ProtoReflect

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

func (*UpdateComment) Reset

func (x *UpdateComment) Reset()

func (*UpdateComment) String

func (x *UpdateComment) String() string

type UpdateComment_Response

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

func (*UpdateComment_Response) Descriptor deprecated

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

Deprecated: Use UpdateComment_Response.ProtoReflect.Descriptor instead.

func (*UpdateComment_Response) GetComment

func (x *UpdateComment_Response) GetComment() *Comment

func (*UpdateComment_Response) ProtoMessage

func (*UpdateComment_Response) ProtoMessage()

func (*UpdateComment_Response) ProtoReflect

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

func (*UpdateComment_Response) Reset

func (x *UpdateComment_Response) Reset()

func (*UpdateComment_Response) String

func (x *UpdateComment_Response) String() string

type UpdateDatasetAttributes

type UpdateDatasetAttributes struct {
	Id        string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attribute *common.KeyValue `protobuf:"bytes,2,opt,name=attribute,proto3" json:"attribute,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDatasetAttributes) Descriptor deprecated

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

Deprecated: Use UpdateDatasetAttributes.ProtoReflect.Descriptor instead.

func (*UpdateDatasetAttributes) GetAttribute

func (x *UpdateDatasetAttributes) GetAttribute() *common.KeyValue

func (*UpdateDatasetAttributes) GetId

func (x *UpdateDatasetAttributes) GetId() string

func (*UpdateDatasetAttributes) ProtoMessage

func (*UpdateDatasetAttributes) ProtoMessage()

func (*UpdateDatasetAttributes) ProtoReflect

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

func (*UpdateDatasetAttributes) Reset

func (x *UpdateDatasetAttributes) Reset()

func (*UpdateDatasetAttributes) String

func (x *UpdateDatasetAttributes) String() string

type UpdateDatasetAttributes_Response

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

func (*UpdateDatasetAttributes_Response) Descriptor deprecated

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

Deprecated: Use UpdateDatasetAttributes_Response.ProtoReflect.Descriptor instead.

func (*UpdateDatasetAttributes_Response) GetDataset

func (x *UpdateDatasetAttributes_Response) GetDataset() *Dataset

func (*UpdateDatasetAttributes_Response) ProtoMessage

func (*UpdateDatasetAttributes_Response) ProtoMessage()

func (*UpdateDatasetAttributes_Response) ProtoReflect

func (*UpdateDatasetAttributes_Response) Reset

func (*UpdateDatasetAttributes_Response) String

type UpdateDatasetDescription

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

func (*UpdateDatasetDescription) Descriptor deprecated

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

Deprecated: Use UpdateDatasetDescription.ProtoReflect.Descriptor instead.

func (*UpdateDatasetDescription) GetDescription

func (x *UpdateDatasetDescription) GetDescription() string

func (*UpdateDatasetDescription) GetId

func (x *UpdateDatasetDescription) GetId() string

func (*UpdateDatasetDescription) ProtoMessage

func (*UpdateDatasetDescription) ProtoMessage()

func (*UpdateDatasetDescription) ProtoReflect

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

func (*UpdateDatasetDescription) Reset

func (x *UpdateDatasetDescription) Reset()

func (*UpdateDatasetDescription) String

func (x *UpdateDatasetDescription) String() string

type UpdateDatasetDescription_Response

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

func (*UpdateDatasetDescription_Response) Descriptor deprecated

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

Deprecated: Use UpdateDatasetDescription_Response.ProtoReflect.Descriptor instead.

func (*UpdateDatasetDescription_Response) GetDataset

func (x *UpdateDatasetDescription_Response) GetDataset() *Dataset

func (*UpdateDatasetDescription_Response) ProtoMessage

func (*UpdateDatasetDescription_Response) ProtoMessage()

func (*UpdateDatasetDescription_Response) ProtoReflect

func (*UpdateDatasetDescription_Response) Reset

func (*UpdateDatasetDescription_Response) String

type UpdateDatasetName

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

func (*UpdateDatasetName) Descriptor deprecated

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

Deprecated: Use UpdateDatasetName.ProtoReflect.Descriptor instead.

func (*UpdateDatasetName) GetId

func (x *UpdateDatasetName) GetId() string

func (*UpdateDatasetName) GetName

func (x *UpdateDatasetName) GetName() string

func (*UpdateDatasetName) ProtoMessage

func (*UpdateDatasetName) ProtoMessage()

func (*UpdateDatasetName) ProtoReflect

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

func (*UpdateDatasetName) Reset

func (x *UpdateDatasetName) Reset()

func (*UpdateDatasetName) String

func (x *UpdateDatasetName) String() string

type UpdateDatasetName_Response

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

func (*UpdateDatasetName_Response) Descriptor deprecated

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

Deprecated: Use UpdateDatasetName_Response.ProtoReflect.Descriptor instead.

func (*UpdateDatasetName_Response) GetDataset

func (x *UpdateDatasetName_Response) GetDataset() *Dataset

func (*UpdateDatasetName_Response) ProtoMessage

func (*UpdateDatasetName_Response) ProtoMessage()

func (*UpdateDatasetName_Response) ProtoReflect

func (*UpdateDatasetName_Response) Reset

func (x *UpdateDatasetName_Response) Reset()

func (*UpdateDatasetName_Response) String

func (x *UpdateDatasetName_Response) String() string

type UpdateDatasetVersionAttributes

type UpdateDatasetVersionAttributes struct {
	Id        string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attribute *common.KeyValue `protobuf:"bytes,2,opt,name=attribute,proto3" json:"attribute,omitempty"`
	DatasetId string           `protobuf:"bytes,3,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDatasetVersionAttributes) Descriptor deprecated

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

Deprecated: Use UpdateDatasetVersionAttributes.ProtoReflect.Descriptor instead.

func (*UpdateDatasetVersionAttributes) GetAttribute

func (x *UpdateDatasetVersionAttributes) GetAttribute() *common.KeyValue

func (*UpdateDatasetVersionAttributes) GetDatasetId

func (x *UpdateDatasetVersionAttributes) GetDatasetId() string

func (*UpdateDatasetVersionAttributes) GetId

func (*UpdateDatasetVersionAttributes) ProtoMessage

func (*UpdateDatasetVersionAttributes) ProtoMessage()

func (*UpdateDatasetVersionAttributes) ProtoReflect

func (*UpdateDatasetVersionAttributes) Reset

func (x *UpdateDatasetVersionAttributes) Reset()

func (*UpdateDatasetVersionAttributes) String

type UpdateDatasetVersionAttributes_Response

type UpdateDatasetVersionAttributes_Response struct {
	DatasetVersion *DatasetVersion `protobuf:"bytes,1,opt,name=dataset_version,json=datasetVersion,proto3" json:"dataset_version,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDatasetVersionAttributes_Response) Descriptor deprecated

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

Deprecated: Use UpdateDatasetVersionAttributes_Response.ProtoReflect.Descriptor instead.

func (*UpdateDatasetVersionAttributes_Response) GetDatasetVersion

func (*UpdateDatasetVersionAttributes_Response) ProtoMessage

func (*UpdateDatasetVersionAttributes_Response) ProtoReflect

func (*UpdateDatasetVersionAttributes_Response) Reset

func (*UpdateDatasetVersionAttributes_Response) String

type UpdateDatasetVersionDescription

type UpdateDatasetVersionDescription struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	DatasetId   string `protobuf:"bytes,3,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDatasetVersionDescription) Descriptor deprecated

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

Deprecated: Use UpdateDatasetVersionDescription.ProtoReflect.Descriptor instead.

func (*UpdateDatasetVersionDescription) GetDatasetId

func (x *UpdateDatasetVersionDescription) GetDatasetId() string

func (*UpdateDatasetVersionDescription) GetDescription

func (x *UpdateDatasetVersionDescription) GetDescription() string

func (*UpdateDatasetVersionDescription) GetId

func (*UpdateDatasetVersionDescription) ProtoMessage

func (*UpdateDatasetVersionDescription) ProtoMessage()

func (*UpdateDatasetVersionDescription) ProtoReflect

func (*UpdateDatasetVersionDescription) Reset

func (*UpdateDatasetVersionDescription) String

type UpdateDatasetVersionDescription_Response

type UpdateDatasetVersionDescription_Response struct {
	DatasetVersion *DatasetVersion `protobuf:"bytes,1,opt,name=dataset_version,json=datasetVersion,proto3" json:"dataset_version,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDatasetVersionDescription_Response) Descriptor deprecated

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

Deprecated: Use UpdateDatasetVersionDescription_Response.ProtoReflect.Descriptor instead.

func (*UpdateDatasetVersionDescription_Response) GetDatasetVersion

func (*UpdateDatasetVersionDescription_Response) ProtoMessage

func (*UpdateDatasetVersionDescription_Response) ProtoReflect

func (*UpdateDatasetVersionDescription_Response) Reset

func (*UpdateDatasetVersionDescription_Response) String

type UpdateExperimentDescription

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

func (*UpdateExperimentDescription) Descriptor deprecated

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

Deprecated: Use UpdateExperimentDescription.ProtoReflect.Descriptor instead.

func (*UpdateExperimentDescription) GetDescription

func (x *UpdateExperimentDescription) GetDescription() string

func (*UpdateExperimentDescription) GetId

func (*UpdateExperimentDescription) ProtoMessage

func (*UpdateExperimentDescription) ProtoMessage()

func (*UpdateExperimentDescription) ProtoReflect

func (*UpdateExperimentDescription) Reset

func (x *UpdateExperimentDescription) Reset()

func (*UpdateExperimentDescription) String

func (x *UpdateExperimentDescription) String() string

type UpdateExperimentDescription_Response

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

func (*UpdateExperimentDescription_Response) Descriptor deprecated

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

Deprecated: Use UpdateExperimentDescription_Response.ProtoReflect.Descriptor instead.

func (*UpdateExperimentDescription_Response) GetExperiment

func (*UpdateExperimentDescription_Response) ProtoMessage

func (*UpdateExperimentDescription_Response) ProtoMessage()

func (*UpdateExperimentDescription_Response) ProtoReflect

func (*UpdateExperimentDescription_Response) Reset

func (*UpdateExperimentDescription_Response) String

type UpdateExperimentName

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

func (*UpdateExperimentName) Descriptor deprecated

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

Deprecated: Use UpdateExperimentName.ProtoReflect.Descriptor instead.

func (*UpdateExperimentName) GetId

func (x *UpdateExperimentName) GetId() string

func (*UpdateExperimentName) GetName

func (x *UpdateExperimentName) GetName() string

func (*UpdateExperimentName) ProtoMessage

func (*UpdateExperimentName) ProtoMessage()

func (*UpdateExperimentName) ProtoReflect

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

func (*UpdateExperimentName) Reset

func (x *UpdateExperimentName) Reset()

func (*UpdateExperimentName) String

func (x *UpdateExperimentName) String() string

type UpdateExperimentNameOrDescription

type UpdateExperimentNameOrDescription struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateExperimentNameOrDescription) Descriptor deprecated

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

Deprecated: Use UpdateExperimentNameOrDescription.ProtoReflect.Descriptor instead.

func (*UpdateExperimentNameOrDescription) GetDescription

func (x *UpdateExperimentNameOrDescription) GetDescription() string

func (*UpdateExperimentNameOrDescription) GetId

func (*UpdateExperimentNameOrDescription) GetName

func (*UpdateExperimentNameOrDescription) ProtoMessage

func (*UpdateExperimentNameOrDescription) ProtoMessage()

func (*UpdateExperimentNameOrDescription) ProtoReflect

func (*UpdateExperimentNameOrDescription) Reset

func (*UpdateExperimentNameOrDescription) String

type UpdateExperimentNameOrDescription_Response

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

func (*UpdateExperimentNameOrDescription_Response) Descriptor deprecated

Deprecated: Use UpdateExperimentNameOrDescription_Response.ProtoReflect.Descriptor instead.

func (*UpdateExperimentNameOrDescription_Response) GetExperiment

func (*UpdateExperimentNameOrDescription_Response) ProtoMessage

func (*UpdateExperimentNameOrDescription_Response) ProtoReflect

func (*UpdateExperimentNameOrDescription_Response) Reset

func (*UpdateExperimentNameOrDescription_Response) String

type UpdateExperimentName_Response

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

func (*UpdateExperimentName_Response) Descriptor deprecated

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

Deprecated: Use UpdateExperimentName_Response.ProtoReflect.Descriptor instead.

func (*UpdateExperimentName_Response) GetExperiment

func (x *UpdateExperimentName_Response) GetExperiment() *Experiment

func (*UpdateExperimentName_Response) ProtoMessage

func (*UpdateExperimentName_Response) ProtoMessage()

func (*UpdateExperimentName_Response) ProtoReflect

func (*UpdateExperimentName_Response) Reset

func (x *UpdateExperimentName_Response) Reset()

func (*UpdateExperimentName_Response) String

type UpdateExperimentRunDescription

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

func (*UpdateExperimentRunDescription) Descriptor deprecated

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

Deprecated: Use UpdateExperimentRunDescription.ProtoReflect.Descriptor instead.

func (*UpdateExperimentRunDescription) GetDescription

func (x *UpdateExperimentRunDescription) GetDescription() string

func (*UpdateExperimentRunDescription) GetId

func (*UpdateExperimentRunDescription) ProtoMessage

func (*UpdateExperimentRunDescription) ProtoMessage()

func (*UpdateExperimentRunDescription) ProtoReflect

func (*UpdateExperimentRunDescription) Reset

func (x *UpdateExperimentRunDescription) Reset()

func (*UpdateExperimentRunDescription) String

type UpdateExperimentRunDescription_Response

type UpdateExperimentRunDescription_Response struct {
	ExperimentRun *ExperimentRun `protobuf:"bytes,1,opt,name=experiment_run,json=experimentRun,proto3" json:"experiment_run,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateExperimentRunDescription_Response) Descriptor deprecated

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

Deprecated: Use UpdateExperimentRunDescription_Response.ProtoReflect.Descriptor instead.

func (*UpdateExperimentRunDescription_Response) GetExperimentRun

func (*UpdateExperimentRunDescription_Response) ProtoMessage

func (*UpdateExperimentRunDescription_Response) ProtoReflect

func (*UpdateExperimentRunDescription_Response) Reset

func (*UpdateExperimentRunDescription_Response) String

type UpdateExperimentRunName

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

func (*UpdateExperimentRunName) Descriptor deprecated

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

Deprecated: Use UpdateExperimentRunName.ProtoReflect.Descriptor instead.

func (*UpdateExperimentRunName) GetId

func (x *UpdateExperimentRunName) GetId() string

func (*UpdateExperimentRunName) GetName

func (x *UpdateExperimentRunName) GetName() string

func (*UpdateExperimentRunName) ProtoMessage

func (*UpdateExperimentRunName) ProtoMessage()

func (*UpdateExperimentRunName) ProtoReflect

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

func (*UpdateExperimentRunName) Reset

func (x *UpdateExperimentRunName) Reset()

func (*UpdateExperimentRunName) String

func (x *UpdateExperimentRunName) String() string

type UpdateExperimentRunName_Response

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

func (*UpdateExperimentRunName_Response) Descriptor deprecated

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

Deprecated: Use UpdateExperimentRunName_Response.ProtoReflect.Descriptor instead.

func (*UpdateExperimentRunName_Response) ProtoMessage

func (*UpdateExperimentRunName_Response) ProtoMessage()

func (*UpdateExperimentRunName_Response) ProtoReflect

func (*UpdateExperimentRunName_Response) Reset

func (*UpdateExperimentRunName_Response) String

type UpdateJob

type UpdateJob struct {
	Id        string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	EndTime   string                  `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	JobStatus JobStatusEnum_JobStatus `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateJob) Descriptor deprecated

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

Deprecated: Use UpdateJob.ProtoReflect.Descriptor instead.

func (*UpdateJob) GetEndTime

func (x *UpdateJob) GetEndTime() string

func (*UpdateJob) GetId

func (x *UpdateJob) GetId() string

func (*UpdateJob) GetJobStatus

func (x *UpdateJob) GetJobStatus() JobStatusEnum_JobStatus

func (*UpdateJob) ProtoMessage

func (*UpdateJob) ProtoMessage()

func (*UpdateJob) ProtoReflect

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

func (*UpdateJob) Reset

func (x *UpdateJob) Reset()

func (*UpdateJob) String

func (x *UpdateJob) String() string

type UpdateJob_Response

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

func (*UpdateJob_Response) Descriptor deprecated

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

Deprecated: Use UpdateJob_Response.ProtoReflect.Descriptor instead.

func (*UpdateJob_Response) GetJob

func (x *UpdateJob_Response) GetJob() *Job

func (*UpdateJob_Response) ProtoMessage

func (*UpdateJob_Response) ProtoMessage()

func (*UpdateJob_Response) ProtoReflect

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

func (*UpdateJob_Response) Reset

func (x *UpdateJob_Response) Reset()

func (*UpdateJob_Response) String

func (x *UpdateJob_Response) String() string

type UpdateProjectAttributes

type UpdateProjectAttributes struct {
	Id        string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attribute *common.KeyValue `protobuf:"bytes,2,opt,name=attribute,proto3" json:"attribute,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectAttributes) Descriptor deprecated

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

Deprecated: Use UpdateProjectAttributes.ProtoReflect.Descriptor instead.

func (*UpdateProjectAttributes) GetAttribute

func (x *UpdateProjectAttributes) GetAttribute() *common.KeyValue

func (*UpdateProjectAttributes) GetId

func (x *UpdateProjectAttributes) GetId() string

func (*UpdateProjectAttributes) ProtoMessage

func (*UpdateProjectAttributes) ProtoMessage()

func (*UpdateProjectAttributes) ProtoReflect

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

func (*UpdateProjectAttributes) Reset

func (x *UpdateProjectAttributes) Reset()

func (*UpdateProjectAttributes) String

func (x *UpdateProjectAttributes) String() string

type UpdateProjectAttributes_Response

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

func (*UpdateProjectAttributes_Response) Descriptor deprecated

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

Deprecated: Use UpdateProjectAttributes_Response.ProtoReflect.Descriptor instead.

func (*UpdateProjectAttributes_Response) GetProject

func (x *UpdateProjectAttributes_Response) GetProject() *Project

func (*UpdateProjectAttributes_Response) ProtoMessage

func (*UpdateProjectAttributes_Response) ProtoMessage()

func (*UpdateProjectAttributes_Response) ProtoReflect

func (*UpdateProjectAttributes_Response) Reset

func (*UpdateProjectAttributes_Response) String

type UpdateProjectDescription

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

func (*UpdateProjectDescription) Descriptor deprecated

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

Deprecated: Use UpdateProjectDescription.ProtoReflect.Descriptor instead.

func (*UpdateProjectDescription) GetDescription

func (x *UpdateProjectDescription) GetDescription() string

func (*UpdateProjectDescription) GetId

func (x *UpdateProjectDescription) GetId() string

func (*UpdateProjectDescription) ProtoMessage

func (*UpdateProjectDescription) ProtoMessage()

func (*UpdateProjectDescription) ProtoReflect

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

func (*UpdateProjectDescription) Reset

func (x *UpdateProjectDescription) Reset()

func (*UpdateProjectDescription) String

func (x *UpdateProjectDescription) String() string

type UpdateProjectDescription_Response

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

func (*UpdateProjectDescription_Response) Descriptor deprecated

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

Deprecated: Use UpdateProjectDescription_Response.ProtoReflect.Descriptor instead.

func (*UpdateProjectDescription_Response) GetProject

func (x *UpdateProjectDescription_Response) GetProject() *Project

func (*UpdateProjectDescription_Response) ProtoMessage

func (*UpdateProjectDescription_Response) ProtoMessage()

func (*UpdateProjectDescription_Response) ProtoReflect

func (*UpdateProjectDescription_Response) Reset

func (*UpdateProjectDescription_Response) String

type UpdateProjectName

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

func (*UpdateProjectName) Descriptor deprecated

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

Deprecated: Use UpdateProjectName.ProtoReflect.Descriptor instead.

func (*UpdateProjectName) GetId

func (x *UpdateProjectName) GetId() string

func (*UpdateProjectName) GetName

func (x *UpdateProjectName) GetName() string

func (*UpdateProjectName) ProtoMessage

func (*UpdateProjectName) ProtoMessage()

func (*UpdateProjectName) ProtoReflect

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

func (*UpdateProjectName) Reset

func (x *UpdateProjectName) Reset()

func (*UpdateProjectName) String

func (x *UpdateProjectName) String() string

type UpdateProjectName_Response

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

func (*UpdateProjectName_Response) Descriptor deprecated

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

Deprecated: Use UpdateProjectName_Response.ProtoReflect.Descriptor instead.

func (*UpdateProjectName_Response) GetProject

func (x *UpdateProjectName_Response) GetProject() *Project

func (*UpdateProjectName_Response) ProtoMessage

func (*UpdateProjectName_Response) ProtoMessage()

func (*UpdateProjectName_Response) ProtoReflect

func (*UpdateProjectName_Response) Reset

func (x *UpdateProjectName_Response) Reset()

func (*UpdateProjectName_Response) String

func (x *UpdateProjectName_Response) String() string

type VerifyConnectionResponse

type VerifyConnectionResponse struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyConnectionResponse) Descriptor deprecated

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

Deprecated: Use VerifyConnectionResponse.ProtoReflect.Descriptor instead.

func (*VerifyConnectionResponse) GetStatus

func (x *VerifyConnectionResponse) GetStatus() bool

func (*VerifyConnectionResponse) ProtoMessage

func (*VerifyConnectionResponse) ProtoMessage()

func (*VerifyConnectionResponse) ProtoReflect

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

func (*VerifyConnectionResponse) Reset

func (x *VerifyConnectionResponse) Reset()

func (*VerifyConnectionResponse) String

func (x *VerifyConnectionResponse) String() string

type VersioningEntry

type VersioningEntry struct {
	RepositoryId   uint64               `protobuf:"varint,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	Commit         string               `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"`
	KeyLocationMap map[string]*Location `` /* 193-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VersioningEntry) Descriptor deprecated

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

Deprecated: Use VersioningEntry.ProtoReflect.Descriptor instead.

func (*VersioningEntry) GetCommit

func (x *VersioningEntry) GetCommit() string

func (*VersioningEntry) GetKeyLocationMap

func (x *VersioningEntry) GetKeyLocationMap() map[string]*Location

func (*VersioningEntry) GetRepositoryId

func (x *VersioningEntry) GetRepositoryId() uint64

func (*VersioningEntry) ProtoMessage

func (*VersioningEntry) ProtoMessage()

func (*VersioningEntry) ProtoReflect

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

func (*VersioningEntry) Reset

func (x *VersioningEntry) Reset()

func (*VersioningEntry) String

func (x *VersioningEntry) String() string

Directories

Path Synopsis
Package metadata is a reverse proxy.
Package metadata is a reverse proxy.
Package versioning is a reverse proxy.
Package versioning is a reverse proxy.

Jump to

Keyboard shortcuts

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