evaluation

package
v0.0.0-...-43ed5bc Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_bonanza_build_pkg_proto_model_evaluation_evaluation_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Action

type Action struct {
	OverridesReference *core.DecodableReference `protobuf:"bytes,1,opt,name=overrides_reference,json=overridesReference,proto3" json:"overrides_reference,omitempty"`
	RequestedKeys      []*Keys                  `protobuf:"bytes,2,rep,name=requested_keys,json=requestedKeys,proto3" json:"requested_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*Action) Descriptor deprecated

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

Deprecated: Use Action.ProtoReflect.Descriptor instead.

func (*Action) GetOverridesReference

func (x *Action) GetOverridesReference() *core.DecodableReference

func (*Action) GetRequestedKeys

func (x *Action) GetRequestedKeys() []*Keys

func (*Action) ProtoMessage

func (*Action) ProtoMessage()

func (*Action) ProtoReflect

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

func (*Action) Reset

func (x *Action) Reset()

func (*Action) String

func (x *Action) String() string

type Evaluation

type Evaluation struct {
	Value                        *core.Any `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	DirectVariableDependencyKeys []*Keys   `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Evaluation) Descriptor deprecated

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

Deprecated: Use Evaluation.ProtoReflect.Descriptor instead.

func (*Evaluation) GetDirectVariableDependencyKeys

func (x *Evaluation) GetDirectVariableDependencyKeys() []*Keys

func (*Evaluation) GetValue

func (x *Evaluation) GetValue() *core.Any

func (*Evaluation) ProtoMessage

func (*Evaluation) ProtoMessage()

func (*Evaluation) ProtoReflect

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

func (*Evaluation) Reset

func (x *Evaluation) Reset()

func (*Evaluation) String

func (x *Evaluation) String() string

type Evaluations

type Evaluations struct {

	// Types that are valid to be assigned to Level:
	//
	//	*Evaluations_Leaf_
	//	*Evaluations_Parent_
	Level isEvaluations_Level `protobuf_oneof:"level"`
	// contains filtered or unexported fields
}

func (*Evaluations) Descriptor deprecated

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

Deprecated: Use Evaluations.ProtoReflect.Descriptor instead.

func (*Evaluations) GetLeaf

func (x *Evaluations) GetLeaf() *Evaluations_Leaf

func (*Evaluations) GetLevel

func (x *Evaluations) GetLevel() isEvaluations_Level

func (*Evaluations) GetParent

func (x *Evaluations) GetParent() *Evaluations_Parent

func (*Evaluations) ProtoMessage

func (*Evaluations) ProtoMessage()

func (*Evaluations) ProtoReflect

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

func (*Evaluations) Reset

func (x *Evaluations) Reset()

func (*Evaluations) String

func (x *Evaluations) String() string

type Evaluations_Leaf

type Evaluations_Leaf struct {
	KeyReference []byte    `protobuf:"bytes,1,opt,name=key_reference,json=keyReference,proto3" json:"key_reference,omitempty"`
	Graphlet     *Graphlet `protobuf:"bytes,2,opt,name=graphlet,proto3" json:"graphlet,omitempty"`
	// contains filtered or unexported fields
}

func (*Evaluations_Leaf) Descriptor deprecated

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

Deprecated: Use Evaluations_Leaf.ProtoReflect.Descriptor instead.

func (*Evaluations_Leaf) GetGraphlet

func (x *Evaluations_Leaf) GetGraphlet() *Graphlet

func (*Evaluations_Leaf) GetKeyReference

func (x *Evaluations_Leaf) GetKeyReference() []byte

func (*Evaluations_Leaf) ProtoMessage

func (*Evaluations_Leaf) ProtoMessage()

func (*Evaluations_Leaf) ProtoReflect

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

func (*Evaluations_Leaf) Reset

func (x *Evaluations_Leaf) Reset()

func (*Evaluations_Leaf) String

func (x *Evaluations_Leaf) String() string

type Evaluations_Leaf_

type Evaluations_Leaf_ struct {
	Leaf *Evaluations_Leaf `protobuf:"bytes,1,opt,name=leaf,proto3,oneof"`
}

type Evaluations_Parent

type Evaluations_Parent struct {
	Reference         *core.DecodableReference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
	FirstKeyReference []byte                   `protobuf:"bytes,2,opt,name=first_key_reference,json=firstKeyReference,proto3" json:"first_key_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*Evaluations_Parent) Descriptor deprecated

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

Deprecated: Use Evaluations_Parent.ProtoReflect.Descriptor instead.

func (*Evaluations_Parent) GetFirstKeyReference

func (x *Evaluations_Parent) GetFirstKeyReference() []byte

func (*Evaluations_Parent) GetReference

func (x *Evaluations_Parent) GetReference() *core.DecodableReference

func (*Evaluations_Parent) ProtoMessage

func (*Evaluations_Parent) ProtoMessage()

func (*Evaluations_Parent) ProtoReflect

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

func (*Evaluations_Parent) Reset

func (x *Evaluations_Parent) Reset()

func (*Evaluations_Parent) String

func (x *Evaluations_Parent) String() string

type Evaluations_Parent_

type Evaluations_Parent_ struct {
	Parent *Evaluations_Parent `protobuf:"bytes,2,opt,name=parent,proto3,oneof"`
}

type Graphlet

type Graphlet struct {

	// Types that are valid to be assigned to Evaluation:
	//
	//	*Graphlet_EvaluationInline
	//	*Graphlet_EvaluationExternal
	Evaluation            isGraphlet_Evaluation `protobuf_oneof:"evaluation"`
	DependencyEvaluations []*Evaluations        `protobuf:"bytes,3,rep,name=dependency_evaluations,json=dependencyEvaluations,proto3" json:"dependency_evaluations,omitempty"`
	// contains filtered or unexported fields
}

func (*Graphlet) Descriptor deprecated

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

Deprecated: Use Graphlet.ProtoReflect.Descriptor instead.

func (*Graphlet) GetDependencyEvaluations

func (x *Graphlet) GetDependencyEvaluations() []*Evaluations

func (*Graphlet) GetEvaluation

func (x *Graphlet) GetEvaluation() isGraphlet_Evaluation

func (*Graphlet) GetEvaluationExternal

func (x *Graphlet) GetEvaluationExternal() *core.DecodableReference

func (*Graphlet) GetEvaluationInline

func (x *Graphlet) GetEvaluationInline() *Evaluation

func (*Graphlet) ProtoMessage

func (*Graphlet) ProtoMessage()

func (*Graphlet) ProtoReflect

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

func (*Graphlet) Reset

func (x *Graphlet) Reset()

func (*Graphlet) String

func (x *Graphlet) String() string

type Graphlet_EvaluationExternal

type Graphlet_EvaluationExternal struct {
	EvaluationExternal *core.DecodableReference `protobuf:"bytes,2,opt,name=evaluation_external,json=evaluationExternal,proto3,oneof"`
}

type Graphlet_EvaluationInline

type Graphlet_EvaluationInline struct {
	EvaluationInline *Evaluation `protobuf:"bytes,1,opt,name=evaluation_inline,json=evaluationInline,proto3,oneof"`
}

type Keys

type Keys struct {

	// Types that are valid to be assigned to Level:
	//
	//	*Keys_Leaf
	//	*Keys_Parent_
	Level isKeys_Level `protobuf_oneof:"level"`
	// contains filtered or unexported fields
}

func (*Keys) Descriptor deprecated

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

Deprecated: Use Keys.ProtoReflect.Descriptor instead.

func (*Keys) GetLeaf

func (x *Keys) GetLeaf() *core.Any

func (*Keys) GetLevel

func (x *Keys) GetLevel() isKeys_Level

func (*Keys) GetParent

func (x *Keys) GetParent() *Keys_Parent

func (*Keys) ProtoMessage

func (*Keys) ProtoMessage()

func (*Keys) ProtoReflect

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

func (*Keys) Reset

func (x *Keys) Reset()

func (*Keys) String

func (x *Keys) String() string

type Keys_Leaf

type Keys_Leaf struct {
	Leaf *core.Any `protobuf:"bytes,1,opt,name=leaf,proto3,oneof"`
}

type Keys_Parent

type Keys_Parent struct {
	Reference *core.DecodableReference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

func (*Keys_Parent) Descriptor deprecated

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

Deprecated: Use Keys_Parent.ProtoReflect.Descriptor instead.

func (*Keys_Parent) GetReference

func (x *Keys_Parent) GetReference() *core.DecodableReference

func (*Keys_Parent) ProtoMessage

func (*Keys_Parent) ProtoMessage()

func (*Keys_Parent) ProtoReflect

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

func (*Keys_Parent) Reset

func (x *Keys_Parent) Reset()

func (*Keys_Parent) String

func (x *Keys_Parent) String() string

type Keys_Parent_

type Keys_Parent_ struct {
	Parent *Keys_Parent `protobuf:"bytes,2,opt,name=parent,proto3,oneof"`
}

type Progress

type Progress struct {
	BlockedKeysCount              uint64                    `protobuf:"varint,1,opt,name=blocked_keys_count,json=blockedKeysCount,proto3" json:"blocked_keys_count,omitempty"`
	EvaluatableKeysCount          uint64                    `protobuf:"varint,2,opt,name=evaluatable_keys_count,json=evaluatableKeysCount,proto3" json:"evaluatable_keys_count,omitempty"`
	OldestEvaluatingKeys          []*Progress_EvaluatingKey `protobuf:"bytes,3,rep,name=oldest_evaluating_keys,json=oldestEvaluatingKeys,proto3" json:"oldest_evaluating_keys,omitempty"`
	AdditionalEvaluatingKeysCount uint64                    `` /* 153-byte string literal not displayed */
	EvaluatedKeysCount            uint64                    `protobuf:"varint,5,opt,name=evaluated_keys_count,json=evaluatedKeysCount,proto3" json:"evaluated_keys_count,omitempty"`
	UploadingKeysCount            uint64                    `protobuf:"varint,6,opt,name=uploading_keys_count,json=uploadingKeysCount,proto3" json:"uploading_keys_count,omitempty"`
	CompletedKeysCount            uint64                    `protobuf:"varint,7,opt,name=completed_keys_count,json=completedKeysCount,proto3" json:"completed_keys_count,omitempty"`
	// contains filtered or unexported fields
}

func (*Progress) Descriptor deprecated

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

Deprecated: Use Progress.ProtoReflect.Descriptor instead.

func (*Progress) GetAdditionalEvaluatingKeysCount

func (x *Progress) GetAdditionalEvaluatingKeysCount() uint64

func (*Progress) GetBlockedKeysCount

func (x *Progress) GetBlockedKeysCount() uint64

func (*Progress) GetCompletedKeysCount

func (x *Progress) GetCompletedKeysCount() uint64

func (*Progress) GetEvaluatableKeysCount

func (x *Progress) GetEvaluatableKeysCount() uint64

func (*Progress) GetEvaluatedKeysCount

func (x *Progress) GetEvaluatedKeysCount() uint64

func (*Progress) GetOldestEvaluatingKeys

func (x *Progress) GetOldestEvaluatingKeys() []*Progress_EvaluatingKey

func (*Progress) GetUploadingKeysCount

func (x *Progress) GetUploadingKeysCount() uint64

func (*Progress) ProtoMessage

func (*Progress) ProtoMessage()

func (*Progress) ProtoReflect

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

func (*Progress) Reset

func (x *Progress) Reset()

func (*Progress) String

func (x *Progress) String() string

type Progress_EvaluatingKey

type Progress_EvaluatingKey struct {
	Key                    *core.Any              `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	FirstEvaluationStart   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=first_evaluation_start,json=firstEvaluationStart,proto3" json:"first_evaluation_start,omitempty"`
	CurrentEvaluationStart *timestamppb.Timestamp `` /* 129-byte string literal not displayed */
	Restarts               uint32                 `protobuf:"varint,4,opt,name=restarts,proto3" json:"restarts,omitempty"`
	// contains filtered or unexported fields
}

func (*Progress_EvaluatingKey) Descriptor deprecated

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

Deprecated: Use Progress_EvaluatingKey.ProtoReflect.Descriptor instead.

func (*Progress_EvaluatingKey) GetCurrentEvaluationStart

func (x *Progress_EvaluatingKey) GetCurrentEvaluationStart() *timestamppb.Timestamp

func (*Progress_EvaluatingKey) GetFirstEvaluationStart

func (x *Progress_EvaluatingKey) GetFirstEvaluationStart() *timestamppb.Timestamp

func (*Progress_EvaluatingKey) GetKey

func (x *Progress_EvaluatingKey) GetKey() *core.Any

func (*Progress_EvaluatingKey) GetRestarts

func (x *Progress_EvaluatingKey) GetRestarts() uint32

func (*Progress_EvaluatingKey) ProtoMessage

func (*Progress_EvaluatingKey) ProtoMessage()

func (*Progress_EvaluatingKey) ProtoReflect

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

func (*Progress_EvaluatingKey) Reset

func (x *Progress_EvaluatingKey) Reset()

func (*Progress_EvaluatingKey) String

func (x *Progress_EvaluatingKey) String() string

type Result

type Result struct {
	Failure           *Result_Failure          `protobuf:"bytes,1,opt,name=failure,proto3" json:"failure,omitempty"`
	OutcomesReference *core.DecodableReference `protobuf:"bytes,2,opt,name=outcomes_reference,json=outcomesReference,proto3" json:"outcomes_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*Result) Descriptor deprecated

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

Deprecated: Use Result.ProtoReflect.Descriptor instead.

func (*Result) GetFailure

func (x *Result) GetFailure() *Result_Failure

func (*Result) GetOutcomesReference

func (x *Result) GetOutcomesReference() *core.DecodableReference

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) ProtoReflect

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

func (*Result) Reset

func (x *Result) Reset()

func (*Result) String

func (x *Result) String() string

type Result_Failure

type Result_Failure struct {
	StackTraceKeys []*core.Any    `protobuf:"bytes,1,rep,name=stack_trace_keys,json=stackTraceKeys,proto3" json:"stack_trace_keys,omitempty"`
	Status         *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Result_Failure) Descriptor deprecated

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

Deprecated: Use Result_Failure.ProtoReflect.Descriptor instead.

func (*Result_Failure) GetStackTraceKeys

func (x *Result_Failure) GetStackTraceKeys() []*core.Any

func (*Result_Failure) GetStatus

func (x *Result_Failure) GetStatus() *status.Status

func (*Result_Failure) ProtoMessage

func (*Result_Failure) ProtoMessage()

func (*Result_Failure) ProtoReflect

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

func (*Result_Failure) Reset

func (x *Result_Failure) Reset()

func (*Result_Failure) String

func (x *Result_Failure) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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