protocol

package
v1.27.13 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2025 License: BSD-3-Clause Imports: 9 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConsistencyLevel_name = map[int32]string{
		0: "CONSISTENCY_LEVEL_UNSPECIFIED",
		1: "CONSISTENCY_LEVEL_ONE",
		2: "CONSISTENCY_LEVEL_QUORUM",
		3: "CONSISTENCY_LEVEL_ALL",
	}
	ConsistencyLevel_value = map[string]int32{
		"CONSISTENCY_LEVEL_UNSPECIFIED": 0,
		"CONSISTENCY_LEVEL_ONE":         1,
		"CONSISTENCY_LEVEL_QUORUM":      2,
		"CONSISTENCY_LEVEL_ALL":         3,
	}
)

Enum value maps for ConsistencyLevel.

View Source
var (
	Filters_Operator_name = map[int32]string{
		0:  "OPERATOR_UNSPECIFIED",
		1:  "OPERATOR_EQUAL",
		2:  "OPERATOR_NOT_EQUAL",
		3:  "OPERATOR_GREATER_THAN",
		4:  "OPERATOR_GREATER_THAN_EQUAL",
		5:  "OPERATOR_LESS_THAN",
		6:  "OPERATOR_LESS_THAN_EQUAL",
		7:  "OPERATOR_AND",
		8:  "OPERATOR_OR",
		9:  "OPERATOR_WITHIN_GEO_RANGE",
		10: "OPERATOR_LIKE",
		11: "OPERATOR_IS_NULL",
		12: "OPERATOR_CONTAINS_ANY",
		13: "OPERATOR_CONTAINS_ALL",
	}
	Filters_Operator_value = map[string]int32{
		"OPERATOR_UNSPECIFIED":        0,
		"OPERATOR_EQUAL":              1,
		"OPERATOR_NOT_EQUAL":          2,
		"OPERATOR_GREATER_THAN":       3,
		"OPERATOR_GREATER_THAN_EQUAL": 4,
		"OPERATOR_LESS_THAN":          5,
		"OPERATOR_LESS_THAN_EQUAL":    6,
		"OPERATOR_AND":                7,
		"OPERATOR_OR":                 8,
		"OPERATOR_WITHIN_GEO_RANGE":   9,
		"OPERATOR_LIKE":               10,
		"OPERATOR_IS_NULL":            11,
		"OPERATOR_CONTAINS_ANY":       12,
		"OPERATOR_CONTAINS_ALL":       13,
	}
)

Enum value maps for Filters_Operator.

View Source
var (
	CombinationMethod_name = map[int32]string{
		0: "COMBINATION_METHOD_UNSPECIFIED",
		1: "COMBINATION_METHOD_TYPE_SUM",
		2: "COMBINATION_METHOD_TYPE_MIN",
		3: "COMBINATION_METHOD_TYPE_AVERAGE",
		4: "COMBINATION_METHOD_TYPE_RELATIVE_SCORE",
		5: "COMBINATION_METHOD_TYPE_MANUAL",
	}
	CombinationMethod_value = map[string]int32{
		"COMBINATION_METHOD_UNSPECIFIED":         0,
		"COMBINATION_METHOD_TYPE_SUM":            1,
		"COMBINATION_METHOD_TYPE_MIN":            2,
		"COMBINATION_METHOD_TYPE_AVERAGE":        3,
		"COMBINATION_METHOD_TYPE_RELATIVE_SCORE": 4,
		"COMBINATION_METHOD_TYPE_MANUAL":         5,
	}
)

Enum value maps for CombinationMethod.

View Source
var (
	Hybrid_FusionType_name = map[int32]string{
		0: "FUSION_TYPE_UNSPECIFIED",
		1: "FUSION_TYPE_RANKED",
		2: "FUSION_TYPE_RELATIVE_SCORE",
	}
	Hybrid_FusionType_value = map[string]int32{
		"FUSION_TYPE_UNSPECIFIED":    0,
		"FUSION_TYPE_RANKED":         1,
		"FUSION_TYPE_RELATIVE_SCORE": 2,
	}
)

Enum value maps for Hybrid_FusionType.

View Source
var (
	TenantActivityStatus_name = map[int32]string{
		0:  "TENANT_ACTIVITY_STATUS_UNSPECIFIED",
		1:  "TENANT_ACTIVITY_STATUS_HOT",
		2:  "TENANT_ACTIVITY_STATUS_COLD",
		4:  "TENANT_ACTIVITY_STATUS_FROZEN",
		5:  "TENANT_ACTIVITY_STATUS_UNFREEZING",
		6:  "TENANT_ACTIVITY_STATUS_FREEZING",
		7:  "TENANT_ACTIVITY_STATUS_ACTIVE",
		8:  "TENANT_ACTIVITY_STATUS_INACTIVE",
		9:  "TENANT_ACTIVITY_STATUS_OFFLOADED",
		10: "TENANT_ACTIVITY_STATUS_OFFLOADING",
		11: "TENANT_ACTIVITY_STATUS_ONLOADING",
	}
	TenantActivityStatus_value = map[string]int32{
		"TENANT_ACTIVITY_STATUS_UNSPECIFIED": 0,
		"TENANT_ACTIVITY_STATUS_HOT":         1,
		"TENANT_ACTIVITY_STATUS_COLD":        2,
		"TENANT_ACTIVITY_STATUS_FROZEN":      4,
		"TENANT_ACTIVITY_STATUS_UNFREEZING":  5,
		"TENANT_ACTIVITY_STATUS_FREEZING":    6,
		"TENANT_ACTIVITY_STATUS_ACTIVE":      7,
		"TENANT_ACTIVITY_STATUS_INACTIVE":    8,
		"TENANT_ACTIVITY_STATUS_OFFLOADED":   9,
		"TENANT_ACTIVITY_STATUS_OFFLOADING":  10,
		"TENANT_ACTIVITY_STATUS_ONLOADING":   11,
	}
)

Enum value maps for TenantActivityStatus.

View Source
var File_v1_base_proto protoreflect.FileDescriptor
View Source
var File_v1_batch_delete_proto protoreflect.FileDescriptor
View Source
var File_v1_batch_proto protoreflect.FileDescriptor
View Source
var File_v1_generative_proto protoreflect.FileDescriptor
View Source
var File_v1_properties_proto protoreflect.FileDescriptor
View Source
var File_v1_search_get_proto protoreflect.FileDescriptor
View Source
var File_v1_tenants_proto protoreflect.FileDescriptor
View Source
var File_v1_weaviate_proto protoreflect.FileDescriptor
View Source
var Weaviate_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "weaviate.v1.Weaviate",
	HandlerType: (*WeaviateServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Search",
			Handler:    _Weaviate_Search_Handler,
		},
		{
			MethodName: "BatchObjects",
			Handler:    _Weaviate_BatchObjects_Handler,
		},
		{
			MethodName: "BatchDelete",
			Handler:    _Weaviate_BatchDelete_Handler,
		},
		{
			MethodName: "TenantsGet",
			Handler:    _Weaviate_TenantsGet_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "v1/weaviate.proto",
}

Weaviate_ServiceDesc is the grpc.ServiceDesc for Weaviate service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterWeaviateServer

func RegisterWeaviateServer(s grpc.ServiceRegistrar, srv WeaviateServer)

Types

type BM25

type BM25 struct {
	Query      string   `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Properties []string `protobuf:"bytes,2,rep,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*BM25) Descriptor deprecated

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

Deprecated: Use BM25.ProtoReflect.Descriptor instead.

func (*BM25) GetProperties

func (x *BM25) GetProperties() []string

func (*BM25) GetQuery

func (x *BM25) GetQuery() string

func (*BM25) ProtoMessage

func (*BM25) ProtoMessage()

func (*BM25) ProtoReflect

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

func (*BM25) Reset

func (x *BM25) Reset()

func (*BM25) String

func (x *BM25) String() string

type BatchDeleteObject added in v1.23.3

type BatchDeleteObject struct {
	Uuid       []byte  `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Successful bool    `protobuf:"varint,2,opt,name=successful,proto3" json:"successful,omitempty"`
	Error      *string `protobuf:"bytes,3,opt,name=error,proto3,oneof" json:"error,omitempty"` // empty string means no error
	// contains filtered or unexported fields
}

func (*BatchDeleteObject) Descriptor deprecated added in v1.23.3

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

Deprecated: Use BatchDeleteObject.ProtoReflect.Descriptor instead.

func (*BatchDeleteObject) GetError added in v1.23.3

func (x *BatchDeleteObject) GetError() string

func (*BatchDeleteObject) GetSuccessful added in v1.23.3

func (x *BatchDeleteObject) GetSuccessful() bool

func (*BatchDeleteObject) GetUuid added in v1.23.3

func (x *BatchDeleteObject) GetUuid() []byte

func (*BatchDeleteObject) ProtoMessage added in v1.23.3

func (*BatchDeleteObject) ProtoMessage()

func (*BatchDeleteObject) ProtoReflect added in v1.23.3

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

func (*BatchDeleteObject) Reset added in v1.23.3

func (x *BatchDeleteObject) Reset()

func (*BatchDeleteObject) String added in v1.23.3

func (x *BatchDeleteObject) String() string

type BatchDeleteReply added in v1.23.3

type BatchDeleteReply struct {
	Took       float32              `protobuf:"fixed32,1,opt,name=took,proto3" json:"took,omitempty"`
	Failed     int64                `protobuf:"varint,2,opt,name=failed,proto3" json:"failed,omitempty"`
	Matches    int64                `protobuf:"varint,3,opt,name=matches,proto3" json:"matches,omitempty"`
	Successful int64                `protobuf:"varint,4,opt,name=successful,proto3" json:"successful,omitempty"`
	Objects    []*BatchDeleteObject `protobuf:"bytes,5,rep,name=objects,proto3" json:"objects,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchDeleteReply) Descriptor deprecated added in v1.23.3

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

Deprecated: Use BatchDeleteReply.ProtoReflect.Descriptor instead.

func (*BatchDeleteReply) GetFailed added in v1.23.3

func (x *BatchDeleteReply) GetFailed() int64

func (*BatchDeleteReply) GetMatches added in v1.23.3

func (x *BatchDeleteReply) GetMatches() int64

func (*BatchDeleteReply) GetObjects added in v1.23.3

func (x *BatchDeleteReply) GetObjects() []*BatchDeleteObject

func (*BatchDeleteReply) GetSuccessful added in v1.23.3

func (x *BatchDeleteReply) GetSuccessful() int64

func (*BatchDeleteReply) GetTook added in v1.23.3

func (x *BatchDeleteReply) GetTook() float32

func (*BatchDeleteReply) ProtoMessage added in v1.23.3

func (*BatchDeleteReply) ProtoMessage()

func (*BatchDeleteReply) ProtoReflect added in v1.23.3

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

func (*BatchDeleteReply) Reset added in v1.23.3

func (x *BatchDeleteReply) Reset()

func (*BatchDeleteReply) String added in v1.23.3

func (x *BatchDeleteReply) String() string

type BatchDeleteRequest added in v1.23.3

type BatchDeleteRequest struct {
	Collection       string            `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
	Filters          *Filters          `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	Verbose          bool              `protobuf:"varint,3,opt,name=verbose,proto3" json:"verbose,omitempty"`
	DryRun           bool              `protobuf:"varint,4,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	ConsistencyLevel *ConsistencyLevel `` /* 150-byte string literal not displayed */
	Tenant           *string           `protobuf:"bytes,6,opt,name=tenant,proto3,oneof" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchDeleteRequest) Descriptor deprecated added in v1.23.3

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

Deprecated: Use BatchDeleteRequest.ProtoReflect.Descriptor instead.

func (*BatchDeleteRequest) GetCollection added in v1.23.3

func (x *BatchDeleteRequest) GetCollection() string

func (*BatchDeleteRequest) GetConsistencyLevel added in v1.23.3

func (x *BatchDeleteRequest) GetConsistencyLevel() ConsistencyLevel

func (*BatchDeleteRequest) GetDryRun added in v1.23.3

func (x *BatchDeleteRequest) GetDryRun() bool

func (*BatchDeleteRequest) GetFilters added in v1.23.3

func (x *BatchDeleteRequest) GetFilters() *Filters

func (*BatchDeleteRequest) GetTenant added in v1.23.3

func (x *BatchDeleteRequest) GetTenant() string

func (*BatchDeleteRequest) GetVerbose added in v1.23.3

func (x *BatchDeleteRequest) GetVerbose() bool

func (*BatchDeleteRequest) ProtoMessage added in v1.23.3

func (*BatchDeleteRequest) ProtoMessage()

func (*BatchDeleteRequest) ProtoReflect added in v1.23.3

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

func (*BatchDeleteRequest) Reset added in v1.23.3

func (x *BatchDeleteRequest) Reset()

func (*BatchDeleteRequest) String added in v1.23.3

func (x *BatchDeleteRequest) String() string

type BatchObject

type BatchObject struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
	//
	// Deprecated: Do not use.
	Vector      []float32               `protobuf:"fixed32,2,rep,packed,name=vector,proto3" json:"vector,omitempty"` // deprecated, will be removed
	Properties  *BatchObject_Properties `protobuf:"bytes,3,opt,name=properties,proto3" json:"properties,omitempty"`
	Collection  string                  `protobuf:"bytes,4,opt,name=collection,proto3" json:"collection,omitempty"`
	Tenant      string                  `protobuf:"bytes,5,opt,name=tenant,proto3" json:"tenant,omitempty"`
	VectorBytes []byte                  `protobuf:"bytes,6,opt,name=vector_bytes,json=vectorBytes,proto3" json:"vector_bytes,omitempty"`
	// protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
	Vectors []*Vectors `protobuf:"bytes,23,rep,name=vectors,proto3" json:"vectors,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchObject) Descriptor deprecated

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

Deprecated: Use BatchObject.ProtoReflect.Descriptor instead.

func (*BatchObject) GetCollection

func (x *BatchObject) GetCollection() string

func (*BatchObject) GetProperties

func (x *BatchObject) GetProperties() *BatchObject_Properties

func (*BatchObject) GetTenant

func (x *BatchObject) GetTenant() string

func (*BatchObject) GetUuid

func (x *BatchObject) GetUuid() string

func (*BatchObject) GetVector deprecated

func (x *BatchObject) GetVector() []float32

Deprecated: Do not use.

func (*BatchObject) GetVectorBytes added in v1.22.6

func (x *BatchObject) GetVectorBytes() []byte

func (*BatchObject) GetVectors added in v1.24.0

func (x *BatchObject) GetVectors() []*Vectors

func (*BatchObject) ProtoMessage

func (*BatchObject) ProtoMessage()

func (*BatchObject) ProtoReflect

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

func (*BatchObject) Reset

func (x *BatchObject) Reset()

func (*BatchObject) String

func (x *BatchObject) String() string

type BatchObject_MultiTargetRefProps

type BatchObject_MultiTargetRefProps struct {
	Uuids            []string `protobuf:"bytes,1,rep,name=uuids,proto3" json:"uuids,omitempty"`
	PropName         string   `protobuf:"bytes,2,opt,name=prop_name,json=propName,proto3" json:"prop_name,omitempty"`
	TargetCollection string   `protobuf:"bytes,3,opt,name=target_collection,json=targetCollection,proto3" json:"target_collection,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchObject_MultiTargetRefProps) Descriptor deprecated

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

Deprecated: Use BatchObject_MultiTargetRefProps.ProtoReflect.Descriptor instead.

func (*BatchObject_MultiTargetRefProps) GetPropName

func (x *BatchObject_MultiTargetRefProps) GetPropName() string

func (*BatchObject_MultiTargetRefProps) GetTargetCollection

func (x *BatchObject_MultiTargetRefProps) GetTargetCollection() string

func (*BatchObject_MultiTargetRefProps) GetUuids

func (x *BatchObject_MultiTargetRefProps) GetUuids() []string

func (*BatchObject_MultiTargetRefProps) ProtoMessage

func (*BatchObject_MultiTargetRefProps) ProtoMessage()

func (*BatchObject_MultiTargetRefProps) ProtoReflect

func (*BatchObject_MultiTargetRefProps) Reset

func (*BatchObject_MultiTargetRefProps) String

type BatchObject_Properties

type BatchObject_Properties struct {
	NonRefProperties       *structpb.Struct                    `protobuf:"bytes,1,opt,name=non_ref_properties,json=nonRefProperties,proto3" json:"non_ref_properties,omitempty"`
	SingleTargetRefProps   []*BatchObject_SingleTargetRefProps `protobuf:"bytes,2,rep,name=single_target_ref_props,json=singleTargetRefProps,proto3" json:"single_target_ref_props,omitempty"`
	MultiTargetRefProps    []*BatchObject_MultiTargetRefProps  `protobuf:"bytes,3,rep,name=multi_target_ref_props,json=multiTargetRefProps,proto3" json:"multi_target_ref_props,omitempty"`
	NumberArrayProperties  []*NumberArrayProperties            `` /* 126-byte string literal not displayed */
	IntArrayProperties     []*IntArrayProperties               `protobuf:"bytes,5,rep,name=int_array_properties,json=intArrayProperties,proto3" json:"int_array_properties,omitempty"`
	TextArrayProperties    []*TextArrayProperties              `protobuf:"bytes,6,rep,name=text_array_properties,json=textArrayProperties,proto3" json:"text_array_properties,omitempty"`
	BooleanArrayProperties []*BooleanArrayProperties           `` /* 129-byte string literal not displayed */
	ObjectProperties       []*ObjectProperties                 `protobuf:"bytes,8,rep,name=object_properties,json=objectProperties,proto3" json:"object_properties,omitempty"`
	ObjectArrayProperties  []*ObjectArrayProperties            `` /* 126-byte string literal not displayed */
	// empty lists do not have a type in many languages and clients do not know which datatype the property has.
	// Weaviate can get the datatype from its schema
	EmptyListProps []string `protobuf:"bytes,10,rep,name=empty_list_props,json=emptyListProps,proto3" json:"empty_list_props,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchObject_Properties) Descriptor deprecated

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

Deprecated: Use BatchObject_Properties.ProtoReflect.Descriptor instead.

func (*BatchObject_Properties) GetBooleanArrayProperties

func (x *BatchObject_Properties) GetBooleanArrayProperties() []*BooleanArrayProperties

func (*BatchObject_Properties) GetEmptyListProps added in v1.23.4

func (x *BatchObject_Properties) GetEmptyListProps() []string

func (*BatchObject_Properties) GetIntArrayProperties

func (x *BatchObject_Properties) GetIntArrayProperties() []*IntArrayProperties

func (*BatchObject_Properties) GetMultiTargetRefProps

func (x *BatchObject_Properties) GetMultiTargetRefProps() []*BatchObject_MultiTargetRefProps

func (*BatchObject_Properties) GetNonRefProperties

func (x *BatchObject_Properties) GetNonRefProperties() *structpb.Struct

func (*BatchObject_Properties) GetNumberArrayProperties

func (x *BatchObject_Properties) GetNumberArrayProperties() []*NumberArrayProperties

func (*BatchObject_Properties) GetObjectArrayProperties

func (x *BatchObject_Properties) GetObjectArrayProperties() []*ObjectArrayProperties

func (*BatchObject_Properties) GetObjectProperties

func (x *BatchObject_Properties) GetObjectProperties() []*ObjectProperties

func (*BatchObject_Properties) GetSingleTargetRefProps

func (x *BatchObject_Properties) GetSingleTargetRefProps() []*BatchObject_SingleTargetRefProps

func (*BatchObject_Properties) GetTextArrayProperties

func (x *BatchObject_Properties) GetTextArrayProperties() []*TextArrayProperties

func (*BatchObject_Properties) ProtoMessage

func (*BatchObject_Properties) ProtoMessage()

func (*BatchObject_Properties) ProtoReflect

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

func (*BatchObject_Properties) Reset

func (x *BatchObject_Properties) Reset()

func (*BatchObject_Properties) String

func (x *BatchObject_Properties) String() string

type BatchObject_SingleTargetRefProps

type BatchObject_SingleTargetRefProps struct {
	Uuids    []string `protobuf:"bytes,1,rep,name=uuids,proto3" json:"uuids,omitempty"`
	PropName string   `protobuf:"bytes,2,opt,name=prop_name,json=propName,proto3" json:"prop_name,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchObject_SingleTargetRefProps) Descriptor deprecated

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

Deprecated: Use BatchObject_SingleTargetRefProps.ProtoReflect.Descriptor instead.

func (*BatchObject_SingleTargetRefProps) GetPropName

func (x *BatchObject_SingleTargetRefProps) GetPropName() string

func (*BatchObject_SingleTargetRefProps) GetUuids

func (x *BatchObject_SingleTargetRefProps) GetUuids() []string

func (*BatchObject_SingleTargetRefProps) ProtoMessage

func (*BatchObject_SingleTargetRefProps) ProtoMessage()

func (*BatchObject_SingleTargetRefProps) ProtoReflect

func (*BatchObject_SingleTargetRefProps) Reset

func (*BatchObject_SingleTargetRefProps) String

type BatchObjectsReply

type BatchObjectsReply struct {
	Took   float32                         `protobuf:"fixed32,1,opt,name=took,proto3" json:"took,omitempty"`
	Errors []*BatchObjectsReply_BatchError `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchObjectsReply) Descriptor deprecated

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

Deprecated: Use BatchObjectsReply.ProtoReflect.Descriptor instead.

func (*BatchObjectsReply) GetErrors

func (*BatchObjectsReply) GetTook

func (x *BatchObjectsReply) GetTook() float32

func (*BatchObjectsReply) ProtoMessage

func (*BatchObjectsReply) ProtoMessage()

func (*BatchObjectsReply) ProtoReflect

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

func (*BatchObjectsReply) Reset

func (x *BatchObjectsReply) Reset()

func (*BatchObjectsReply) String

func (x *BatchObjectsReply) String() string

type BatchObjectsReply_BatchError

type BatchObjectsReply_BatchError struct {
	Index int32  `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchObjectsReply_BatchError) Descriptor deprecated

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

Deprecated: Use BatchObjectsReply_BatchError.ProtoReflect.Descriptor instead.

func (*BatchObjectsReply_BatchError) GetError

func (x *BatchObjectsReply_BatchError) GetError() string

func (*BatchObjectsReply_BatchError) GetIndex

func (x *BatchObjectsReply_BatchError) GetIndex() int32

func (*BatchObjectsReply_BatchError) ProtoMessage

func (*BatchObjectsReply_BatchError) ProtoMessage()

func (*BatchObjectsReply_BatchError) ProtoReflect

func (*BatchObjectsReply_BatchError) Reset

func (x *BatchObjectsReply_BatchError) Reset()

func (*BatchObjectsReply_BatchError) String

type BatchObjectsRequest

type BatchObjectsRequest struct {
	Objects          []*BatchObject    `protobuf:"bytes,1,rep,name=objects,proto3" json:"objects,omitempty"`
	ConsistencyLevel *ConsistencyLevel `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BatchObjectsRequest) Descriptor deprecated

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

Deprecated: Use BatchObjectsRequest.ProtoReflect.Descriptor instead.

func (*BatchObjectsRequest) GetConsistencyLevel

func (x *BatchObjectsRequest) GetConsistencyLevel() ConsistencyLevel

func (*BatchObjectsRequest) GetObjects

func (x *BatchObjectsRequest) GetObjects() []*BatchObject

func (*BatchObjectsRequest) ProtoMessage

func (*BatchObjectsRequest) ProtoMessage()

func (*BatchObjectsRequest) ProtoReflect

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

func (*BatchObjectsRequest) Reset

func (x *BatchObjectsRequest) Reset()

func (*BatchObjectsRequest) String

func (x *BatchObjectsRequest) String() string

type BoolValues added in v1.25.0

type BoolValues struct {
	Values []bool `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*BoolValues) Descriptor deprecated added in v1.25.0

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

Deprecated: Use BoolValues.ProtoReflect.Descriptor instead.

func (*BoolValues) GetValues added in v1.25.0

func (x *BoolValues) GetValues() []bool

func (*BoolValues) ProtoMessage added in v1.25.0

func (*BoolValues) ProtoMessage()

func (*BoolValues) ProtoReflect added in v1.25.0

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

func (*BoolValues) Reset added in v1.25.0

func (x *BoolValues) Reset()

func (*BoolValues) String added in v1.25.0

func (x *BoolValues) String() string

type BooleanArray

type BooleanArray struct {
	Values []bool `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*BooleanArray) Descriptor deprecated

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

Deprecated: Use BooleanArray.ProtoReflect.Descriptor instead.

func (*BooleanArray) GetValues

func (x *BooleanArray) GetValues() []bool

func (*BooleanArray) ProtoMessage

func (*BooleanArray) ProtoMessage()

func (*BooleanArray) ProtoReflect

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

func (*BooleanArray) Reset

func (x *BooleanArray) Reset()

func (*BooleanArray) String

func (x *BooleanArray) String() string

type BooleanArrayProperties

type BooleanArrayProperties struct {
	Values   []bool `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
	PropName string `protobuf:"bytes,2,opt,name=prop_name,json=propName,proto3" json:"prop_name,omitempty"`
	// contains filtered or unexported fields
}

func (*BooleanArrayProperties) Descriptor deprecated

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

Deprecated: Use BooleanArrayProperties.ProtoReflect.Descriptor instead.

func (*BooleanArrayProperties) GetPropName

func (x *BooleanArrayProperties) GetPropName() string

func (*BooleanArrayProperties) GetValues

func (x *BooleanArrayProperties) GetValues() []bool

func (*BooleanArrayProperties) ProtoMessage

func (*BooleanArrayProperties) ProtoMessage()

func (*BooleanArrayProperties) ProtoReflect

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

func (*BooleanArrayProperties) Reset

func (x *BooleanArrayProperties) Reset()

func (*BooleanArrayProperties) String

func (x *BooleanArrayProperties) String() string

type CombinationMethod added in v1.26.0

type CombinationMethod int32
const (
	CombinationMethod_COMBINATION_METHOD_UNSPECIFIED         CombinationMethod = 0
	CombinationMethod_COMBINATION_METHOD_TYPE_SUM            CombinationMethod = 1
	CombinationMethod_COMBINATION_METHOD_TYPE_MIN            CombinationMethod = 2
	CombinationMethod_COMBINATION_METHOD_TYPE_AVERAGE        CombinationMethod = 3
	CombinationMethod_COMBINATION_METHOD_TYPE_RELATIVE_SCORE CombinationMethod = 4
	CombinationMethod_COMBINATION_METHOD_TYPE_MANUAL         CombinationMethod = 5
)

func (CombinationMethod) Descriptor added in v1.26.0

func (CombinationMethod) Enum added in v1.26.0

func (CombinationMethod) EnumDescriptor deprecated added in v1.26.0

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

Deprecated: Use CombinationMethod.Descriptor instead.

func (CombinationMethod) Number added in v1.26.0

func (CombinationMethod) String added in v1.26.0

func (x CombinationMethod) String() string

func (CombinationMethod) Type added in v1.26.0

type ConsistencyLevel

type ConsistencyLevel int32
const (
	ConsistencyLevel_CONSISTENCY_LEVEL_UNSPECIFIED ConsistencyLevel = 0
	ConsistencyLevel_CONSISTENCY_LEVEL_ONE         ConsistencyLevel = 1
	ConsistencyLevel_CONSISTENCY_LEVEL_QUORUM      ConsistencyLevel = 2
	ConsistencyLevel_CONSISTENCY_LEVEL_ALL         ConsistencyLevel = 3
)

func (ConsistencyLevel) Descriptor

func (ConsistencyLevel) Enum

func (ConsistencyLevel) EnumDescriptor deprecated

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

Deprecated: Use ConsistencyLevel.Descriptor instead.

func (ConsistencyLevel) Number

func (ConsistencyLevel) String

func (x ConsistencyLevel) String() string

func (ConsistencyLevel) Type

type DateValues added in v1.25.0

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

func (*DateValues) Descriptor deprecated added in v1.25.0

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

Deprecated: Use DateValues.ProtoReflect.Descriptor instead.

func (*DateValues) GetValues added in v1.25.0

func (x *DateValues) GetValues() []string

func (*DateValues) ProtoMessage added in v1.25.0

func (*DateValues) ProtoMessage()

func (*DateValues) ProtoReflect added in v1.25.0

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

func (*DateValues) Reset added in v1.25.0

func (x *DateValues) Reset()

func (*DateValues) String added in v1.25.0

func (x *DateValues) String() string

type FilterReferenceCount added in v1.23.4

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

func (*FilterReferenceCount) Descriptor deprecated added in v1.23.4

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

Deprecated: Use FilterReferenceCount.ProtoReflect.Descriptor instead.

func (*FilterReferenceCount) GetOn added in v1.23.4

func (x *FilterReferenceCount) GetOn() string

func (*FilterReferenceCount) ProtoMessage added in v1.23.4

func (*FilterReferenceCount) ProtoMessage()

func (*FilterReferenceCount) ProtoReflect added in v1.23.4

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

func (*FilterReferenceCount) Reset added in v1.23.4

func (x *FilterReferenceCount) Reset()

func (*FilterReferenceCount) String added in v1.23.4

func (x *FilterReferenceCount) String() string

type FilterReferenceMultiTarget added in v1.23.3

type FilterReferenceMultiTarget struct {
	On               string        `protobuf:"bytes,1,opt,name=on,proto3" json:"on,omitempty"`
	Target           *FilterTarget `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	TargetCollection string        `protobuf:"bytes,3,opt,name=target_collection,json=targetCollection,proto3" json:"target_collection,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterReferenceMultiTarget) Descriptor deprecated added in v1.23.3

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

Deprecated: Use FilterReferenceMultiTarget.ProtoReflect.Descriptor instead.

func (*FilterReferenceMultiTarget) GetOn added in v1.23.3

func (*FilterReferenceMultiTarget) GetTarget added in v1.23.3

func (x *FilterReferenceMultiTarget) GetTarget() *FilterTarget

func (*FilterReferenceMultiTarget) GetTargetCollection added in v1.23.3

func (x *FilterReferenceMultiTarget) GetTargetCollection() string

func (*FilterReferenceMultiTarget) ProtoMessage added in v1.23.3

func (*FilterReferenceMultiTarget) ProtoMessage()

func (*FilterReferenceMultiTarget) ProtoReflect added in v1.23.3

func (*FilterReferenceMultiTarget) Reset added in v1.23.3

func (x *FilterReferenceMultiTarget) Reset()

func (*FilterReferenceMultiTarget) String added in v1.23.3

func (x *FilterReferenceMultiTarget) String() string

type FilterReferenceSingleTarget added in v1.23.3

type FilterReferenceSingleTarget struct {
	On     string        `protobuf:"bytes,1,opt,name=on,proto3" json:"on,omitempty"`
	Target *FilterTarget `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterReferenceSingleTarget) Descriptor deprecated added in v1.23.3

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

Deprecated: Use FilterReferenceSingleTarget.ProtoReflect.Descriptor instead.

func (*FilterReferenceSingleTarget) GetOn added in v1.23.3

func (*FilterReferenceSingleTarget) GetTarget added in v1.23.3

func (x *FilterReferenceSingleTarget) GetTarget() *FilterTarget

func (*FilterReferenceSingleTarget) ProtoMessage added in v1.23.3

func (*FilterReferenceSingleTarget) ProtoMessage()

func (*FilterReferenceSingleTarget) ProtoReflect added in v1.23.3

func (*FilterReferenceSingleTarget) Reset added in v1.23.3

func (x *FilterReferenceSingleTarget) Reset()

func (*FilterReferenceSingleTarget) String added in v1.23.3

func (x *FilterReferenceSingleTarget) String() string

type FilterTarget added in v1.23.3

type FilterTarget struct {

	// Types that are assignable to Target:
	//	*FilterTarget_Property
	//	*FilterTarget_SingleTarget
	//	*FilterTarget_MultiTarget
	//	*FilterTarget_Count
	Target isFilterTarget_Target `protobuf_oneof:"target"`
	// contains filtered or unexported fields
}

func (*FilterTarget) Descriptor deprecated added in v1.23.3

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

Deprecated: Use FilterTarget.ProtoReflect.Descriptor instead.

func (*FilterTarget) GetCount added in v1.23.4

func (x *FilterTarget) GetCount() *FilterReferenceCount

func (*FilterTarget) GetMultiTarget added in v1.23.3

func (x *FilterTarget) GetMultiTarget() *FilterReferenceMultiTarget

func (*FilterTarget) GetProperty added in v1.23.3

func (x *FilterTarget) GetProperty() string

func (*FilterTarget) GetSingleTarget added in v1.23.3

func (x *FilterTarget) GetSingleTarget() *FilterReferenceSingleTarget

func (*FilterTarget) GetTarget added in v1.23.3

func (m *FilterTarget) GetTarget() isFilterTarget_Target

func (*FilterTarget) ProtoMessage added in v1.23.3

func (*FilterTarget) ProtoMessage()

func (*FilterTarget) ProtoReflect added in v1.23.3

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

func (*FilterTarget) Reset added in v1.23.3

func (x *FilterTarget) Reset()

func (*FilterTarget) String added in v1.23.3

func (x *FilterTarget) String() string

type FilterTarget_Count added in v1.23.4

type FilterTarget_Count struct {
	Count *FilterReferenceCount `protobuf:"bytes,4,opt,name=count,proto3,oneof"`
}

type FilterTarget_MultiTarget added in v1.23.3

type FilterTarget_MultiTarget struct {
	MultiTarget *FilterReferenceMultiTarget `protobuf:"bytes,3,opt,name=multi_target,json=multiTarget,proto3,oneof"`
}

type FilterTarget_Property added in v1.23.3

type FilterTarget_Property struct {
	Property string `protobuf:"bytes,1,opt,name=property,proto3,oneof"`
}

type FilterTarget_SingleTarget added in v1.23.3

type FilterTarget_SingleTarget struct {
	SingleTarget *FilterReferenceSingleTarget `protobuf:"bytes,2,opt,name=single_target,json=singleTarget,proto3,oneof"`
}

type Filters

type Filters struct {
	Operator Filters_Operator `protobuf:"varint,1,opt,name=operator,proto3,enum=weaviate.v1.Filters_Operator" json:"operator,omitempty"`
	// protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
	//
	// Deprecated: Do not use.
	On      []string   `protobuf:"bytes,2,rep,name=on,proto3" json:"on,omitempty"` // will be removed in the future, use path
	Filters []*Filters `protobuf:"bytes,3,rep,name=filters,proto3" json:"filters,omitempty"`
	// Types that are assignable to TestValue:
	//	*Filters_ValueText
	//	*Filters_ValueInt
	//	*Filters_ValueBoolean
	//	*Filters_ValueNumber
	//	*Filters_ValueTextArray
	//	*Filters_ValueIntArray
	//	*Filters_ValueBooleanArray
	//	*Filters_ValueNumberArray
	//	*Filters_ValueGeo
	TestValue isFilters_TestValue `protobuf_oneof:"test_value"`
	Target    *FilterTarget       `protobuf:"bytes,20,opt,name=target,proto3" json:"target,omitempty"` // leave space for more filter values
	// contains filtered or unexported fields
}

func (*Filters) Descriptor deprecated

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

Deprecated: Use Filters.ProtoReflect.Descriptor instead.

func (*Filters) GetFilters

func (x *Filters) GetFilters() []*Filters

func (*Filters) GetOn deprecated

func (x *Filters) GetOn() []string

Deprecated: Do not use.

func (*Filters) GetOperator

func (x *Filters) GetOperator() Filters_Operator

func (*Filters) GetTarget added in v1.23.3

func (x *Filters) GetTarget() *FilterTarget

func (*Filters) GetTestValue

func (m *Filters) GetTestValue() isFilters_TestValue

func (*Filters) GetValueBoolean

func (x *Filters) GetValueBoolean() bool

func (*Filters) GetValueBooleanArray

func (x *Filters) GetValueBooleanArray() *BooleanArray

func (*Filters) GetValueGeo added in v1.23.0

func (x *Filters) GetValueGeo() *GeoCoordinatesFilter

func (*Filters) GetValueInt

func (x *Filters) GetValueInt() int64

func (*Filters) GetValueIntArray

func (x *Filters) GetValueIntArray() *IntArray

func (*Filters) GetValueNumber

func (x *Filters) GetValueNumber() float64

func (*Filters) GetValueNumberArray

func (x *Filters) GetValueNumberArray() *NumberArray

func (*Filters) GetValueText

func (x *Filters) GetValueText() string

func (*Filters) GetValueTextArray

func (x *Filters) GetValueTextArray() *TextArray

func (*Filters) ProtoMessage

func (*Filters) ProtoMessage()

func (*Filters) ProtoReflect

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

func (*Filters) Reset

func (x *Filters) Reset()

func (*Filters) String

func (x *Filters) String() string

type Filters_Operator

type Filters_Operator int32
const (
	Filters_OPERATOR_UNSPECIFIED        Filters_Operator = 0
	Filters_OPERATOR_EQUAL              Filters_Operator = 1
	Filters_OPERATOR_NOT_EQUAL          Filters_Operator = 2
	Filters_OPERATOR_GREATER_THAN       Filters_Operator = 3
	Filters_OPERATOR_GREATER_THAN_EQUAL Filters_Operator = 4
	Filters_OPERATOR_LESS_THAN          Filters_Operator = 5
	Filters_OPERATOR_LESS_THAN_EQUAL    Filters_Operator = 6
	Filters_OPERATOR_AND                Filters_Operator = 7
	Filters_OPERATOR_OR                 Filters_Operator = 8
	Filters_OPERATOR_WITHIN_GEO_RANGE   Filters_Operator = 9
	Filters_OPERATOR_LIKE               Filters_Operator = 10
	Filters_OPERATOR_IS_NULL            Filters_Operator = 11
	Filters_OPERATOR_CONTAINS_ANY       Filters_Operator = 12
	Filters_OPERATOR_CONTAINS_ALL       Filters_Operator = 13
)

func (Filters_Operator) Descriptor

func (Filters_Operator) Enum

func (Filters_Operator) EnumDescriptor deprecated

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

Deprecated: Use Filters_Operator.Descriptor instead.

func (Filters_Operator) Number

func (Filters_Operator) String

func (x Filters_Operator) String() string

func (Filters_Operator) Type

type Filters_ValueBoolean

type Filters_ValueBoolean struct {
	ValueBoolean bool `protobuf:"varint,6,opt,name=value_boolean,json=valueBoolean,proto3,oneof"`
}

type Filters_ValueBooleanArray

type Filters_ValueBooleanArray struct {
	ValueBooleanArray *BooleanArray `protobuf:"bytes,11,opt,name=value_boolean_array,json=valueBooleanArray,proto3,oneof"`
}

type Filters_ValueGeo added in v1.23.0

type Filters_ValueGeo struct {
	ValueGeo *GeoCoordinatesFilter `protobuf:"bytes,13,opt,name=value_geo,json=valueGeo,proto3,oneof"`
}

type Filters_ValueInt

type Filters_ValueInt struct {
	ValueInt int64 `protobuf:"varint,5,opt,name=value_int,json=valueInt,proto3,oneof"`
}

type Filters_ValueIntArray

type Filters_ValueIntArray struct {
	ValueIntArray *IntArray `protobuf:"bytes,10,opt,name=value_int_array,json=valueIntArray,proto3,oneof"`
}

type Filters_ValueNumber

type Filters_ValueNumber struct {
	ValueNumber float64 `protobuf:"fixed64,7,opt,name=value_number,json=valueNumber,proto3,oneof"`
}

type Filters_ValueNumberArray

type Filters_ValueNumberArray struct {
	ValueNumberArray *NumberArray `protobuf:"bytes,12,opt,name=value_number_array,json=valueNumberArray,proto3,oneof"`
}

type Filters_ValueText

type Filters_ValueText struct {
	ValueText string `protobuf:"bytes,4,opt,name=value_text,json=valueText,proto3,oneof"`
}

type Filters_ValueTextArray

type Filters_ValueTextArray struct {
	ValueTextArray *TextArray `protobuf:"bytes,9,opt,name=value_text_array,json=valueTextArray,proto3,oneof"`
}

type GenerativeAWS added in v1.27.0

type GenerativeAWS struct {
	Model         *string    `protobuf:"bytes,3,opt,name=model,proto3,oneof" json:"model,omitempty"`
	Temperature   *float64   `protobuf:"fixed64,8,opt,name=temperature,proto3,oneof" json:"temperature,omitempty"`
	Service       *string    `protobuf:"bytes,9,opt,name=service,proto3,oneof" json:"service,omitempty"`
	Region        *string    `protobuf:"bytes,10,opt,name=region,proto3,oneof" json:"region,omitempty"`
	Endpoint      *string    `protobuf:"bytes,11,opt,name=endpoint,proto3,oneof" json:"endpoint,omitempty"`
	TargetModel   *string    `protobuf:"bytes,12,opt,name=target_model,json=targetModel,proto3,oneof" json:"target_model,omitempty"`
	TargetVariant *string    `protobuf:"bytes,13,opt,name=target_variant,json=targetVariant,proto3,oneof" json:"target_variant,omitempty"`
	Images        *TextArray `protobuf:"bytes,14,opt,name=images,proto3,oneof" json:"images,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeAWS) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeAWS.ProtoReflect.Descriptor instead.

func (*GenerativeAWS) GetEndpoint added in v1.27.1

func (x *GenerativeAWS) GetEndpoint() string

func (*GenerativeAWS) GetImages added in v1.27.12

func (x *GenerativeAWS) GetImages() *TextArray

func (*GenerativeAWS) GetModel added in v1.27.0

func (x *GenerativeAWS) GetModel() string

func (*GenerativeAWS) GetRegion added in v1.27.1

func (x *GenerativeAWS) GetRegion() string

func (*GenerativeAWS) GetService added in v1.27.1

func (x *GenerativeAWS) GetService() string

func (*GenerativeAWS) GetTargetModel added in v1.27.1

func (x *GenerativeAWS) GetTargetModel() string

func (*GenerativeAWS) GetTargetVariant added in v1.27.1

func (x *GenerativeAWS) GetTargetVariant() string

func (*GenerativeAWS) GetTemperature added in v1.27.0

func (x *GenerativeAWS) GetTemperature() float64

func (*GenerativeAWS) ProtoMessage added in v1.27.0

func (*GenerativeAWS) ProtoMessage()

func (*GenerativeAWS) ProtoReflect added in v1.27.0

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

func (*GenerativeAWS) Reset added in v1.27.0

func (x *GenerativeAWS) Reset()

func (*GenerativeAWS) String added in v1.27.0

func (x *GenerativeAWS) String() string

type GenerativeAWSMetadata added in v1.27.0

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

func (*GenerativeAWSMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeAWSMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeAWSMetadata) ProtoMessage added in v1.27.0

func (*GenerativeAWSMetadata) ProtoMessage()

func (*GenerativeAWSMetadata) ProtoReflect added in v1.27.0

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

func (*GenerativeAWSMetadata) Reset added in v1.27.0

func (x *GenerativeAWSMetadata) Reset()

func (*GenerativeAWSMetadata) String added in v1.27.0

func (x *GenerativeAWSMetadata) String() string

type GenerativeAnthropic added in v1.27.0

type GenerativeAnthropic struct {
	BaseUrl       *string    `protobuf:"bytes,1,opt,name=base_url,json=baseUrl,proto3,oneof" json:"base_url,omitempty"`
	MaxTokens     *int64     `protobuf:"varint,2,opt,name=max_tokens,json=maxTokens,proto3,oneof" json:"max_tokens,omitempty"`
	Model         *string    `protobuf:"bytes,3,opt,name=model,proto3,oneof" json:"model,omitempty"`
	Temperature   *float64   `protobuf:"fixed64,4,opt,name=temperature,proto3,oneof" json:"temperature,omitempty"`
	TopK          *int64     `protobuf:"varint,5,opt,name=top_k,json=topK,proto3,oneof" json:"top_k,omitempty"`
	TopP          *float64   `protobuf:"fixed64,6,opt,name=top_p,json=topP,proto3,oneof" json:"top_p,omitempty"`
	StopSequences *TextArray `protobuf:"bytes,7,opt,name=stop_sequences,json=stopSequences,proto3,oneof" json:"stop_sequences,omitempty"`
	Images        *TextArray `protobuf:"bytes,8,opt,name=images,proto3,oneof" json:"images,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeAnthropic) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeAnthropic.ProtoReflect.Descriptor instead.

func (*GenerativeAnthropic) GetBaseUrl added in v1.27.0

func (x *GenerativeAnthropic) GetBaseUrl() string

func (*GenerativeAnthropic) GetImages added in v1.27.12

func (x *GenerativeAnthropic) GetImages() *TextArray

func (*GenerativeAnthropic) GetMaxTokens added in v1.27.0

func (x *GenerativeAnthropic) GetMaxTokens() int64

func (*GenerativeAnthropic) GetModel added in v1.27.0

func (x *GenerativeAnthropic) GetModel() string

func (*GenerativeAnthropic) GetStopSequences added in v1.27.0

func (x *GenerativeAnthropic) GetStopSequences() *TextArray

func (*GenerativeAnthropic) GetTemperature added in v1.27.0

func (x *GenerativeAnthropic) GetTemperature() float64

func (*GenerativeAnthropic) GetTopK added in v1.27.0

func (x *GenerativeAnthropic) GetTopK() int64

func (*GenerativeAnthropic) GetTopP added in v1.27.0

func (x *GenerativeAnthropic) GetTopP() float64

func (*GenerativeAnthropic) ProtoMessage added in v1.27.0

func (*GenerativeAnthropic) ProtoMessage()

func (*GenerativeAnthropic) ProtoReflect added in v1.27.0

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

func (*GenerativeAnthropic) Reset added in v1.27.0

func (x *GenerativeAnthropic) Reset()

func (*GenerativeAnthropic) String added in v1.27.0

func (x *GenerativeAnthropic) String() string

type GenerativeAnthropicMetadata added in v1.27.0

type GenerativeAnthropicMetadata struct {
	Usage *GenerativeAnthropicMetadata_Usage `protobuf:"bytes,1,opt,name=usage,proto3" json:"usage,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeAnthropicMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeAnthropicMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeAnthropicMetadata) GetUsage added in v1.27.0

func (*GenerativeAnthropicMetadata) ProtoMessage added in v1.27.0

func (*GenerativeAnthropicMetadata) ProtoMessage()

func (*GenerativeAnthropicMetadata) ProtoReflect added in v1.27.0

func (*GenerativeAnthropicMetadata) Reset added in v1.27.0

func (x *GenerativeAnthropicMetadata) Reset()

func (*GenerativeAnthropicMetadata) String added in v1.27.0

func (x *GenerativeAnthropicMetadata) String() string

type GenerativeAnthropicMetadata_Usage added in v1.27.0

type GenerativeAnthropicMetadata_Usage struct {
	InputTokens  int64 `protobuf:"varint,1,opt,name=input_tokens,json=inputTokens,proto3" json:"input_tokens,omitempty"`
	OutputTokens int64 `protobuf:"varint,2,opt,name=output_tokens,json=outputTokens,proto3" json:"output_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeAnthropicMetadata_Usage) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeAnthropicMetadata_Usage.ProtoReflect.Descriptor instead.

func (*GenerativeAnthropicMetadata_Usage) GetInputTokens added in v1.27.0

func (x *GenerativeAnthropicMetadata_Usage) GetInputTokens() int64

func (*GenerativeAnthropicMetadata_Usage) GetOutputTokens added in v1.27.0

func (x *GenerativeAnthropicMetadata_Usage) GetOutputTokens() int64

func (*GenerativeAnthropicMetadata_Usage) ProtoMessage added in v1.27.0

func (*GenerativeAnthropicMetadata_Usage) ProtoMessage()

func (*GenerativeAnthropicMetadata_Usage) ProtoReflect added in v1.27.0

func (*GenerativeAnthropicMetadata_Usage) Reset added in v1.27.0

func (*GenerativeAnthropicMetadata_Usage) String added in v1.27.0

type GenerativeAnyscale added in v1.27.0

type GenerativeAnyscale struct {
	BaseUrl     *string  `protobuf:"bytes,1,opt,name=base_url,json=baseUrl,proto3,oneof" json:"base_url,omitempty"`
	Model       *string  `protobuf:"bytes,2,opt,name=model,proto3,oneof" json:"model,omitempty"`
	Temperature *float64 `protobuf:"fixed64,3,opt,name=temperature,proto3,oneof" json:"temperature,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeAnyscale) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeAnyscale.ProtoReflect.Descriptor instead.

func (*GenerativeAnyscale) GetBaseUrl added in v1.27.0

func (x *GenerativeAnyscale) GetBaseUrl() string

func (*GenerativeAnyscale) GetModel added in v1.27.0

func (x *GenerativeAnyscale) GetModel() string

func (*GenerativeAnyscale) GetTemperature added in v1.27.0

func (x *GenerativeAnyscale) GetTemperature() float64

func (*GenerativeAnyscale) ProtoMessage added in v1.27.0

func (*GenerativeAnyscale) ProtoMessage()

func (*GenerativeAnyscale) ProtoReflect added in v1.27.0

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

func (*GenerativeAnyscale) Reset added in v1.27.0

func (x *GenerativeAnyscale) Reset()

func (*GenerativeAnyscale) String added in v1.27.0

func (x *GenerativeAnyscale) String() string

type GenerativeAnyscaleMetadata added in v1.27.0

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

func (*GenerativeAnyscaleMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeAnyscaleMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeAnyscaleMetadata) ProtoMessage added in v1.27.0

func (*GenerativeAnyscaleMetadata) ProtoMessage()

func (*GenerativeAnyscaleMetadata) ProtoReflect added in v1.27.0

func (*GenerativeAnyscaleMetadata) Reset added in v1.27.0

func (x *GenerativeAnyscaleMetadata) Reset()

func (*GenerativeAnyscaleMetadata) String added in v1.27.0

func (x *GenerativeAnyscaleMetadata) String() string

type GenerativeCohere added in v1.27.0

type GenerativeCohere struct {
	BaseUrl          *string    `protobuf:"bytes,1,opt,name=base_url,json=baseUrl,proto3,oneof" json:"base_url,omitempty"`
	FrequencyPenalty *float64   `protobuf:"fixed64,2,opt,name=frequency_penalty,json=frequencyPenalty,proto3,oneof" json:"frequency_penalty,omitempty"`
	MaxTokens        *int64     `protobuf:"varint,3,opt,name=max_tokens,json=maxTokens,proto3,oneof" json:"max_tokens,omitempty"`
	Model            *string    `protobuf:"bytes,4,opt,name=model,proto3,oneof" json:"model,omitempty"`
	K                *int64     `protobuf:"varint,5,opt,name=k,proto3,oneof" json:"k,omitempty"`
	P                *float64   `protobuf:"fixed64,6,opt,name=p,proto3,oneof" json:"p,omitempty"`
	PresencePenalty  *float64   `protobuf:"fixed64,7,opt,name=presence_penalty,json=presencePenalty,proto3,oneof" json:"presence_penalty,omitempty"`
	StopSequences    *TextArray `protobuf:"bytes,8,opt,name=stop_sequences,json=stopSequences,proto3,oneof" json:"stop_sequences,omitempty"`
	Temperature      *float64   `protobuf:"fixed64,9,opt,name=temperature,proto3,oneof" json:"temperature,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeCohere) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeCohere.ProtoReflect.Descriptor instead.

func (*GenerativeCohere) GetBaseUrl added in v1.27.0

func (x *GenerativeCohere) GetBaseUrl() string

func (*GenerativeCohere) GetFrequencyPenalty added in v1.27.0

func (x *GenerativeCohere) GetFrequencyPenalty() float64

func (*GenerativeCohere) GetK added in v1.27.0

func (x *GenerativeCohere) GetK() int64

func (*GenerativeCohere) GetMaxTokens added in v1.27.0

func (x *GenerativeCohere) GetMaxTokens() int64

func (*GenerativeCohere) GetModel added in v1.27.0

func (x *GenerativeCohere) GetModel() string

func (*GenerativeCohere) GetP added in v1.27.0

func (x *GenerativeCohere) GetP() float64

func (*GenerativeCohere) GetPresencePenalty added in v1.27.0

func (x *GenerativeCohere) GetPresencePenalty() float64

func (*GenerativeCohere) GetStopSequences added in v1.27.0

func (x *GenerativeCohere) GetStopSequences() *TextArray

func (*GenerativeCohere) GetTemperature added in v1.27.0

func (x *GenerativeCohere) GetTemperature() float64

func (*GenerativeCohere) ProtoMessage added in v1.27.0

func (*GenerativeCohere) ProtoMessage()

func (*GenerativeCohere) ProtoReflect added in v1.27.0

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

func (*GenerativeCohere) Reset added in v1.27.0

func (x *GenerativeCohere) Reset()

func (*GenerativeCohere) String added in v1.27.0

func (x *GenerativeCohere) String() string

type GenerativeCohereMetadata added in v1.27.0

type GenerativeCohereMetadata struct {
	ApiVersion  *GenerativeCohereMetadata_ApiVersion  `protobuf:"bytes,1,opt,name=api_version,json=apiVersion,proto3,oneof" json:"api_version,omitempty"`
	BilledUnits *GenerativeCohereMetadata_BilledUnits `protobuf:"bytes,2,opt,name=billed_units,json=billedUnits,proto3,oneof" json:"billed_units,omitempty"`
	Tokens      *GenerativeCohereMetadata_Tokens      `protobuf:"bytes,3,opt,name=tokens,proto3,oneof" json:"tokens,omitempty"`
	Warnings    *TextArray                            `protobuf:"bytes,4,opt,name=warnings,proto3,oneof" json:"warnings,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeCohereMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeCohereMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeCohereMetadata) GetApiVersion added in v1.27.0

func (*GenerativeCohereMetadata) GetBilledUnits added in v1.27.0

func (*GenerativeCohereMetadata) GetTokens added in v1.27.0

func (*GenerativeCohereMetadata) GetWarnings added in v1.27.0

func (x *GenerativeCohereMetadata) GetWarnings() *TextArray

func (*GenerativeCohereMetadata) ProtoMessage added in v1.27.0

func (*GenerativeCohereMetadata) ProtoMessage()

func (*GenerativeCohereMetadata) ProtoReflect added in v1.27.0

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

func (*GenerativeCohereMetadata) Reset added in v1.27.0

func (x *GenerativeCohereMetadata) Reset()

func (*GenerativeCohereMetadata) String added in v1.27.0

func (x *GenerativeCohereMetadata) String() string

type GenerativeCohereMetadata_ApiVersion added in v1.27.0

type GenerativeCohereMetadata_ApiVersion struct {
	Version        *string `protobuf:"bytes,1,opt,name=version,proto3,oneof" json:"version,omitempty"`
	IsDeprecated   *bool   `protobuf:"varint,2,opt,name=is_deprecated,json=isDeprecated,proto3,oneof" json:"is_deprecated,omitempty"`
	IsExperimental *bool   `protobuf:"varint,3,opt,name=is_experimental,json=isExperimental,proto3,oneof" json:"is_experimental,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeCohereMetadata_ApiVersion) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeCohereMetadata_ApiVersion.ProtoReflect.Descriptor instead.

func (*GenerativeCohereMetadata_ApiVersion) GetIsDeprecated added in v1.27.0

func (x *GenerativeCohereMetadata_ApiVersion) GetIsDeprecated() bool

func (*GenerativeCohereMetadata_ApiVersion) GetIsExperimental added in v1.27.0

func (x *GenerativeCohereMetadata_ApiVersion) GetIsExperimental() bool

func (*GenerativeCohereMetadata_ApiVersion) GetVersion added in v1.27.0

func (*GenerativeCohereMetadata_ApiVersion) ProtoMessage added in v1.27.0

func (*GenerativeCohereMetadata_ApiVersion) ProtoMessage()

func (*GenerativeCohereMetadata_ApiVersion) ProtoReflect added in v1.27.0

func (*GenerativeCohereMetadata_ApiVersion) Reset added in v1.27.0

func (*GenerativeCohereMetadata_ApiVersion) String added in v1.27.0

type GenerativeCohereMetadata_BilledUnits added in v1.27.0

type GenerativeCohereMetadata_BilledUnits struct {
	InputTokens     *float64 `protobuf:"fixed64,1,opt,name=input_tokens,json=inputTokens,proto3,oneof" json:"input_tokens,omitempty"`
	OutputTokens    *float64 `protobuf:"fixed64,2,opt,name=output_tokens,json=outputTokens,proto3,oneof" json:"output_tokens,omitempty"`
	SearchUnits     *float64 `protobuf:"fixed64,3,opt,name=search_units,json=searchUnits,proto3,oneof" json:"search_units,omitempty"`
	Classifications *float64 `protobuf:"fixed64,4,opt,name=classifications,proto3,oneof" json:"classifications,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeCohereMetadata_BilledUnits) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeCohereMetadata_BilledUnits.ProtoReflect.Descriptor instead.

func (*GenerativeCohereMetadata_BilledUnits) GetClassifications added in v1.27.0

func (x *GenerativeCohereMetadata_BilledUnits) GetClassifications() float64

func (*GenerativeCohereMetadata_BilledUnits) GetInputTokens added in v1.27.0

func (x *GenerativeCohereMetadata_BilledUnits) GetInputTokens() float64

func (*GenerativeCohereMetadata_BilledUnits) GetOutputTokens added in v1.27.0

func (x *GenerativeCohereMetadata_BilledUnits) GetOutputTokens() float64

func (*GenerativeCohereMetadata_BilledUnits) GetSearchUnits added in v1.27.0

func (x *GenerativeCohereMetadata_BilledUnits) GetSearchUnits() float64

func (*GenerativeCohereMetadata_BilledUnits) ProtoMessage added in v1.27.0

func (*GenerativeCohereMetadata_BilledUnits) ProtoMessage()

func (*GenerativeCohereMetadata_BilledUnits) ProtoReflect added in v1.27.0

func (*GenerativeCohereMetadata_BilledUnits) Reset added in v1.27.0

func (*GenerativeCohereMetadata_BilledUnits) String added in v1.27.0

type GenerativeCohereMetadata_Tokens added in v1.27.0

type GenerativeCohereMetadata_Tokens struct {
	InputTokens  *float64 `protobuf:"fixed64,1,opt,name=input_tokens,json=inputTokens,proto3,oneof" json:"input_tokens,omitempty"`
	OutputTokens *float64 `protobuf:"fixed64,2,opt,name=output_tokens,json=outputTokens,proto3,oneof" json:"output_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeCohereMetadata_Tokens) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeCohereMetadata_Tokens.ProtoReflect.Descriptor instead.

func (*GenerativeCohereMetadata_Tokens) GetInputTokens added in v1.27.0

func (x *GenerativeCohereMetadata_Tokens) GetInputTokens() float64

func (*GenerativeCohereMetadata_Tokens) GetOutputTokens added in v1.27.0

func (x *GenerativeCohereMetadata_Tokens) GetOutputTokens() float64

func (*GenerativeCohereMetadata_Tokens) ProtoMessage added in v1.27.0

func (*GenerativeCohereMetadata_Tokens) ProtoMessage()

func (*GenerativeCohereMetadata_Tokens) ProtoReflect added in v1.27.0

func (*GenerativeCohereMetadata_Tokens) Reset added in v1.27.0

func (*GenerativeCohereMetadata_Tokens) String added in v1.27.0

type GenerativeDatabricks added in v1.27.1

type GenerativeDatabricks struct {
	Endpoint         *string    `protobuf:"bytes,1,opt,name=endpoint,proto3,oneof" json:"endpoint,omitempty"`
	Model            *string    `protobuf:"bytes,2,opt,name=model,proto3,oneof" json:"model,omitempty"`
	FrequencyPenalty *float64   `protobuf:"fixed64,3,opt,name=frequency_penalty,json=frequencyPenalty,proto3,oneof" json:"frequency_penalty,omitempty"`
	LogProbs         *bool      `protobuf:"varint,4,opt,name=log_probs,json=logProbs,proto3,oneof" json:"log_probs,omitempty"`
	TopLogProbs      *int64     `protobuf:"varint,5,opt,name=top_log_probs,json=topLogProbs,proto3,oneof" json:"top_log_probs,omitempty"`
	MaxTokens        *int64     `protobuf:"varint,6,opt,name=max_tokens,json=maxTokens,proto3,oneof" json:"max_tokens,omitempty"`
	N                *int64     `protobuf:"varint,7,opt,name=n,proto3,oneof" json:"n,omitempty"`
	PresencePenalty  *float64   `protobuf:"fixed64,8,opt,name=presence_penalty,json=presencePenalty,proto3,oneof" json:"presence_penalty,omitempty"`
	Stop             *TextArray `protobuf:"bytes,9,opt,name=stop,proto3,oneof" json:"stop,omitempty"`
	Temperature      *float64   `protobuf:"fixed64,10,opt,name=temperature,proto3,oneof" json:"temperature,omitempty"`
	TopP             *float64   `protobuf:"fixed64,11,opt,name=top_p,json=topP,proto3,oneof" json:"top_p,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeDatabricks) Descriptor deprecated added in v1.27.1

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

Deprecated: Use GenerativeDatabricks.ProtoReflect.Descriptor instead.

func (*GenerativeDatabricks) GetEndpoint added in v1.27.1

func (x *GenerativeDatabricks) GetEndpoint() string

func (*GenerativeDatabricks) GetFrequencyPenalty added in v1.27.1

func (x *GenerativeDatabricks) GetFrequencyPenalty() float64

func (*GenerativeDatabricks) GetLogProbs added in v1.27.1

func (x *GenerativeDatabricks) GetLogProbs() bool

func (*GenerativeDatabricks) GetMaxTokens added in v1.27.1

func (x *GenerativeDatabricks) GetMaxTokens() int64

func (*GenerativeDatabricks) GetModel added in v1.27.1

func (x *GenerativeDatabricks) GetModel() string

func (*GenerativeDatabricks) GetN added in v1.27.1

func (x *GenerativeDatabricks) GetN() int64

func (*GenerativeDatabricks) GetPresencePenalty added in v1.27.1

func (x *GenerativeDatabricks) GetPresencePenalty() float64

func (*GenerativeDatabricks) GetStop added in v1.27.1

func (x *GenerativeDatabricks) GetStop() *TextArray

func (*GenerativeDatabricks) GetTemperature added in v1.27.1

func (x *GenerativeDatabricks) GetTemperature() float64

func (*GenerativeDatabricks) GetTopLogProbs added in v1.27.1

func (x *GenerativeDatabricks) GetTopLogProbs() int64

func (*GenerativeDatabricks) GetTopP added in v1.27.1

func (x *GenerativeDatabricks) GetTopP() float64

func (*GenerativeDatabricks) ProtoMessage added in v1.27.1

func (*GenerativeDatabricks) ProtoMessage()

func (*GenerativeDatabricks) ProtoReflect added in v1.27.1

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

func (*GenerativeDatabricks) Reset added in v1.27.1

func (x *GenerativeDatabricks) Reset()

func (*GenerativeDatabricks) String added in v1.27.1

func (x *GenerativeDatabricks) String() string

type GenerativeDatabricksMetadata added in v1.27.1

type GenerativeDatabricksMetadata struct {
	Usage *GenerativeDatabricksMetadata_Usage `protobuf:"bytes,1,opt,name=usage,proto3,oneof" json:"usage,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeDatabricksMetadata) Descriptor deprecated added in v1.27.1

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

Deprecated: Use GenerativeDatabricksMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeDatabricksMetadata) GetUsage added in v1.27.1

func (*GenerativeDatabricksMetadata) ProtoMessage added in v1.27.1

func (*GenerativeDatabricksMetadata) ProtoMessage()

func (*GenerativeDatabricksMetadata) ProtoReflect added in v1.27.1

func (*GenerativeDatabricksMetadata) Reset added in v1.27.1

func (x *GenerativeDatabricksMetadata) Reset()

func (*GenerativeDatabricksMetadata) String added in v1.27.1

type GenerativeDatabricksMetadata_Usage added in v1.27.1

type GenerativeDatabricksMetadata_Usage struct {
	PromptTokens     *int64 `protobuf:"varint,1,opt,name=prompt_tokens,json=promptTokens,proto3,oneof" json:"prompt_tokens,omitempty"`
	CompletionTokens *int64 `protobuf:"varint,2,opt,name=completion_tokens,json=completionTokens,proto3,oneof" json:"completion_tokens,omitempty"`
	TotalTokens      *int64 `protobuf:"varint,3,opt,name=total_tokens,json=totalTokens,proto3,oneof" json:"total_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeDatabricksMetadata_Usage) Descriptor deprecated added in v1.27.1

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

Deprecated: Use GenerativeDatabricksMetadata_Usage.ProtoReflect.Descriptor instead.

func (*GenerativeDatabricksMetadata_Usage) GetCompletionTokens added in v1.27.1

func (x *GenerativeDatabricksMetadata_Usage) GetCompletionTokens() int64

func (*GenerativeDatabricksMetadata_Usage) GetPromptTokens added in v1.27.1

func (x *GenerativeDatabricksMetadata_Usage) GetPromptTokens() int64

func (*GenerativeDatabricksMetadata_Usage) GetTotalTokens added in v1.27.1

func (x *GenerativeDatabricksMetadata_Usage) GetTotalTokens() int64

func (*GenerativeDatabricksMetadata_Usage) ProtoMessage added in v1.27.1

func (*GenerativeDatabricksMetadata_Usage) ProtoMessage()

func (*GenerativeDatabricksMetadata_Usage) ProtoReflect added in v1.27.1

func (*GenerativeDatabricksMetadata_Usage) Reset added in v1.27.1

func (*GenerativeDatabricksMetadata_Usage) String added in v1.27.1

type GenerativeDebug added in v1.27.0

type GenerativeDebug struct {
	FullPrompt *string `protobuf:"bytes,1,opt,name=full_prompt,json=fullPrompt,proto3,oneof" json:"full_prompt,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeDebug) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeDebug.ProtoReflect.Descriptor instead.

func (*GenerativeDebug) GetFullPrompt added in v1.27.0

func (x *GenerativeDebug) GetFullPrompt() string

func (*GenerativeDebug) ProtoMessage added in v1.27.0

func (*GenerativeDebug) ProtoMessage()

func (*GenerativeDebug) ProtoReflect added in v1.27.0

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

func (*GenerativeDebug) Reset added in v1.27.0

func (x *GenerativeDebug) Reset()

func (*GenerativeDebug) String added in v1.27.0

func (x *GenerativeDebug) String() string

type GenerativeDummy added in v1.27.0

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

func (*GenerativeDummy) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeDummy.ProtoReflect.Descriptor instead.

func (*GenerativeDummy) ProtoMessage added in v1.27.0

func (*GenerativeDummy) ProtoMessage()

func (*GenerativeDummy) ProtoReflect added in v1.27.0

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

func (*GenerativeDummy) Reset added in v1.27.0

func (x *GenerativeDummy) Reset()

func (*GenerativeDummy) String added in v1.27.0

func (x *GenerativeDummy) String() string

type GenerativeDummyMetadata added in v1.27.0

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

func (*GenerativeDummyMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeDummyMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeDummyMetadata) ProtoMessage added in v1.27.0

func (*GenerativeDummyMetadata) ProtoMessage()

func (*GenerativeDummyMetadata) ProtoReflect added in v1.27.0

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

func (*GenerativeDummyMetadata) Reset added in v1.27.0

func (x *GenerativeDummyMetadata) Reset()

func (*GenerativeDummyMetadata) String added in v1.27.0

func (x *GenerativeDummyMetadata) String() string

type GenerativeFriendliAI added in v1.27.1

type GenerativeFriendliAI struct {
	BaseUrl     *string  `protobuf:"bytes,1,opt,name=base_url,json=baseUrl,proto3,oneof" json:"base_url,omitempty"`
	Model       *string  `protobuf:"bytes,2,opt,name=model,proto3,oneof" json:"model,omitempty"`
	MaxTokens   *int64   `protobuf:"varint,3,opt,name=max_tokens,json=maxTokens,proto3,oneof" json:"max_tokens,omitempty"`
	Temperature *float64 `protobuf:"fixed64,4,opt,name=temperature,proto3,oneof" json:"temperature,omitempty"`
	N           *int64   `protobuf:"varint,5,opt,name=n,proto3,oneof" json:"n,omitempty"`
	TopP        *float64 `protobuf:"fixed64,6,opt,name=top_p,json=topP,proto3,oneof" json:"top_p,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeFriendliAI) Descriptor deprecated added in v1.27.1

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

Deprecated: Use GenerativeFriendliAI.ProtoReflect.Descriptor instead.

func (*GenerativeFriendliAI) GetBaseUrl added in v1.27.1

func (x *GenerativeFriendliAI) GetBaseUrl() string

func (*GenerativeFriendliAI) GetMaxTokens added in v1.27.1

func (x *GenerativeFriendliAI) GetMaxTokens() int64

func (*GenerativeFriendliAI) GetModel added in v1.27.1

func (x *GenerativeFriendliAI) GetModel() string

func (*GenerativeFriendliAI) GetN added in v1.27.1

func (x *GenerativeFriendliAI) GetN() int64

func (*GenerativeFriendliAI) GetTemperature added in v1.27.1

func (x *GenerativeFriendliAI) GetTemperature() float64

func (*GenerativeFriendliAI) GetTopP added in v1.27.1

func (x *GenerativeFriendliAI) GetTopP() float64

func (*GenerativeFriendliAI) ProtoMessage added in v1.27.1

func (*GenerativeFriendliAI) ProtoMessage()

func (*GenerativeFriendliAI) ProtoReflect added in v1.27.1

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

func (*GenerativeFriendliAI) Reset added in v1.27.1

func (x *GenerativeFriendliAI) Reset()

func (*GenerativeFriendliAI) String added in v1.27.1

func (x *GenerativeFriendliAI) String() string

type GenerativeFriendliAIMetadata added in v1.27.1

type GenerativeFriendliAIMetadata struct {
	Usage *GenerativeFriendliAIMetadata_Usage `protobuf:"bytes,1,opt,name=usage,proto3,oneof" json:"usage,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeFriendliAIMetadata) Descriptor deprecated added in v1.27.1

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

Deprecated: Use GenerativeFriendliAIMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeFriendliAIMetadata) GetUsage added in v1.27.1

func (*GenerativeFriendliAIMetadata) ProtoMessage added in v1.27.1

func (*GenerativeFriendliAIMetadata) ProtoMessage()

func (*GenerativeFriendliAIMetadata) ProtoReflect added in v1.27.1

func (*GenerativeFriendliAIMetadata) Reset added in v1.27.1

func (x *GenerativeFriendliAIMetadata) Reset()

func (*GenerativeFriendliAIMetadata) String added in v1.27.1

type GenerativeFriendliAIMetadata_Usage added in v1.27.1

type GenerativeFriendliAIMetadata_Usage struct {
	PromptTokens     *int64 `protobuf:"varint,1,opt,name=prompt_tokens,json=promptTokens,proto3,oneof" json:"prompt_tokens,omitempty"`
	CompletionTokens *int64 `protobuf:"varint,2,opt,name=completion_tokens,json=completionTokens,proto3,oneof" json:"completion_tokens,omitempty"`
	TotalTokens      *int64 `protobuf:"varint,3,opt,name=total_tokens,json=totalTokens,proto3,oneof" json:"total_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeFriendliAIMetadata_Usage) Descriptor deprecated added in v1.27.1

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

Deprecated: Use GenerativeFriendliAIMetadata_Usage.ProtoReflect.Descriptor instead.

func (*GenerativeFriendliAIMetadata_Usage) GetCompletionTokens added in v1.27.1

func (x *GenerativeFriendliAIMetadata_Usage) GetCompletionTokens() int64

func (*GenerativeFriendliAIMetadata_Usage) GetPromptTokens added in v1.27.1

func (x *GenerativeFriendliAIMetadata_Usage) GetPromptTokens() int64

func (*GenerativeFriendliAIMetadata_Usage) GetTotalTokens added in v1.27.1

func (x *GenerativeFriendliAIMetadata_Usage) GetTotalTokens() int64

func (*GenerativeFriendliAIMetadata_Usage) ProtoMessage added in v1.27.1

func (*GenerativeFriendliAIMetadata_Usage) ProtoMessage()

func (*GenerativeFriendliAIMetadata_Usage) ProtoReflect added in v1.27.1

func (*GenerativeFriendliAIMetadata_Usage) Reset added in v1.27.1

func (*GenerativeFriendliAIMetadata_Usage) String added in v1.27.1

type GenerativeGoogle added in v1.27.0

type GenerativeGoogle struct {
	FrequencyPenalty *float64   `protobuf:"fixed64,1,opt,name=frequency_penalty,json=frequencyPenalty,proto3,oneof" json:"frequency_penalty,omitempty"`
	MaxTokens        *int64     `protobuf:"varint,2,opt,name=max_tokens,json=maxTokens,proto3,oneof" json:"max_tokens,omitempty"`
	Model            *string    `protobuf:"bytes,3,opt,name=model,proto3,oneof" json:"model,omitempty"`
	PresencePenalty  *float64   `protobuf:"fixed64,4,opt,name=presence_penalty,json=presencePenalty,proto3,oneof" json:"presence_penalty,omitempty"`
	Temperature      *float64   `protobuf:"fixed64,5,opt,name=temperature,proto3,oneof" json:"temperature,omitempty"`
	TopK             *int64     `protobuf:"varint,6,opt,name=top_k,json=topK,proto3,oneof" json:"top_k,omitempty"`
	TopP             *float64   `protobuf:"fixed64,7,opt,name=top_p,json=topP,proto3,oneof" json:"top_p,omitempty"`
	StopSequences    *TextArray `protobuf:"bytes,8,opt,name=stop_sequences,json=stopSequences,proto3,oneof" json:"stop_sequences,omitempty"`
	ApiEndpoint      *string    `protobuf:"bytes,9,opt,name=api_endpoint,json=apiEndpoint,proto3,oneof" json:"api_endpoint,omitempty"`
	ProjectId        *string    `protobuf:"bytes,10,opt,name=project_id,json=projectId,proto3,oneof" json:"project_id,omitempty"`
	EndpointId       *string    `protobuf:"bytes,11,opt,name=endpoint_id,json=endpointId,proto3,oneof" json:"endpoint_id,omitempty"`
	Region           *string    `protobuf:"bytes,12,opt,name=region,proto3,oneof" json:"region,omitempty"`
	Images           *TextArray `protobuf:"bytes,13,opt,name=images,proto3,oneof" json:"images,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeGoogle) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeGoogle.ProtoReflect.Descriptor instead.

func (*GenerativeGoogle) GetApiEndpoint added in v1.27.1

func (x *GenerativeGoogle) GetApiEndpoint() string

func (*GenerativeGoogle) GetEndpointId added in v1.27.1

func (x *GenerativeGoogle) GetEndpointId() string

func (*GenerativeGoogle) GetFrequencyPenalty added in v1.27.0

func (x *GenerativeGoogle) GetFrequencyPenalty() float64

func (*GenerativeGoogle) GetImages added in v1.27.12

func (x *GenerativeGoogle) GetImages() *TextArray

func (*GenerativeGoogle) GetMaxTokens added in v1.27.0

func (x *GenerativeGoogle) GetMaxTokens() int64

func (*GenerativeGoogle) GetModel added in v1.27.0

func (x *GenerativeGoogle) GetModel() string

func (*GenerativeGoogle) GetPresencePenalty added in v1.27.0

func (x *GenerativeGoogle) GetPresencePenalty() float64

func (*GenerativeGoogle) GetProjectId added in v1.27.1

func (x *GenerativeGoogle) GetProjectId() string

func (*GenerativeGoogle) GetRegion added in v1.27.1

func (x *GenerativeGoogle) GetRegion() string

func (*GenerativeGoogle) GetStopSequences added in v1.27.0

func (x *GenerativeGoogle) GetStopSequences() *TextArray

func (*GenerativeGoogle) GetTemperature added in v1.27.0

func (x *GenerativeGoogle) GetTemperature() float64

func (*GenerativeGoogle) GetTopK added in v1.27.0

func (x *GenerativeGoogle) GetTopK() int64

func (*GenerativeGoogle) GetTopP added in v1.27.0

func (x *GenerativeGoogle) GetTopP() float64

func (*GenerativeGoogle) ProtoMessage added in v1.27.0

func (*GenerativeGoogle) ProtoMessage()

func (*GenerativeGoogle) ProtoReflect added in v1.27.0

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

func (*GenerativeGoogle) Reset added in v1.27.0

func (x *GenerativeGoogle) Reset()

func (*GenerativeGoogle) String added in v1.27.0

func (x *GenerativeGoogle) String() string

type GenerativeGoogleMetadata added in v1.27.0

type GenerativeGoogleMetadata struct {
	Metadata      *GenerativeGoogleMetadata_Metadata      `protobuf:"bytes,1,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
	UsageMetadata *GenerativeGoogleMetadata_UsageMetadata `protobuf:"bytes,2,opt,name=usage_metadata,json=usageMetadata,proto3,oneof" json:"usage_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeGoogleMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeGoogleMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeGoogleMetadata) GetMetadata added in v1.27.0

func (*GenerativeGoogleMetadata) GetUsageMetadata added in v1.27.0

func (*GenerativeGoogleMetadata) ProtoMessage added in v1.27.0

func (*GenerativeGoogleMetadata) ProtoMessage()

func (*GenerativeGoogleMetadata) ProtoReflect added in v1.27.0

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

func (*GenerativeGoogleMetadata) Reset added in v1.27.0

func (x *GenerativeGoogleMetadata) Reset()

func (*GenerativeGoogleMetadata) String added in v1.27.0

func (x *GenerativeGoogleMetadata) String() string

type GenerativeGoogleMetadata_Metadata added in v1.27.0

type GenerativeGoogleMetadata_Metadata struct {
	TokenMetadata *GenerativeGoogleMetadata_TokenMetadata `protobuf:"bytes,1,opt,name=token_metadata,json=tokenMetadata,proto3,oneof" json:"token_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeGoogleMetadata_Metadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeGoogleMetadata_Metadata.ProtoReflect.Descriptor instead.

func (*GenerativeGoogleMetadata_Metadata) GetTokenMetadata added in v1.27.0

func (*GenerativeGoogleMetadata_Metadata) ProtoMessage added in v1.27.0

func (*GenerativeGoogleMetadata_Metadata) ProtoMessage()

func (*GenerativeGoogleMetadata_Metadata) ProtoReflect added in v1.27.0

func (*GenerativeGoogleMetadata_Metadata) Reset added in v1.27.0

func (*GenerativeGoogleMetadata_Metadata) String added in v1.27.0

type GenerativeGoogleMetadata_TokenCount added in v1.27.0

type GenerativeGoogleMetadata_TokenCount struct {
	TotalBillableCharacters *int64 `` /* 139-byte string literal not displayed */
	TotalTokens             *int64 `protobuf:"varint,2,opt,name=total_tokens,json=totalTokens,proto3,oneof" json:"total_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeGoogleMetadata_TokenCount) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeGoogleMetadata_TokenCount.ProtoReflect.Descriptor instead.

func (*GenerativeGoogleMetadata_TokenCount) GetTotalBillableCharacters added in v1.27.0

func (x *GenerativeGoogleMetadata_TokenCount) GetTotalBillableCharacters() int64

func (*GenerativeGoogleMetadata_TokenCount) GetTotalTokens added in v1.27.0

func (x *GenerativeGoogleMetadata_TokenCount) GetTotalTokens() int64

func (*GenerativeGoogleMetadata_TokenCount) ProtoMessage added in v1.27.0

func (*GenerativeGoogleMetadata_TokenCount) ProtoMessage()

func (*GenerativeGoogleMetadata_TokenCount) ProtoReflect added in v1.27.0

func (*GenerativeGoogleMetadata_TokenCount) Reset added in v1.27.0

func (*GenerativeGoogleMetadata_TokenCount) String added in v1.27.0

type GenerativeGoogleMetadata_TokenMetadata added in v1.27.0

type GenerativeGoogleMetadata_TokenMetadata struct {
	InputTokenCount  *GenerativeGoogleMetadata_TokenCount `protobuf:"bytes,1,opt,name=input_token_count,json=inputTokenCount,proto3,oneof" json:"input_token_count,omitempty"`
	OutputTokenCount *GenerativeGoogleMetadata_TokenCount `protobuf:"bytes,2,opt,name=output_token_count,json=outputTokenCount,proto3,oneof" json:"output_token_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeGoogleMetadata_TokenMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeGoogleMetadata_TokenMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeGoogleMetadata_TokenMetadata) GetInputTokenCount added in v1.27.0

func (*GenerativeGoogleMetadata_TokenMetadata) GetOutputTokenCount added in v1.27.0

func (*GenerativeGoogleMetadata_TokenMetadata) ProtoMessage added in v1.27.0

func (*GenerativeGoogleMetadata_TokenMetadata) ProtoReflect added in v1.27.0

func (*GenerativeGoogleMetadata_TokenMetadata) Reset added in v1.27.0

func (*GenerativeGoogleMetadata_TokenMetadata) String added in v1.27.0

type GenerativeGoogleMetadata_UsageMetadata added in v1.27.0

type GenerativeGoogleMetadata_UsageMetadata struct {
	PromptTokenCount     *int64 `protobuf:"varint,1,opt,name=prompt_token_count,json=promptTokenCount,proto3,oneof" json:"prompt_token_count,omitempty"`
	CandidatesTokenCount *int64 `` /* 130-byte string literal not displayed */
	TotalTokenCount      *int64 `protobuf:"varint,3,opt,name=total_token_count,json=totalTokenCount,proto3,oneof" json:"total_token_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeGoogleMetadata_UsageMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeGoogleMetadata_UsageMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeGoogleMetadata_UsageMetadata) GetCandidatesTokenCount added in v1.27.0

func (x *GenerativeGoogleMetadata_UsageMetadata) GetCandidatesTokenCount() int64

func (*GenerativeGoogleMetadata_UsageMetadata) GetPromptTokenCount added in v1.27.0

func (x *GenerativeGoogleMetadata_UsageMetadata) GetPromptTokenCount() int64

func (*GenerativeGoogleMetadata_UsageMetadata) GetTotalTokenCount added in v1.27.0

func (x *GenerativeGoogleMetadata_UsageMetadata) GetTotalTokenCount() int64

func (*GenerativeGoogleMetadata_UsageMetadata) ProtoMessage added in v1.27.0

func (*GenerativeGoogleMetadata_UsageMetadata) ProtoReflect added in v1.27.0

func (*GenerativeGoogleMetadata_UsageMetadata) Reset added in v1.27.0

func (*GenerativeGoogleMetadata_UsageMetadata) String added in v1.27.0

type GenerativeMetadata added in v1.27.0

type GenerativeMetadata struct {

	// Types that are assignable to Kind:
	//	*GenerativeMetadata_Anthropic
	//	*GenerativeMetadata_Anyscale
	//	*GenerativeMetadata_Aws
	//	*GenerativeMetadata_Cohere
	//	*GenerativeMetadata_Dummy
	//	*GenerativeMetadata_Mistral
	//	*GenerativeMetadata_Ollama
	//	*GenerativeMetadata_Openai
	//	*GenerativeMetadata_Google
	//	*GenerativeMetadata_Databricks
	//	*GenerativeMetadata_Friendliai
	Kind isGenerativeMetadata_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*GenerativeMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeMetadata) GetAnthropic added in v1.27.0

func (*GenerativeMetadata) GetAnyscale added in v1.27.0

func (*GenerativeMetadata) GetAws added in v1.27.0

func (*GenerativeMetadata) GetCohere added in v1.27.0

func (*GenerativeMetadata) GetDatabricks added in v1.27.1

func (*GenerativeMetadata) GetDummy added in v1.27.0

func (*GenerativeMetadata) GetFriendliai added in v1.27.1

func (*GenerativeMetadata) GetGoogle added in v1.27.0

func (*GenerativeMetadata) GetKind added in v1.27.0

func (m *GenerativeMetadata) GetKind() isGenerativeMetadata_Kind

func (*GenerativeMetadata) GetMistral added in v1.27.0

func (*GenerativeMetadata) GetOllama added in v1.27.0

func (*GenerativeMetadata) GetOpenai added in v1.27.0

func (*GenerativeMetadata) ProtoMessage added in v1.27.0

func (*GenerativeMetadata) ProtoMessage()

func (*GenerativeMetadata) ProtoReflect added in v1.27.0

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

func (*GenerativeMetadata) Reset added in v1.27.0

func (x *GenerativeMetadata) Reset()

func (*GenerativeMetadata) String added in v1.27.0

func (x *GenerativeMetadata) String() string

type GenerativeMetadata_Anthropic added in v1.27.0

type GenerativeMetadata_Anthropic struct {
	Anthropic *GenerativeAnthropicMetadata `protobuf:"bytes,1,opt,name=anthropic,proto3,oneof"`
}

type GenerativeMetadata_Anyscale added in v1.27.0

type GenerativeMetadata_Anyscale struct {
	Anyscale *GenerativeAnyscaleMetadata `protobuf:"bytes,2,opt,name=anyscale,proto3,oneof"`
}

type GenerativeMetadata_Aws added in v1.27.0

type GenerativeMetadata_Aws struct {
	Aws *GenerativeAWSMetadata `protobuf:"bytes,3,opt,name=aws,proto3,oneof"`
}

type GenerativeMetadata_Cohere added in v1.27.0

type GenerativeMetadata_Cohere struct {
	Cohere *GenerativeCohereMetadata `protobuf:"bytes,4,opt,name=cohere,proto3,oneof"`
}

type GenerativeMetadata_Databricks added in v1.27.1

type GenerativeMetadata_Databricks struct {
	Databricks *GenerativeDatabricksMetadata `protobuf:"bytes,10,opt,name=databricks,proto3,oneof"`
}

type GenerativeMetadata_Dummy added in v1.27.0

type GenerativeMetadata_Dummy struct {
	Dummy *GenerativeDummyMetadata `protobuf:"bytes,5,opt,name=dummy,proto3,oneof"`
}

type GenerativeMetadata_Friendliai added in v1.27.1

type GenerativeMetadata_Friendliai struct {
	Friendliai *GenerativeFriendliAIMetadata `protobuf:"bytes,11,opt,name=friendliai,proto3,oneof"`
}

type GenerativeMetadata_Google added in v1.27.0

type GenerativeMetadata_Google struct {
	Google *GenerativeGoogleMetadata `protobuf:"bytes,9,opt,name=google,proto3,oneof"`
}

type GenerativeMetadata_Mistral added in v1.27.0

type GenerativeMetadata_Mistral struct {
	Mistral *GenerativeMistralMetadata `protobuf:"bytes,6,opt,name=mistral,proto3,oneof"`
}

type GenerativeMetadata_Ollama added in v1.27.0

type GenerativeMetadata_Ollama struct {
	Ollama *GenerativeOllamaMetadata `protobuf:"bytes,7,opt,name=ollama,proto3,oneof"`
}

type GenerativeMetadata_Openai added in v1.27.0

type GenerativeMetadata_Openai struct {
	Openai *GenerativeOpenAIMetadata `protobuf:"bytes,8,opt,name=openai,proto3,oneof"`
}

type GenerativeMistral added in v1.27.0

type GenerativeMistral struct {
	BaseUrl     *string  `protobuf:"bytes,1,opt,name=base_url,json=baseUrl,proto3,oneof" json:"base_url,omitempty"`
	MaxTokens   *int64   `protobuf:"varint,2,opt,name=max_tokens,json=maxTokens,proto3,oneof" json:"max_tokens,omitempty"`
	Model       *string  `protobuf:"bytes,3,opt,name=model,proto3,oneof" json:"model,omitempty"`
	Temperature *float64 `protobuf:"fixed64,4,opt,name=temperature,proto3,oneof" json:"temperature,omitempty"`
	TopP        *float64 `protobuf:"fixed64,5,opt,name=top_p,json=topP,proto3,oneof" json:"top_p,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeMistral) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeMistral.ProtoReflect.Descriptor instead.

func (*GenerativeMistral) GetBaseUrl added in v1.27.0

func (x *GenerativeMistral) GetBaseUrl() string

func (*GenerativeMistral) GetMaxTokens added in v1.27.0

func (x *GenerativeMistral) GetMaxTokens() int64

func (*GenerativeMistral) GetModel added in v1.27.0

func (x *GenerativeMistral) GetModel() string

func (*GenerativeMistral) GetTemperature added in v1.27.0

func (x *GenerativeMistral) GetTemperature() float64

func (*GenerativeMistral) GetTopP added in v1.27.0

func (x *GenerativeMistral) GetTopP() float64

func (*GenerativeMistral) ProtoMessage added in v1.27.0

func (*GenerativeMistral) ProtoMessage()

func (*GenerativeMistral) ProtoReflect added in v1.27.0

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

func (*GenerativeMistral) Reset added in v1.27.0

func (x *GenerativeMistral) Reset()

func (*GenerativeMistral) String added in v1.27.0

func (x *GenerativeMistral) String() string

type GenerativeMistralMetadata added in v1.27.0

type GenerativeMistralMetadata struct {
	Usage *GenerativeMistralMetadata_Usage `protobuf:"bytes,1,opt,name=usage,proto3,oneof" json:"usage,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeMistralMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeMistralMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeMistralMetadata) GetUsage added in v1.27.0

func (*GenerativeMistralMetadata) ProtoMessage added in v1.27.0

func (*GenerativeMistralMetadata) ProtoMessage()

func (*GenerativeMistralMetadata) ProtoReflect added in v1.27.0

func (*GenerativeMistralMetadata) Reset added in v1.27.0

func (x *GenerativeMistralMetadata) Reset()

func (*GenerativeMistralMetadata) String added in v1.27.0

func (x *GenerativeMistralMetadata) String() string

type GenerativeMistralMetadata_Usage added in v1.27.0

type GenerativeMistralMetadata_Usage struct {
	PromptTokens     *int64 `protobuf:"varint,1,opt,name=prompt_tokens,json=promptTokens,proto3,oneof" json:"prompt_tokens,omitempty"`
	CompletionTokens *int64 `protobuf:"varint,2,opt,name=completion_tokens,json=completionTokens,proto3,oneof" json:"completion_tokens,omitempty"`
	TotalTokens      *int64 `protobuf:"varint,3,opt,name=total_tokens,json=totalTokens,proto3,oneof" json:"total_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeMistralMetadata_Usage) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeMistralMetadata_Usage.ProtoReflect.Descriptor instead.

func (*GenerativeMistralMetadata_Usage) GetCompletionTokens added in v1.27.0

func (x *GenerativeMistralMetadata_Usage) GetCompletionTokens() int64

func (*GenerativeMistralMetadata_Usage) GetPromptTokens added in v1.27.0

func (x *GenerativeMistralMetadata_Usage) GetPromptTokens() int64

func (*GenerativeMistralMetadata_Usage) GetTotalTokens added in v1.27.0

func (x *GenerativeMistralMetadata_Usage) GetTotalTokens() int64

func (*GenerativeMistralMetadata_Usage) ProtoMessage added in v1.27.0

func (*GenerativeMistralMetadata_Usage) ProtoMessage()

func (*GenerativeMistralMetadata_Usage) ProtoReflect added in v1.27.0

func (*GenerativeMistralMetadata_Usage) Reset added in v1.27.0

func (*GenerativeMistralMetadata_Usage) String added in v1.27.0

type GenerativeOllama added in v1.27.0

type GenerativeOllama struct {
	ApiEndpoint *string    `protobuf:"bytes,1,opt,name=api_endpoint,json=apiEndpoint,proto3,oneof" json:"api_endpoint,omitempty"`
	Model       *string    `protobuf:"bytes,2,opt,name=model,proto3,oneof" json:"model,omitempty"`
	Temperature *float64   `protobuf:"fixed64,3,opt,name=temperature,proto3,oneof" json:"temperature,omitempty"`
	Images      *TextArray `protobuf:"bytes,4,opt,name=images,proto3,oneof" json:"images,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeOllama) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeOllama.ProtoReflect.Descriptor instead.

func (*GenerativeOllama) GetApiEndpoint added in v1.27.0

func (x *GenerativeOllama) GetApiEndpoint() string

func (*GenerativeOllama) GetImages added in v1.27.12

func (x *GenerativeOllama) GetImages() *TextArray

func (*GenerativeOllama) GetModel added in v1.27.0

func (x *GenerativeOllama) GetModel() string

func (*GenerativeOllama) GetTemperature added in v1.27.0

func (x *GenerativeOllama) GetTemperature() float64

func (*GenerativeOllama) ProtoMessage added in v1.27.0

func (*GenerativeOllama) ProtoMessage()

func (*GenerativeOllama) ProtoReflect added in v1.27.0

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

func (*GenerativeOllama) Reset added in v1.27.0

func (x *GenerativeOllama) Reset()

func (*GenerativeOllama) String added in v1.27.0

func (x *GenerativeOllama) String() string

type GenerativeOllamaMetadata added in v1.27.0

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

func (*GenerativeOllamaMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeOllamaMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeOllamaMetadata) ProtoMessage added in v1.27.0

func (*GenerativeOllamaMetadata) ProtoMessage()

func (*GenerativeOllamaMetadata) ProtoReflect added in v1.27.0

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

func (*GenerativeOllamaMetadata) Reset added in v1.27.0

func (x *GenerativeOllamaMetadata) Reset()

func (*GenerativeOllamaMetadata) String added in v1.27.0

func (x *GenerativeOllamaMetadata) String() string

type GenerativeOpenAI added in v1.27.0

type GenerativeOpenAI struct {
	FrequencyPenalty *float64   `protobuf:"fixed64,1,opt,name=frequency_penalty,json=frequencyPenalty,proto3,oneof" json:"frequency_penalty,omitempty"`
	MaxTokens        *int64     `protobuf:"varint,2,opt,name=max_tokens,json=maxTokens,proto3,oneof" json:"max_tokens,omitempty"`
	Model            string     `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"`
	N                *int64     `protobuf:"varint,4,opt,name=n,proto3,oneof" json:"n,omitempty"`
	PresencePenalty  *float64   `protobuf:"fixed64,5,opt,name=presence_penalty,json=presencePenalty,proto3,oneof" json:"presence_penalty,omitempty"`
	Stop             *TextArray `protobuf:"bytes,6,opt,name=stop,proto3,oneof" json:"stop,omitempty"`
	Temperature      *float64   `protobuf:"fixed64,7,opt,name=temperature,proto3,oneof" json:"temperature,omitempty"`
	TopP             *float64   `protobuf:"fixed64,8,opt,name=top_p,json=topP,proto3,oneof" json:"top_p,omitempty"`
	BaseUrl          *string    `protobuf:"bytes,9,opt,name=base_url,json=baseUrl,proto3,oneof" json:"base_url,omitempty"`
	ApiVersion       *string    `protobuf:"bytes,10,opt,name=api_version,json=apiVersion,proto3,oneof" json:"api_version,omitempty"`
	ResourceName     *string    `protobuf:"bytes,11,opt,name=resource_name,json=resourceName,proto3,oneof" json:"resource_name,omitempty"`
	DeploymentId     *string    `protobuf:"bytes,12,opt,name=deployment_id,json=deploymentId,proto3,oneof" json:"deployment_id,omitempty"`
	IsAzure          *bool      `protobuf:"varint,13,opt,name=is_azure,json=isAzure,proto3,oneof" json:"is_azure,omitempty"`
	Images           *TextArray `protobuf:"bytes,14,opt,name=images,proto3,oneof" json:"images,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeOpenAI) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeOpenAI.ProtoReflect.Descriptor instead.

func (*GenerativeOpenAI) GetApiVersion added in v1.27.1

func (x *GenerativeOpenAI) GetApiVersion() string

func (*GenerativeOpenAI) GetBaseUrl added in v1.27.1

func (x *GenerativeOpenAI) GetBaseUrl() string

func (*GenerativeOpenAI) GetDeploymentId added in v1.27.1

func (x *GenerativeOpenAI) GetDeploymentId() string

func (*GenerativeOpenAI) GetFrequencyPenalty added in v1.27.0

func (x *GenerativeOpenAI) GetFrequencyPenalty() float64

func (*GenerativeOpenAI) GetImages added in v1.27.12

func (x *GenerativeOpenAI) GetImages() *TextArray

func (*GenerativeOpenAI) GetIsAzure added in v1.27.1

func (x *GenerativeOpenAI) GetIsAzure() bool

func (*GenerativeOpenAI) GetMaxTokens added in v1.27.0

func (x *GenerativeOpenAI) GetMaxTokens() int64

func (*GenerativeOpenAI) GetModel added in v1.27.0

func (x *GenerativeOpenAI) GetModel() string

func (*GenerativeOpenAI) GetN added in v1.27.0

func (x *GenerativeOpenAI) GetN() int64

func (*GenerativeOpenAI) GetPresencePenalty added in v1.27.0

func (x *GenerativeOpenAI) GetPresencePenalty() float64

func (*GenerativeOpenAI) GetResourceName added in v1.27.1

func (x *GenerativeOpenAI) GetResourceName() string

func (*GenerativeOpenAI) GetStop added in v1.27.0

func (x *GenerativeOpenAI) GetStop() *TextArray

func (*GenerativeOpenAI) GetTemperature added in v1.27.0

func (x *GenerativeOpenAI) GetTemperature() float64

func (*GenerativeOpenAI) GetTopP added in v1.27.0

func (x *GenerativeOpenAI) GetTopP() float64

func (*GenerativeOpenAI) ProtoMessage added in v1.27.0

func (*GenerativeOpenAI) ProtoMessage()

func (*GenerativeOpenAI) ProtoReflect added in v1.27.0

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

func (*GenerativeOpenAI) Reset added in v1.27.0

func (x *GenerativeOpenAI) Reset()

func (*GenerativeOpenAI) String added in v1.27.0

func (x *GenerativeOpenAI) String() string

type GenerativeOpenAIMetadata added in v1.27.0

type GenerativeOpenAIMetadata struct {
	Usage *GenerativeOpenAIMetadata_Usage `protobuf:"bytes,1,opt,name=usage,proto3,oneof" json:"usage,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeOpenAIMetadata) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeOpenAIMetadata.ProtoReflect.Descriptor instead.

func (*GenerativeOpenAIMetadata) GetUsage added in v1.27.0

func (*GenerativeOpenAIMetadata) ProtoMessage added in v1.27.0

func (*GenerativeOpenAIMetadata) ProtoMessage()

func (*GenerativeOpenAIMetadata) ProtoReflect added in v1.27.0

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

func (*GenerativeOpenAIMetadata) Reset added in v1.27.0

func (x *GenerativeOpenAIMetadata) Reset()

func (*GenerativeOpenAIMetadata) String added in v1.27.0

func (x *GenerativeOpenAIMetadata) String() string

type GenerativeOpenAIMetadata_Usage added in v1.27.0

type GenerativeOpenAIMetadata_Usage struct {
	PromptTokens     *int64 `protobuf:"varint,1,opt,name=prompt_tokens,json=promptTokens,proto3,oneof" json:"prompt_tokens,omitempty"`
	CompletionTokens *int64 `protobuf:"varint,2,opt,name=completion_tokens,json=completionTokens,proto3,oneof" json:"completion_tokens,omitempty"`
	TotalTokens      *int64 `protobuf:"varint,3,opt,name=total_tokens,json=totalTokens,proto3,oneof" json:"total_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeOpenAIMetadata_Usage) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeOpenAIMetadata_Usage.ProtoReflect.Descriptor instead.

func (*GenerativeOpenAIMetadata_Usage) GetCompletionTokens added in v1.27.0

func (x *GenerativeOpenAIMetadata_Usage) GetCompletionTokens() int64

func (*GenerativeOpenAIMetadata_Usage) GetPromptTokens added in v1.27.0

func (x *GenerativeOpenAIMetadata_Usage) GetPromptTokens() int64

func (*GenerativeOpenAIMetadata_Usage) GetTotalTokens added in v1.27.0

func (x *GenerativeOpenAIMetadata_Usage) GetTotalTokens() int64

func (*GenerativeOpenAIMetadata_Usage) ProtoMessage added in v1.27.0

func (*GenerativeOpenAIMetadata_Usage) ProtoMessage()

func (*GenerativeOpenAIMetadata_Usage) ProtoReflect added in v1.27.0

func (*GenerativeOpenAIMetadata_Usage) Reset added in v1.27.0

func (x *GenerativeOpenAIMetadata_Usage) Reset()

func (*GenerativeOpenAIMetadata_Usage) String added in v1.27.0

type GenerativeProvider added in v1.27.0

type GenerativeProvider struct {
	ReturnMetadata bool `protobuf:"varint,1,opt,name=return_metadata,json=returnMetadata,proto3" json:"return_metadata,omitempty"`
	// Types that are assignable to Kind:
	//	*GenerativeProvider_Anthropic
	//	*GenerativeProvider_Anyscale
	//	*GenerativeProvider_Aws
	//	*GenerativeProvider_Cohere
	//	*GenerativeProvider_Dummy
	//	*GenerativeProvider_Mistral
	//	*GenerativeProvider_Ollama
	//	*GenerativeProvider_Openai
	//	*GenerativeProvider_Google
	//	*GenerativeProvider_Databricks
	//	*GenerativeProvider_Friendliai
	Kind isGenerativeProvider_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*GenerativeProvider) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeProvider.ProtoReflect.Descriptor instead.

func (*GenerativeProvider) GetAnthropic added in v1.27.0

func (x *GenerativeProvider) GetAnthropic() *GenerativeAnthropic

func (*GenerativeProvider) GetAnyscale added in v1.27.0

func (x *GenerativeProvider) GetAnyscale() *GenerativeAnyscale

func (*GenerativeProvider) GetAws added in v1.27.0

func (x *GenerativeProvider) GetAws() *GenerativeAWS

func (*GenerativeProvider) GetCohere added in v1.27.0

func (x *GenerativeProvider) GetCohere() *GenerativeCohere

func (*GenerativeProvider) GetDatabricks added in v1.27.1

func (x *GenerativeProvider) GetDatabricks() *GenerativeDatabricks

func (*GenerativeProvider) GetDummy added in v1.27.0

func (x *GenerativeProvider) GetDummy() *GenerativeDummy

func (*GenerativeProvider) GetFriendliai added in v1.27.1

func (x *GenerativeProvider) GetFriendliai() *GenerativeFriendliAI

func (*GenerativeProvider) GetGoogle added in v1.27.0

func (x *GenerativeProvider) GetGoogle() *GenerativeGoogle

func (*GenerativeProvider) GetKind added in v1.27.0

func (m *GenerativeProvider) GetKind() isGenerativeProvider_Kind

func (*GenerativeProvider) GetMistral added in v1.27.0

func (x *GenerativeProvider) GetMistral() *GenerativeMistral

func (*GenerativeProvider) GetOllama added in v1.27.0

func (x *GenerativeProvider) GetOllama() *GenerativeOllama

func (*GenerativeProvider) GetOpenai added in v1.27.0

func (x *GenerativeProvider) GetOpenai() *GenerativeOpenAI

func (*GenerativeProvider) GetReturnMetadata added in v1.27.0

func (x *GenerativeProvider) GetReturnMetadata() bool

func (*GenerativeProvider) ProtoMessage added in v1.27.0

func (*GenerativeProvider) ProtoMessage()

func (*GenerativeProvider) ProtoReflect added in v1.27.0

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

func (*GenerativeProvider) Reset added in v1.27.0

func (x *GenerativeProvider) Reset()

func (*GenerativeProvider) String added in v1.27.0

func (x *GenerativeProvider) String() string

type GenerativeProvider_Anthropic added in v1.27.0

type GenerativeProvider_Anthropic struct {
	Anthropic *GenerativeAnthropic `protobuf:"bytes,2,opt,name=anthropic,proto3,oneof"`
}

type GenerativeProvider_Anyscale added in v1.27.0

type GenerativeProvider_Anyscale struct {
	Anyscale *GenerativeAnyscale `protobuf:"bytes,3,opt,name=anyscale,proto3,oneof"`
}

type GenerativeProvider_Aws added in v1.27.0

type GenerativeProvider_Aws struct {
	Aws *GenerativeAWS `protobuf:"bytes,4,opt,name=aws,proto3,oneof"`
}

type GenerativeProvider_Cohere added in v1.27.0

type GenerativeProvider_Cohere struct {
	Cohere *GenerativeCohere `protobuf:"bytes,5,opt,name=cohere,proto3,oneof"`
}

type GenerativeProvider_Databricks added in v1.27.1

type GenerativeProvider_Databricks struct {
	Databricks *GenerativeDatabricks `protobuf:"bytes,11,opt,name=databricks,proto3,oneof"`
}

type GenerativeProvider_Dummy added in v1.27.0

type GenerativeProvider_Dummy struct {
	Dummy *GenerativeDummy `protobuf:"bytes,6,opt,name=dummy,proto3,oneof"`
}

type GenerativeProvider_Friendliai added in v1.27.1

type GenerativeProvider_Friendliai struct {
	Friendliai *GenerativeFriendliAI `protobuf:"bytes,12,opt,name=friendliai,proto3,oneof"`
}

type GenerativeProvider_Google added in v1.27.0

type GenerativeProvider_Google struct {
	Google *GenerativeGoogle `protobuf:"bytes,10,opt,name=google,proto3,oneof"`
}

type GenerativeProvider_Mistral added in v1.27.0

type GenerativeProvider_Mistral struct {
	Mistral *GenerativeMistral `protobuf:"bytes,7,opt,name=mistral,proto3,oneof"`
}

type GenerativeProvider_Ollama added in v1.27.0

type GenerativeProvider_Ollama struct {
	Ollama *GenerativeOllama `protobuf:"bytes,8,opt,name=ollama,proto3,oneof"`
}

type GenerativeProvider_Openai added in v1.27.0

type GenerativeProvider_Openai struct {
	Openai *GenerativeOpenAI `protobuf:"bytes,9,opt,name=openai,proto3,oneof"`
}

type GenerativeReply added in v1.23.1

type GenerativeReply struct {
	Result   string              `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	Debug    *GenerativeDebug    `protobuf:"bytes,2,opt,name=debug,proto3,oneof" json:"debug,omitempty"`
	Metadata *GenerativeMetadata `protobuf:"bytes,3,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeReply) Descriptor deprecated added in v1.23.1

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

Deprecated: Use GenerativeReply.ProtoReflect.Descriptor instead.

func (*GenerativeReply) GetDebug added in v1.27.0

func (x *GenerativeReply) GetDebug() *GenerativeDebug

func (*GenerativeReply) GetMetadata added in v1.27.0

func (x *GenerativeReply) GetMetadata() *GenerativeMetadata

func (*GenerativeReply) GetResult added in v1.23.1

func (x *GenerativeReply) GetResult() string

func (*GenerativeReply) ProtoMessage added in v1.23.1

func (*GenerativeReply) ProtoMessage()

func (*GenerativeReply) ProtoReflect added in v1.23.1

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

func (*GenerativeReply) Reset added in v1.23.1

func (x *GenerativeReply) Reset()

func (*GenerativeReply) String added in v1.23.1

func (x *GenerativeReply) String() string

type GenerativeResult added in v1.27.0

type GenerativeResult struct {
	Values []*GenerativeReply `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeResult) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeResult.ProtoReflect.Descriptor instead.

func (*GenerativeResult) GetValues added in v1.27.0

func (x *GenerativeResult) GetValues() []*GenerativeReply

func (*GenerativeResult) ProtoMessage added in v1.27.0

func (*GenerativeResult) ProtoMessage()

func (*GenerativeResult) ProtoReflect added in v1.27.0

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

func (*GenerativeResult) Reset added in v1.27.0

func (x *GenerativeResult) Reset()

func (*GenerativeResult) String added in v1.27.0

func (x *GenerativeResult) String() string

type GenerativeSearch

type GenerativeSearch struct {

	// Deprecated: Do not use.
	SingleResponsePrompt string `protobuf:"bytes,1,opt,name=single_response_prompt,json=singleResponsePrompt,proto3" json:"single_response_prompt,omitempty"`
	// Deprecated: Do not use.
	GroupedResponseTask string `protobuf:"bytes,2,opt,name=grouped_response_task,json=groupedResponseTask,proto3" json:"grouped_response_task,omitempty"`
	// Deprecated: Do not use.
	GroupedProperties []string                  `protobuf:"bytes,3,rep,name=grouped_properties,json=groupedProperties,proto3" json:"grouped_properties,omitempty"`
	Single            *GenerativeSearch_Single  `protobuf:"bytes,4,opt,name=single,proto3" json:"single,omitempty"`
	Grouped           *GenerativeSearch_Grouped `protobuf:"bytes,5,opt,name=grouped,proto3" json:"grouped,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeSearch) Descriptor deprecated

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

Deprecated: Use GenerativeSearch.ProtoReflect.Descriptor instead.

func (*GenerativeSearch) GetGrouped added in v1.27.0

func (x *GenerativeSearch) GetGrouped() *GenerativeSearch_Grouped

func (*GenerativeSearch) GetGroupedProperties deprecated

func (x *GenerativeSearch) GetGroupedProperties() []string

Deprecated: Do not use.

func (*GenerativeSearch) GetGroupedResponseTask deprecated

func (x *GenerativeSearch) GetGroupedResponseTask() string

Deprecated: Do not use.

func (*GenerativeSearch) GetSingle added in v1.27.0

func (x *GenerativeSearch) GetSingle() *GenerativeSearch_Single

func (*GenerativeSearch) GetSingleResponsePrompt deprecated

func (x *GenerativeSearch) GetSingleResponsePrompt() string

Deprecated: Do not use.

func (*GenerativeSearch) ProtoMessage

func (*GenerativeSearch) ProtoMessage()

func (*GenerativeSearch) ProtoReflect

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

func (*GenerativeSearch) Reset

func (x *GenerativeSearch) Reset()

func (*GenerativeSearch) String

func (x *GenerativeSearch) String() string

type GenerativeSearch_Grouped added in v1.27.0

type GenerativeSearch_Grouped struct {
	Task       string     `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"`
	Properties *TextArray `protobuf:"bytes,2,opt,name=properties,proto3,oneof" json:"properties,omitempty"`
	// only allow one at the beginning, but multiple in the future
	Queries []*GenerativeProvider `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeSearch_Grouped) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeSearch_Grouped.ProtoReflect.Descriptor instead.

func (*GenerativeSearch_Grouped) GetProperties added in v1.27.0

func (x *GenerativeSearch_Grouped) GetProperties() *TextArray

func (*GenerativeSearch_Grouped) GetQueries added in v1.27.2

func (x *GenerativeSearch_Grouped) GetQueries() []*GenerativeProvider

func (*GenerativeSearch_Grouped) GetTask added in v1.27.0

func (x *GenerativeSearch_Grouped) GetTask() string

func (*GenerativeSearch_Grouped) ProtoMessage added in v1.27.0

func (*GenerativeSearch_Grouped) ProtoMessage()

func (*GenerativeSearch_Grouped) ProtoReflect added in v1.27.0

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

func (*GenerativeSearch_Grouped) Reset added in v1.27.0

func (x *GenerativeSearch_Grouped) Reset()

func (*GenerativeSearch_Grouped) String added in v1.27.0

func (x *GenerativeSearch_Grouped) String() string

type GenerativeSearch_Single added in v1.27.0

type GenerativeSearch_Single struct {
	Prompt string `protobuf:"bytes,1,opt,name=prompt,proto3" json:"prompt,omitempty"`
	Debug  bool   `protobuf:"varint,2,opt,name=debug,proto3" json:"debug,omitempty"`
	// only allow one at the beginning, but multiple in the future
	Queries []*GenerativeProvider `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerativeSearch_Single) Descriptor deprecated added in v1.27.0

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

Deprecated: Use GenerativeSearch_Single.ProtoReflect.Descriptor instead.

func (*GenerativeSearch_Single) GetDebug added in v1.27.0

func (x *GenerativeSearch_Single) GetDebug() bool

func (*GenerativeSearch_Single) GetPrompt added in v1.27.0

func (x *GenerativeSearch_Single) GetPrompt() string

func (*GenerativeSearch_Single) GetQueries added in v1.27.0

func (x *GenerativeSearch_Single) GetQueries() []*GenerativeProvider

func (*GenerativeSearch_Single) ProtoMessage added in v1.27.0

func (*GenerativeSearch_Single) ProtoMessage()

func (*GenerativeSearch_Single) ProtoReflect added in v1.27.0

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

func (*GenerativeSearch_Single) Reset added in v1.27.0

func (x *GenerativeSearch_Single) Reset()

func (*GenerativeSearch_Single) String added in v1.27.0

func (x *GenerativeSearch_Single) String() string

type GeoCoordinate added in v1.23.0

type GeoCoordinate struct {
	Longitude float32 `protobuf:"fixed32,1,opt,name=longitude,proto3" json:"longitude,omitempty"`
	Latitude  float32 `protobuf:"fixed32,2,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// contains filtered or unexported fields
}

func (*GeoCoordinate) Descriptor deprecated added in v1.23.0

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

Deprecated: Use GeoCoordinate.ProtoReflect.Descriptor instead.

func (*GeoCoordinate) GetLatitude added in v1.23.0

func (x *GeoCoordinate) GetLatitude() float32

func (*GeoCoordinate) GetLongitude added in v1.23.0

func (x *GeoCoordinate) GetLongitude() float32

func (*GeoCoordinate) ProtoMessage added in v1.23.0

func (*GeoCoordinate) ProtoMessage()

func (*GeoCoordinate) ProtoReflect added in v1.23.0

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

func (*GeoCoordinate) Reset added in v1.23.0

func (x *GeoCoordinate) Reset()

func (*GeoCoordinate) String added in v1.23.0

func (x *GeoCoordinate) String() string

type GeoCoordinatesFilter added in v1.23.0

type GeoCoordinatesFilter struct {
	Latitude  float32 `protobuf:"fixed32,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude float32 `protobuf:"fixed32,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
	Distance  float32 `protobuf:"fixed32,3,opt,name=distance,proto3" json:"distance,omitempty"`
	// contains filtered or unexported fields
}

func (*GeoCoordinatesFilter) Descriptor deprecated added in v1.23.0

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

Deprecated: Use GeoCoordinatesFilter.ProtoReflect.Descriptor instead.

func (*GeoCoordinatesFilter) GetDistance added in v1.23.0

func (x *GeoCoordinatesFilter) GetDistance() float32

func (*GeoCoordinatesFilter) GetLatitude added in v1.23.0

func (x *GeoCoordinatesFilter) GetLatitude() float32

func (*GeoCoordinatesFilter) GetLongitude added in v1.23.0

func (x *GeoCoordinatesFilter) GetLongitude() float32

func (*GeoCoordinatesFilter) ProtoMessage added in v1.23.0

func (*GeoCoordinatesFilter) ProtoMessage()

func (*GeoCoordinatesFilter) ProtoReflect added in v1.23.0

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

func (*GeoCoordinatesFilter) Reset added in v1.23.0

func (x *GeoCoordinatesFilter) Reset()

func (*GeoCoordinatesFilter) String added in v1.23.0

func (x *GeoCoordinatesFilter) String() string

type GroupBy

type GroupBy struct {

	// currently only supports one entry (eg just properties, no refs). But might
	// be extended in the future.
	// protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
	Path            []string `protobuf:"bytes,1,rep,name=path,proto3" json:"path,omitempty"`
	NumberOfGroups  int32    `protobuf:"varint,2,opt,name=number_of_groups,json=numberOfGroups,proto3" json:"number_of_groups,omitempty"`
	ObjectsPerGroup int32    `protobuf:"varint,3,opt,name=objects_per_group,json=objectsPerGroup,proto3" json:"objects_per_group,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupBy) Descriptor deprecated

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

Deprecated: Use GroupBy.ProtoReflect.Descriptor instead.

func (*GroupBy) GetNumberOfGroups

func (x *GroupBy) GetNumberOfGroups() int32

func (*GroupBy) GetObjectsPerGroup

func (x *GroupBy) GetObjectsPerGroup() int32

func (*GroupBy) GetPath

func (x *GroupBy) GetPath() []string

func (*GroupBy) ProtoMessage

func (*GroupBy) ProtoMessage()

func (*GroupBy) ProtoReflect

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

func (*GroupBy) Reset

func (x *GroupBy) Reset()

func (*GroupBy) String

func (x *GroupBy) String() string

type GroupByResult

type GroupByResult struct {
	Name            string          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	MinDistance     float32         `protobuf:"fixed32,2,opt,name=min_distance,json=minDistance,proto3" json:"min_distance,omitempty"`
	MaxDistance     float32         `protobuf:"fixed32,3,opt,name=max_distance,json=maxDistance,proto3" json:"max_distance,omitempty"`
	NumberOfObjects int64           `protobuf:"varint,4,opt,name=number_of_objects,json=numberOfObjects,proto3" json:"number_of_objects,omitempty"`
	Objects         []*SearchResult `protobuf:"bytes,5,rep,name=objects,proto3" json:"objects,omitempty"`
	Rerank          *RerankReply    `protobuf:"bytes,6,opt,name=rerank,proto3,oneof" json:"rerank,omitempty"`
	// Deprecated: Do not use.
	Generative       *GenerativeReply  `protobuf:"bytes,7,opt,name=generative,proto3,oneof" json:"generative,omitempty"`
	GenerativeResult *GenerativeResult `protobuf:"bytes,8,opt,name=generative_result,json=generativeResult,proto3,oneof" json:"generative_result,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupByResult) Descriptor deprecated

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

Deprecated: Use GroupByResult.ProtoReflect.Descriptor instead.

func (*GroupByResult) GetGenerative deprecated added in v1.23.1

func (x *GroupByResult) GetGenerative() *GenerativeReply

Deprecated: Do not use.

func (*GroupByResult) GetGenerativeResult added in v1.27.0

func (x *GroupByResult) GetGenerativeResult() *GenerativeResult

func (*GroupByResult) GetMaxDistance

func (x *GroupByResult) GetMaxDistance() float32

func (*GroupByResult) GetMinDistance

func (x *GroupByResult) GetMinDistance() float32

func (*GroupByResult) GetName

func (x *GroupByResult) GetName() string

func (*GroupByResult) GetNumberOfObjects

func (x *GroupByResult) GetNumberOfObjects() int64

func (*GroupByResult) GetObjects

func (x *GroupByResult) GetObjects() []*SearchResult

func (*GroupByResult) GetRerank added in v1.23.1

func (x *GroupByResult) GetRerank() *RerankReply

func (*GroupByResult) ProtoMessage

func (*GroupByResult) ProtoMessage()

func (*GroupByResult) ProtoReflect

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

func (*GroupByResult) Reset

func (x *GroupByResult) Reset()

func (*GroupByResult) String

func (x *GroupByResult) String() string

type Hybrid

type Hybrid struct {
	Query      string   `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Properties []string `protobuf:"bytes,2,rep,name=properties,proto3" json:"properties,omitempty"`
	// protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
	//
	// Deprecated: Do not use.
	Vector      []float32         `protobuf:"fixed32,3,rep,packed,name=vector,proto3" json:"vector,omitempty"` // will be removed in the future, use vector_bytes
	Alpha       float32           `protobuf:"fixed32,4,opt,name=alpha,proto3" json:"alpha,omitempty"`
	FusionType  Hybrid_FusionType `` /* 127-byte string literal not displayed */
	VectorBytes []byte            `protobuf:"bytes,6,opt,name=vector_bytes,json=vectorBytes,proto3" json:"vector_bytes,omitempty"`
	// Deprecated: Do not use.
	TargetVectors []string        `protobuf:"bytes,7,rep,name=target_vectors,json=targetVectors,proto3" json:"target_vectors,omitempty"` // deprecated in 1.26 - use targets
	NearText      *NearTextSearch `protobuf:"bytes,8,opt,name=near_text,json=nearText,proto3" json:"near_text,omitempty"`                // targets in msg is ignored and should not be set for hybrid
	NearVector    *NearVector     `protobuf:"bytes,9,opt,name=near_vector,json=nearVector,proto3" json:"near_vector,omitempty"`          // same as above. Use the target vector in the hybrid message
	Targets       *Targets        `protobuf:"bytes,10,opt,name=targets,proto3" json:"targets,omitempty"`
	// only vector distance, but keep it extendable
	//
	// Types that are assignable to Threshold:
	//	*Hybrid_VectorDistance
	Threshold isHybrid_Threshold `protobuf_oneof:"threshold"`
	// contains filtered or unexported fields
}

func (*Hybrid) Descriptor deprecated

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

Deprecated: Use Hybrid.ProtoReflect.Descriptor instead.

func (*Hybrid) GetAlpha

func (x *Hybrid) GetAlpha() float32

func (*Hybrid) GetFusionType

func (x *Hybrid) GetFusionType() Hybrid_FusionType

func (*Hybrid) GetNearText added in v1.25.0

func (x *Hybrid) GetNearText() *NearTextSearch

func (*Hybrid) GetNearVector added in v1.25.0

func (x *Hybrid) GetNearVector() *NearVector

func (*Hybrid) GetProperties

func (x *Hybrid) GetProperties() []string

func (*Hybrid) GetQuery

func (x *Hybrid) GetQuery() string

func (*Hybrid) GetTargetVectors deprecated added in v1.24.0

func (x *Hybrid) GetTargetVectors() []string

Deprecated: Do not use.

func (*Hybrid) GetTargets added in v1.26.0

func (x *Hybrid) GetTargets() *Targets

func (*Hybrid) GetThreshold added in v1.26.3

func (m *Hybrid) GetThreshold() isHybrid_Threshold

func (*Hybrid) GetVector deprecated

func (x *Hybrid) GetVector() []float32

Deprecated: Do not use.

func (*Hybrid) GetVectorBytes added in v1.22.6

func (x *Hybrid) GetVectorBytes() []byte

func (*Hybrid) GetVectorDistance added in v1.26.3

func (x *Hybrid) GetVectorDistance() float32

func (*Hybrid) ProtoMessage

func (*Hybrid) ProtoMessage()

func (*Hybrid) ProtoReflect

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

func (*Hybrid) Reset

func (x *Hybrid) Reset()

func (*Hybrid) String

func (x *Hybrid) String() string

type Hybrid_FusionType

type Hybrid_FusionType int32
const (
	Hybrid_FUSION_TYPE_UNSPECIFIED    Hybrid_FusionType = 0
	Hybrid_FUSION_TYPE_RANKED         Hybrid_FusionType = 1
	Hybrid_FUSION_TYPE_RELATIVE_SCORE Hybrid_FusionType = 2
)

func (Hybrid_FusionType) Descriptor

func (Hybrid_FusionType) Enum

func (Hybrid_FusionType) EnumDescriptor deprecated

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

Deprecated: Use Hybrid_FusionType.Descriptor instead.

func (Hybrid_FusionType) Number

func (Hybrid_FusionType) String

func (x Hybrid_FusionType) String() string

func (Hybrid_FusionType) Type

type Hybrid_VectorDistance added in v1.26.3

type Hybrid_VectorDistance struct {
	VectorDistance float32 `protobuf:"fixed32,20,opt,name=vector_distance,json=vectorDistance,proto3,oneof"`
}

type IntArray

type IntArray struct {
	Values []int64 `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*IntArray) Descriptor deprecated

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

Deprecated: Use IntArray.ProtoReflect.Descriptor instead.

func (*IntArray) GetValues

func (x *IntArray) GetValues() []int64

func (*IntArray) ProtoMessage

func (*IntArray) ProtoMessage()

func (*IntArray) ProtoReflect

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

func (*IntArray) Reset

func (x *IntArray) Reset()

func (*IntArray) String

func (x *IntArray) String() string

type IntArrayProperties

type IntArrayProperties struct {
	Values   []int64 `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
	PropName string  `protobuf:"bytes,2,opt,name=prop_name,json=propName,proto3" json:"prop_name,omitempty"`
	// contains filtered or unexported fields
}

func (*IntArrayProperties) Descriptor deprecated

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

Deprecated: Use IntArrayProperties.ProtoReflect.Descriptor instead.

func (*IntArrayProperties) GetPropName

func (x *IntArrayProperties) GetPropName() string

func (*IntArrayProperties) GetValues

func (x *IntArrayProperties) GetValues() []int64

func (*IntArrayProperties) ProtoMessage

func (*IntArrayProperties) ProtoMessage()

func (*IntArrayProperties) ProtoReflect

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

func (*IntArrayProperties) Reset

func (x *IntArrayProperties) Reset()

func (*IntArrayProperties) String

func (x *IntArrayProperties) String() string

type IntValues added in v1.25.0

type IntValues struct {

	//*
	// The values are stored as a byte array, where each 8 bytes represent a single int64 value.
	// The byte array is stored in little-endian order using uint64 encoding.
	Values []byte `protobuf:"bytes,1,opt,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*IntValues) Descriptor deprecated added in v1.25.0

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

Deprecated: Use IntValues.ProtoReflect.Descriptor instead.

func (*IntValues) GetValues added in v1.25.0

func (x *IntValues) GetValues() []byte

func (*IntValues) ProtoMessage added in v1.25.0

func (*IntValues) ProtoMessage()

func (*IntValues) ProtoReflect added in v1.25.0

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

func (*IntValues) Reset added in v1.25.0

func (x *IntValues) Reset()

func (*IntValues) String added in v1.25.0

func (x *IntValues) String() string

type ListValue added in v1.23.0

type ListValue struct {

	// Deprecated: Do not use.
	Values []*Value `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// Types that are assignable to Kind:
	//	*ListValue_NumberValues
	//	*ListValue_BoolValues
	//	*ListValue_ObjectValues
	//	*ListValue_DateValues
	//	*ListValue_UuidValues
	//	*ListValue_IntValues
	//	*ListValue_TextValues
	Kind isListValue_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*ListValue) Descriptor deprecated added in v1.23.0

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

Deprecated: Use ListValue.ProtoReflect.Descriptor instead.

func (*ListValue) GetBoolValues added in v1.25.0

func (x *ListValue) GetBoolValues() *BoolValues

func (*ListValue) GetDateValues added in v1.25.0

func (x *ListValue) GetDateValues() *DateValues

func (*ListValue) GetIntValues added in v1.25.0

func (x *ListValue) GetIntValues() *IntValues

func (*ListValue) GetKind added in v1.25.0

func (m *ListValue) GetKind() isListValue_Kind

func (*ListValue) GetNumberValues added in v1.25.0

func (x *ListValue) GetNumberValues() *NumberValues

func (*ListValue) GetObjectValues added in v1.25.0

func (x *ListValue) GetObjectValues() *ObjectValues

func (*ListValue) GetTextValues added in v1.25.0

func (x *ListValue) GetTextValues() *TextValues

func (*ListValue) GetUuidValues added in v1.25.0

func (x *ListValue) GetUuidValues() *UuidValues

func (*ListValue) GetValues deprecated added in v1.23.0

func (x *ListValue) GetValues() []*Value

Deprecated: Do not use.

func (*ListValue) ProtoMessage added in v1.23.0

func (*ListValue) ProtoMessage()

func (*ListValue) ProtoReflect added in v1.23.0

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

func (*ListValue) Reset added in v1.23.0

func (x *ListValue) Reset()

func (*ListValue) String added in v1.23.0

func (x *ListValue) String() string

type ListValue_BoolValues added in v1.25.0

type ListValue_BoolValues struct {
	BoolValues *BoolValues `protobuf:"bytes,3,opt,name=bool_values,json=boolValues,proto3,oneof"`
}

type ListValue_DateValues added in v1.25.0

type ListValue_DateValues struct {
	DateValues *DateValues `protobuf:"bytes,5,opt,name=date_values,json=dateValues,proto3,oneof"`
}

type ListValue_IntValues added in v1.25.0

type ListValue_IntValues struct {
	IntValues *IntValues `protobuf:"bytes,7,opt,name=int_values,json=intValues,proto3,oneof"`
}

type ListValue_NumberValues added in v1.25.0

type ListValue_NumberValues struct {
	NumberValues *NumberValues `protobuf:"bytes,2,opt,name=number_values,json=numberValues,proto3,oneof"`
}

type ListValue_ObjectValues added in v1.25.0

type ListValue_ObjectValues struct {
	ObjectValues *ObjectValues `protobuf:"bytes,4,opt,name=object_values,json=objectValues,proto3,oneof"`
}

type ListValue_TextValues added in v1.25.0

type ListValue_TextValues struct {
	TextValues *TextValues `protobuf:"bytes,8,opt,name=text_values,json=textValues,proto3,oneof"`
}

type ListValue_UuidValues added in v1.25.0

type ListValue_UuidValues struct {
	UuidValues *UuidValues `protobuf:"bytes,6,opt,name=uuid_values,json=uuidValues,proto3,oneof"`
}

type MetadataRequest

type MetadataRequest struct {
	Uuid               bool     `protobuf:"varint,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Vector             bool     `protobuf:"varint,2,opt,name=vector,proto3" json:"vector,omitempty"`
	CreationTimeUnix   bool     `protobuf:"varint,3,opt,name=creation_time_unix,json=creationTimeUnix,proto3" json:"creation_time_unix,omitempty"`
	LastUpdateTimeUnix bool     `protobuf:"varint,4,opt,name=last_update_time_unix,json=lastUpdateTimeUnix,proto3" json:"last_update_time_unix,omitempty"`
	Distance           bool     `protobuf:"varint,5,opt,name=distance,proto3" json:"distance,omitempty"`
	Certainty          bool     `protobuf:"varint,6,opt,name=certainty,proto3" json:"certainty,omitempty"`
	Score              bool     `protobuf:"varint,7,opt,name=score,proto3" json:"score,omitempty"`
	ExplainScore       bool     `protobuf:"varint,8,opt,name=explain_score,json=explainScore,proto3" json:"explain_score,omitempty"`
	IsConsistent       bool     `protobuf:"varint,9,opt,name=is_consistent,json=isConsistent,proto3" json:"is_consistent,omitempty"`
	Vectors            []string `protobuf:"bytes,10,rep,name=vectors,proto3" json:"vectors,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataRequest) Descriptor deprecated

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

Deprecated: Use MetadataRequest.ProtoReflect.Descriptor instead.

func (*MetadataRequest) GetCertainty

func (x *MetadataRequest) GetCertainty() bool

func (*MetadataRequest) GetCreationTimeUnix

func (x *MetadataRequest) GetCreationTimeUnix() bool

func (*MetadataRequest) GetDistance

func (x *MetadataRequest) GetDistance() bool

func (*MetadataRequest) GetExplainScore

func (x *MetadataRequest) GetExplainScore() bool

func (*MetadataRequest) GetIsConsistent

func (x *MetadataRequest) GetIsConsistent() bool

func (*MetadataRequest) GetLastUpdateTimeUnix

func (x *MetadataRequest) GetLastUpdateTimeUnix() bool

func (*MetadataRequest) GetScore

func (x *MetadataRequest) GetScore() bool

func (*MetadataRequest) GetUuid

func (x *MetadataRequest) GetUuid() bool

func (*MetadataRequest) GetVector

func (x *MetadataRequest) GetVector() bool

func (*MetadataRequest) GetVectors added in v1.24.0

func (x *MetadataRequest) GetVectors() []string

func (*MetadataRequest) ProtoMessage

func (*MetadataRequest) ProtoMessage()

func (*MetadataRequest) ProtoReflect

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

func (*MetadataRequest) Reset

func (x *MetadataRequest) Reset()

func (*MetadataRequest) String

func (x *MetadataRequest) String() string

type MetadataResult

type MetadataResult struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
	//
	// Deprecated: Do not use.
	Vector                    []float32 `protobuf:"fixed32,2,rep,packed,name=vector,proto3" json:"vector,omitempty"`
	CreationTimeUnix          int64     `protobuf:"varint,3,opt,name=creation_time_unix,json=creationTimeUnix,proto3" json:"creation_time_unix,omitempty"`
	CreationTimeUnixPresent   bool      `` /* 135-byte string literal not displayed */
	LastUpdateTimeUnix        int64     `protobuf:"varint,5,opt,name=last_update_time_unix,json=lastUpdateTimeUnix,proto3" json:"last_update_time_unix,omitempty"`
	LastUpdateTimeUnixPresent bool      `` /* 143-byte string literal not displayed */
	Distance                  float32   `protobuf:"fixed32,7,opt,name=distance,proto3" json:"distance,omitempty"`
	DistancePresent           bool      `protobuf:"varint,8,opt,name=distance_present,json=distancePresent,proto3" json:"distance_present,omitempty"`
	Certainty                 float32   `protobuf:"fixed32,9,opt,name=certainty,proto3" json:"certainty,omitempty"`
	CertaintyPresent          bool      `protobuf:"varint,10,opt,name=certainty_present,json=certaintyPresent,proto3" json:"certainty_present,omitempty"`
	Score                     float32   `protobuf:"fixed32,11,opt,name=score,proto3" json:"score,omitempty"`
	ScorePresent              bool      `protobuf:"varint,12,opt,name=score_present,json=scorePresent,proto3" json:"score_present,omitempty"`
	ExplainScore              string    `protobuf:"bytes,13,opt,name=explain_score,json=explainScore,proto3" json:"explain_score,omitempty"`
	ExplainScorePresent       bool      `protobuf:"varint,14,opt,name=explain_score_present,json=explainScorePresent,proto3" json:"explain_score_present,omitempty"`
	IsConsistent              *bool     `protobuf:"varint,15,opt,name=is_consistent,json=isConsistent,proto3,oneof" json:"is_consistent,omitempty"`
	// Deprecated: Do not use.
	Generative string `protobuf:"bytes,16,opt,name=generative,proto3" json:"generative,omitempty"`
	// Deprecated: Do not use.
	GenerativePresent   bool       `protobuf:"varint,17,opt,name=generative_present,json=generativePresent,proto3" json:"generative_present,omitempty"`
	IsConsistentPresent bool       `protobuf:"varint,18,opt,name=is_consistent_present,json=isConsistentPresent,proto3" json:"is_consistent_present,omitempty"`
	VectorBytes         []byte     `protobuf:"bytes,19,opt,name=vector_bytes,json=vectorBytes,proto3" json:"vector_bytes,omitempty"`
	IdAsBytes           []byte     `protobuf:"bytes,20,opt,name=id_as_bytes,json=idAsBytes,proto3" json:"id_as_bytes,omitempty"`
	RerankScore         float64    `protobuf:"fixed64,21,opt,name=rerank_score,json=rerankScore,proto3" json:"rerank_score,omitempty"`
	RerankScorePresent  bool       `protobuf:"varint,22,opt,name=rerank_score_present,json=rerankScorePresent,proto3" json:"rerank_score_present,omitempty"`
	Vectors             []*Vectors `protobuf:"bytes,23,rep,name=vectors,proto3" json:"vectors,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataResult) Descriptor deprecated

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

Deprecated: Use MetadataResult.ProtoReflect.Descriptor instead.

func (*MetadataResult) GetCertainty

func (x *MetadataResult) GetCertainty() float32

func (*MetadataResult) GetCertaintyPresent

func (x *MetadataResult) GetCertaintyPresent() bool

func (*MetadataResult) GetCreationTimeUnix

func (x *MetadataResult) GetCreationTimeUnix() int64

func (*MetadataResult) GetCreationTimeUnixPresent

func (x *MetadataResult) GetCreationTimeUnixPresent() bool

func (*MetadataResult) GetDistance

func (x *MetadataResult) GetDistance() float32

func (*MetadataResult) GetDistancePresent

func (x *MetadataResult) GetDistancePresent() bool

func (*MetadataResult) GetExplainScore

func (x *MetadataResult) GetExplainScore() string

func (*MetadataResult) GetExplainScorePresent

func (x *MetadataResult) GetExplainScorePresent() bool

func (*MetadataResult) GetGenerative deprecated

func (x *MetadataResult) GetGenerative() string

Deprecated: Do not use.

func (*MetadataResult) GetGenerativePresent deprecated

func (x *MetadataResult) GetGenerativePresent() bool

Deprecated: Do not use.

func (*MetadataResult) GetId

func (x *MetadataResult) GetId() string

func (*MetadataResult) GetIdAsBytes added in v1.23.1

func (x *MetadataResult) GetIdAsBytes() []byte

func (*MetadataResult) GetIsConsistent

func (x *MetadataResult) GetIsConsistent() bool

func (*MetadataResult) GetIsConsistentPresent added in v1.22.4

func (x *MetadataResult) GetIsConsistentPresent() bool

func (*MetadataResult) GetLastUpdateTimeUnix

func (x *MetadataResult) GetLastUpdateTimeUnix() int64

func (*MetadataResult) GetLastUpdateTimeUnixPresent

func (x *MetadataResult) GetLastUpdateTimeUnixPresent() bool

func (*MetadataResult) GetRerankScore added in v1.23.1

func (x *MetadataResult) GetRerankScore() float64

func (*MetadataResult) GetRerankScorePresent added in v1.23.1

func (x *MetadataResult) GetRerankScorePresent() bool

func (*MetadataResult) GetScore

func (x *MetadataResult) GetScore() float32

func (*MetadataResult) GetScorePresent

func (x *MetadataResult) GetScorePresent() bool

func (*MetadataResult) GetVector deprecated

func (x *MetadataResult) GetVector() []float32

Deprecated: Do not use.

func (*MetadataResult) GetVectorBytes added in v1.22.6

func (x *MetadataResult) GetVectorBytes() []byte

func (*MetadataResult) GetVectors added in v1.24.0

func (x *MetadataResult) GetVectors() []*Vectors

func (*MetadataResult) ProtoMessage

func (*MetadataResult) ProtoMessage()

func (*MetadataResult) ProtoReflect

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

func (*MetadataResult) Reset

func (x *MetadataResult) Reset()

func (*MetadataResult) String

func (x *MetadataResult) String() string

type NearAudioSearch

type NearAudioSearch struct {
	Audio     string   `protobuf:"bytes,1,opt,name=audio,proto3" json:"audio,omitempty"`
	Certainty *float64 `protobuf:"fixed64,2,opt,name=certainty,proto3,oneof" json:"certainty,omitempty"`
	Distance  *float64 `protobuf:"fixed64,3,opt,name=distance,proto3,oneof" json:"distance,omitempty"`
	// Deprecated: Do not use.
	TargetVectors []string `protobuf:"bytes,4,rep,name=target_vectors,json=targetVectors,proto3" json:"target_vectors,omitempty"` // deprecated in 1.26 - use targets
	Targets       *Targets `protobuf:"bytes,5,opt,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (*NearAudioSearch) Descriptor deprecated

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

Deprecated: Use NearAudioSearch.ProtoReflect.Descriptor instead.

func (*NearAudioSearch) GetAudio

func (x *NearAudioSearch) GetAudio() string

func (*NearAudioSearch) GetCertainty

func (x *NearAudioSearch) GetCertainty() float64

func (*NearAudioSearch) GetDistance

func (x *NearAudioSearch) GetDistance() float64

func (*NearAudioSearch) GetTargetVectors deprecated added in v1.24.0

func (x *NearAudioSearch) GetTargetVectors() []string

Deprecated: Do not use.

func (*NearAudioSearch) GetTargets added in v1.26.0

func (x *NearAudioSearch) GetTargets() *Targets

func (*NearAudioSearch) ProtoMessage

func (*NearAudioSearch) ProtoMessage()

func (*NearAudioSearch) ProtoReflect

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

func (*NearAudioSearch) Reset

func (x *NearAudioSearch) Reset()

func (*NearAudioSearch) String

func (x *NearAudioSearch) String() string

type NearDepthSearch added in v1.23.4

type NearDepthSearch struct {
	Depth     string   `protobuf:"bytes,1,opt,name=depth,proto3" json:"depth,omitempty"`
	Certainty *float64 `protobuf:"fixed64,2,opt,name=certainty,proto3,oneof" json:"certainty,omitempty"`
	Distance  *float64 `protobuf:"fixed64,3,opt,name=distance,proto3,oneof" json:"distance,omitempty"`
	// Deprecated: Do not use.
	TargetVectors []string `protobuf:"bytes,4,rep,name=target_vectors,json=targetVectors,proto3" json:"target_vectors,omitempty"` // deprecated in 1.26 - use targets
	Targets       *Targets `protobuf:"bytes,5,opt,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (*NearDepthSearch) Descriptor deprecated added in v1.23.4

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

Deprecated: Use NearDepthSearch.ProtoReflect.Descriptor instead.

func (*NearDepthSearch) GetCertainty added in v1.23.4

func (x *NearDepthSearch) GetCertainty() float64

func (*NearDepthSearch) GetDepth added in v1.23.4

func (x *NearDepthSearch) GetDepth() string

func (*NearDepthSearch) GetDistance added in v1.23.4

func (x *NearDepthSearch) GetDistance() float64

func (*NearDepthSearch) GetTargetVectors deprecated added in v1.24.0

func (x *NearDepthSearch) GetTargetVectors() []string

Deprecated: Do not use.

func (*NearDepthSearch) GetTargets added in v1.26.0

func (x *NearDepthSearch) GetTargets() *Targets

func (*NearDepthSearch) ProtoMessage added in v1.23.4

func (*NearDepthSearch) ProtoMessage()

func (*NearDepthSearch) ProtoReflect added in v1.23.4

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

func (*NearDepthSearch) Reset added in v1.23.4

func (x *NearDepthSearch) Reset()

func (*NearDepthSearch) String added in v1.23.4

func (x *NearDepthSearch) String() string

type NearIMUSearch added in v1.23.4

type NearIMUSearch struct {
	Imu       string   `protobuf:"bytes,1,opt,name=imu,proto3" json:"imu,omitempty"`
	Certainty *float64 `protobuf:"fixed64,2,opt,name=certainty,proto3,oneof" json:"certainty,omitempty"`
	Distance  *float64 `protobuf:"fixed64,3,opt,name=distance,proto3,oneof" json:"distance,omitempty"`
	// Deprecated: Do not use.
	TargetVectors []string `protobuf:"bytes,4,rep,name=target_vectors,json=targetVectors,proto3" json:"target_vectors,omitempty"` // deprecated in 1.26 - use targets
	Targets       *Targets `protobuf:"bytes,5,opt,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (*NearIMUSearch) Descriptor deprecated added in v1.23.4

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

Deprecated: Use NearIMUSearch.ProtoReflect.Descriptor instead.

func (*NearIMUSearch) GetCertainty added in v1.23.4

func (x *NearIMUSearch) GetCertainty() float64

func (*NearIMUSearch) GetDistance added in v1.23.4

func (x *NearIMUSearch) GetDistance() float64

func (*NearIMUSearch) GetImu added in v1.23.4

func (x *NearIMUSearch) GetImu() string

func (*NearIMUSearch) GetTargetVectors deprecated added in v1.24.0

func (x *NearIMUSearch) GetTargetVectors() []string

Deprecated: Do not use.

func (*NearIMUSearch) GetTargets added in v1.26.0

func (x *NearIMUSearch) GetTargets() *Targets

func (*NearIMUSearch) ProtoMessage added in v1.23.4

func (*NearIMUSearch) ProtoMessage()

func (*NearIMUSearch) ProtoReflect added in v1.23.4

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

func (*NearIMUSearch) Reset added in v1.23.4

func (x *NearIMUSearch) Reset()

func (*NearIMUSearch) String added in v1.23.4

func (x *NearIMUSearch) String() string

type NearImageSearch

type NearImageSearch struct {
	Image     string   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Certainty *float64 `protobuf:"fixed64,2,opt,name=certainty,proto3,oneof" json:"certainty,omitempty"`
	Distance  *float64 `protobuf:"fixed64,3,opt,name=distance,proto3,oneof" json:"distance,omitempty"`
	// Deprecated: Do not use.
	TargetVectors []string `protobuf:"bytes,4,rep,name=target_vectors,json=targetVectors,proto3" json:"target_vectors,omitempty"` // deprecated in 1.26 - use targets
	Targets       *Targets `protobuf:"bytes,5,opt,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (*NearImageSearch) Descriptor deprecated

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

Deprecated: Use NearImageSearch.ProtoReflect.Descriptor instead.

func (*NearImageSearch) GetCertainty

func (x *NearImageSearch) GetCertainty() float64

func (*NearImageSearch) GetDistance

func (x *NearImageSearch) GetDistance() float64

func (*NearImageSearch) GetImage

func (x *NearImageSearch) GetImage() string

func (*NearImageSearch) GetTargetVectors deprecated added in v1.24.0

func (x *NearImageSearch) GetTargetVectors() []string

Deprecated: Do not use.

func (*NearImageSearch) GetTargets added in v1.26.0

func (x *NearImageSearch) GetTargets() *Targets

func (*NearImageSearch) ProtoMessage

func (*NearImageSearch) ProtoMessage()

func (*NearImageSearch) ProtoReflect

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

func (*NearImageSearch) Reset

func (x *NearImageSearch) Reset()

func (*NearImageSearch) String

func (x *NearImageSearch) String() string

type NearObject

type NearObject struct {
	Id        string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Certainty *float64 `protobuf:"fixed64,2,opt,name=certainty,proto3,oneof" json:"certainty,omitempty"`
	Distance  *float64 `protobuf:"fixed64,3,opt,name=distance,proto3,oneof" json:"distance,omitempty"`
	// Deprecated: Do not use.
	TargetVectors []string `protobuf:"bytes,4,rep,name=target_vectors,json=targetVectors,proto3" json:"target_vectors,omitempty"` // deprecated in 1.26 - use targets
	Targets       *Targets `protobuf:"bytes,5,opt,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (*NearObject) Descriptor deprecated

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

Deprecated: Use NearObject.ProtoReflect.Descriptor instead.

func (*NearObject) GetCertainty

func (x *NearObject) GetCertainty() float64

func (*NearObject) GetDistance

func (x *NearObject) GetDistance() float64

func (*NearObject) GetId

func (x *NearObject) GetId() string

func (*NearObject) GetTargetVectors deprecated added in v1.24.0

func (x *NearObject) GetTargetVectors() []string

Deprecated: Do not use.

func (*NearObject) GetTargets added in v1.26.0

func (x *NearObject) GetTargets() *Targets

func (*NearObject) ProtoMessage

func (*NearObject) ProtoMessage()

func (*NearObject) ProtoReflect

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

func (*NearObject) Reset

func (x *NearObject) Reset()

func (*NearObject) String

func (x *NearObject) String() string

type NearTextSearch

type NearTextSearch struct {

	// protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
	Query     []string             `protobuf:"bytes,1,rep,name=query,proto3" json:"query,omitempty"`
	Certainty *float64             `protobuf:"fixed64,2,opt,name=certainty,proto3,oneof" json:"certainty,omitempty"`
	Distance  *float64             `protobuf:"fixed64,3,opt,name=distance,proto3,oneof" json:"distance,omitempty"`
	MoveTo    *NearTextSearch_Move `protobuf:"bytes,4,opt,name=move_to,json=moveTo,proto3,oneof" json:"move_to,omitempty"`
	MoveAway  *NearTextSearch_Move `protobuf:"bytes,5,opt,name=move_away,json=moveAway,proto3,oneof" json:"move_away,omitempty"`
	// Deprecated: Do not use.
	TargetVectors []string `protobuf:"bytes,6,rep,name=target_vectors,json=targetVectors,proto3" json:"target_vectors,omitempty"` // deprecated in 1.26 - use targets
	Targets       *Targets `protobuf:"bytes,7,opt,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (*NearTextSearch) Descriptor deprecated

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

Deprecated: Use NearTextSearch.ProtoReflect.Descriptor instead.

func (*NearTextSearch) GetCertainty

func (x *NearTextSearch) GetCertainty() float64

func (*NearTextSearch) GetDistance

func (x *NearTextSearch) GetDistance() float64

func (*NearTextSearch) GetMoveAway

func (x *NearTextSearch) GetMoveAway() *NearTextSearch_Move

func (*NearTextSearch) GetMoveTo

func (x *NearTextSearch) GetMoveTo() *NearTextSearch_Move

func (*NearTextSearch) GetQuery

func (x *NearTextSearch) GetQuery() []string

func (*NearTextSearch) GetTargetVectors deprecated added in v1.24.0

func (x *NearTextSearch) GetTargetVectors() []string

Deprecated: Do not use.

func (*NearTextSearch) GetTargets added in v1.26.0

func (x *NearTextSearch) GetTargets() *Targets

func (*NearTextSearch) ProtoMessage

func (*NearTextSearch) ProtoMessage()

func (*NearTextSearch) ProtoReflect

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

func (*NearTextSearch) Reset

func (x *NearTextSearch) Reset()

func (*NearTextSearch) String

func (x *NearTextSearch) String() string

type NearTextSearch_Move

type NearTextSearch_Move struct {
	Force    float32  `protobuf:"fixed32,1,opt,name=force,proto3" json:"force,omitempty"`
	Concepts []string `protobuf:"bytes,2,rep,name=concepts,proto3" json:"concepts,omitempty"`
	Uuids    []string `protobuf:"bytes,3,rep,name=uuids,proto3" json:"uuids,omitempty"`
	// contains filtered or unexported fields
}

func (*NearTextSearch_Move) Descriptor deprecated

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

Deprecated: Use NearTextSearch_Move.ProtoReflect.Descriptor instead.

func (*NearTextSearch_Move) GetConcepts

func (x *NearTextSearch_Move) GetConcepts() []string

func (*NearTextSearch_Move) GetForce

func (x *NearTextSearch_Move) GetForce() float32

func (*NearTextSearch_Move) GetUuids

func (x *NearTextSearch_Move) GetUuids() []string

func (*NearTextSearch_Move) ProtoMessage

func (*NearTextSearch_Move) ProtoMessage()

func (*NearTextSearch_Move) ProtoReflect

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

func (*NearTextSearch_Move) Reset

func (x *NearTextSearch_Move) Reset()

func (*NearTextSearch_Move) String

func (x *NearTextSearch_Move) String() string

type NearThermalSearch added in v1.23.4

type NearThermalSearch struct {
	Thermal   string   `protobuf:"bytes,1,opt,name=thermal,proto3" json:"thermal,omitempty"`
	Certainty *float64 `protobuf:"fixed64,2,opt,name=certainty,proto3,oneof" json:"certainty,omitempty"`
	Distance  *float64 `protobuf:"fixed64,3,opt,name=distance,proto3,oneof" json:"distance,omitempty"`
	// Deprecated: Do not use.
	TargetVectors []string `protobuf:"bytes,4,rep,name=target_vectors,json=targetVectors,proto3" json:"target_vectors,omitempty"` // deprecated in 1.26 - use targets
	Targets       *Targets `protobuf:"bytes,5,opt,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (*NearThermalSearch) Descriptor deprecated added in v1.23.4

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

Deprecated: Use NearThermalSearch.ProtoReflect.Descriptor instead.

func (*NearThermalSearch) GetCertainty added in v1.23.4

func (x *NearThermalSearch) GetCertainty() float64

func (*NearThermalSearch) GetDistance added in v1.23.4

func (x *NearThermalSearch) GetDistance() float64

func (*NearThermalSearch) GetTargetVectors deprecated added in v1.24.0

func (x *NearThermalSearch) GetTargetVectors() []string

Deprecated: Do not use.

func (*NearThermalSearch) GetTargets added in v1.26.0

func (x *NearThermalSearch) GetTargets() *Targets

func (*NearThermalSearch) GetThermal added in v1.23.4

func (x *NearThermalSearch) GetThermal() string

func (*NearThermalSearch) ProtoMessage added in v1.23.4

func (*NearThermalSearch) ProtoMessage()

func (*NearThermalSearch) ProtoReflect added in v1.23.4

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

func (*NearThermalSearch) Reset added in v1.23.4

func (x *NearThermalSearch) Reset()

func (*NearThermalSearch) String added in v1.23.4

func (x *NearThermalSearch) String() string

type NearVector

type NearVector struct {

	// protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
	//
	// Deprecated: Do not use.
	Vector      []float32 `protobuf:"fixed32,1,rep,packed,name=vector,proto3" json:"vector,omitempty"` // will be removed in the future, use vector_bytes
	Certainty   *float64  `protobuf:"fixed64,2,opt,name=certainty,proto3,oneof" json:"certainty,omitempty"`
	Distance    *float64  `protobuf:"fixed64,3,opt,name=distance,proto3,oneof" json:"distance,omitempty"`
	VectorBytes []byte    `protobuf:"bytes,4,opt,name=vector_bytes,json=vectorBytes,proto3" json:"vector_bytes,omitempty"`
	// Deprecated: Do not use.
	TargetVectors []string `protobuf:"bytes,5,rep,name=target_vectors,json=targetVectors,proto3" json:"target_vectors,omitempty"` // deprecated in 1.26 - use targets
	Targets       *Targets `protobuf:"bytes,6,opt,name=targets,proto3" json:"targets,omitempty"`
	// Deprecated: Do not use.
	VectorPerTarget map[string][]byte `` // deprecated in 1.26.2 - use vector_for_targets
	/* 196-byte string literal not displayed */
	VectorForTargets []*VectorForTarget `protobuf:"bytes,8,rep,name=vector_for_targets,json=vectorForTargets,proto3" json:"vector_for_targets,omitempty"`
	// contains filtered or unexported fields
}

func (*NearVector) Descriptor deprecated

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

Deprecated: Use NearVector.ProtoReflect.Descriptor instead.

func (*NearVector) GetCertainty

func (x *NearVector) GetCertainty() float64

func (*NearVector) GetDistance

func (x *NearVector) GetDistance() float64

func (*NearVector) GetTargetVectors deprecated added in v1.24.0

func (x *NearVector) GetTargetVectors() []string

Deprecated: Do not use.

func (*NearVector) GetTargets added in v1.26.0

func (x *NearVector) GetTargets() *Targets

func (*NearVector) GetVector deprecated

func (x *NearVector) GetVector() []float32

Deprecated: Do not use.

func (*NearVector) GetVectorBytes added in v1.22.6

func (x *NearVector) GetVectorBytes() []byte

func (*NearVector) GetVectorForTargets added in v1.27.0

func (x *NearVector) GetVectorForTargets() []*VectorForTarget

func (*NearVector) GetVectorPerTarget deprecated added in v1.26.0

func (x *NearVector) GetVectorPerTarget() map[string][]byte

Deprecated: Do not use.

func (*NearVector) ProtoMessage

func (*NearVector) ProtoMessage()

func (*NearVector) ProtoReflect

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

func (*NearVector) Reset

func (x *NearVector) Reset()

func (*NearVector) String

func (x *NearVector) String() string

type NearVideoSearch

type NearVideoSearch struct {
	Video     string   `protobuf:"bytes,1,opt,name=video,proto3" json:"video,omitempty"`
	Certainty *float64 `protobuf:"fixed64,2,opt,name=certainty,proto3,oneof" json:"certainty,omitempty"`
	Distance  *float64 `protobuf:"fixed64,3,opt,name=distance,proto3,oneof" json:"distance,omitempty"`
	// Deprecated: Do not use.
	TargetVectors []string `protobuf:"bytes,4,rep,name=target_vectors,json=targetVectors,proto3" json:"target_vectors,omitempty"` // deprecated in 1.26 - use targets
	Targets       *Targets `protobuf:"bytes,5,opt,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (*NearVideoSearch) Descriptor deprecated

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

Deprecated: Use NearVideoSearch.ProtoReflect.Descriptor instead.

func (*NearVideoSearch) GetCertainty

func (x *NearVideoSearch) GetCertainty() float64

func (*NearVideoSearch) GetDistance

func (x *NearVideoSearch) GetDistance() float64

func (*NearVideoSearch) GetTargetVectors deprecated added in v1.24.0

func (x *NearVideoSearch) GetTargetVectors() []string

Deprecated: Do not use.

func (*NearVideoSearch) GetTargets added in v1.26.0

func (x *NearVideoSearch) GetTargets() *Targets

func (*NearVideoSearch) GetVideo

func (x *NearVideoSearch) GetVideo() string

func (*NearVideoSearch) ProtoMessage

func (*NearVideoSearch) ProtoMessage()

func (*NearVideoSearch) ProtoReflect

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

func (*NearVideoSearch) Reset

func (x *NearVideoSearch) Reset()

func (*NearVideoSearch) String

func (x *NearVideoSearch) String() string

type NumberArray

type NumberArray struct {
	Values []float64 `protobuf:"fixed64,1,rep,packed,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*NumberArray) Descriptor deprecated

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

Deprecated: Use NumberArray.ProtoReflect.Descriptor instead.

func (*NumberArray) GetValues

func (x *NumberArray) GetValues() []float64

func (*NumberArray) ProtoMessage

func (*NumberArray) ProtoMessage()

func (*NumberArray) ProtoReflect

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

func (*NumberArray) Reset

func (x *NumberArray) Reset()

func (*NumberArray) String

func (x *NumberArray) String() string

type NumberArrayProperties

type NumberArrayProperties struct {

	// Deprecated: Do not use.
	Values      []float64 `protobuf:"fixed64,1,rep,packed,name=values,proto3" json:"values,omitempty"` // will be removed in the future, use vector_bytes
	PropName    string    `protobuf:"bytes,2,opt,name=prop_name,json=propName,proto3" json:"prop_name,omitempty"`
	ValuesBytes []byte    `protobuf:"bytes,3,opt,name=values_bytes,json=valuesBytes,proto3" json:"values_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*NumberArrayProperties) Descriptor deprecated

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

Deprecated: Use NumberArrayProperties.ProtoReflect.Descriptor instead.

func (*NumberArrayProperties) GetPropName

func (x *NumberArrayProperties) GetPropName() string

func (*NumberArrayProperties) GetValues deprecated

func (x *NumberArrayProperties) GetValues() []float64

Deprecated: Do not use.

func (*NumberArrayProperties) GetValuesBytes added in v1.22.6

func (x *NumberArrayProperties) GetValuesBytes() []byte

func (*NumberArrayProperties) ProtoMessage

func (*NumberArrayProperties) ProtoMessage()

func (*NumberArrayProperties) ProtoReflect

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

func (*NumberArrayProperties) Reset

func (x *NumberArrayProperties) Reset()

func (*NumberArrayProperties) String

func (x *NumberArrayProperties) String() string

type NumberValues added in v1.25.0

type NumberValues struct {

	//*
	// The values are stored as a byte array, where each 8 bytes represent a single float64 value.
	// The byte array is stored in little-endian order using uint64 encoding.
	Values []byte `protobuf:"bytes,1,opt,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*NumberValues) Descriptor deprecated added in v1.25.0

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

Deprecated: Use NumberValues.ProtoReflect.Descriptor instead.

func (*NumberValues) GetValues added in v1.25.0

func (x *NumberValues) GetValues() []byte

func (*NumberValues) ProtoMessage added in v1.25.0

func (*NumberValues) ProtoMessage()

func (*NumberValues) ProtoReflect added in v1.25.0

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

func (*NumberValues) Reset added in v1.25.0

func (x *NumberValues) Reset()

func (*NumberValues) String added in v1.25.0

func (x *NumberValues) String() string

type ObjectArrayProperties

type ObjectArrayProperties struct {
	Values   []*ObjectPropertiesValue `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	PropName string                   `protobuf:"bytes,2,opt,name=prop_name,json=propName,proto3" json:"prop_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectArrayProperties) Descriptor deprecated

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

Deprecated: Use ObjectArrayProperties.ProtoReflect.Descriptor instead.

func (*ObjectArrayProperties) GetPropName

func (x *ObjectArrayProperties) GetPropName() string

func (*ObjectArrayProperties) GetValues

func (x *ObjectArrayProperties) GetValues() []*ObjectPropertiesValue

func (*ObjectArrayProperties) ProtoMessage

func (*ObjectArrayProperties) ProtoMessage()

func (*ObjectArrayProperties) ProtoReflect

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

func (*ObjectArrayProperties) Reset

func (x *ObjectArrayProperties) Reset()

func (*ObjectArrayProperties) String

func (x *ObjectArrayProperties) String() string

type ObjectProperties

type ObjectProperties struct {
	Value    *ObjectPropertiesValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	PropName string                 `protobuf:"bytes,2,opt,name=prop_name,json=propName,proto3" json:"prop_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectProperties) Descriptor deprecated

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

Deprecated: Use ObjectProperties.ProtoReflect.Descriptor instead.

func (*ObjectProperties) GetPropName

func (x *ObjectProperties) GetPropName() string

func (*ObjectProperties) GetValue

func (x *ObjectProperties) GetValue() *ObjectPropertiesValue

func (*ObjectProperties) ProtoMessage

func (*ObjectProperties) ProtoMessage()

func (*ObjectProperties) ProtoReflect

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

func (*ObjectProperties) Reset

func (x *ObjectProperties) Reset()

func (*ObjectProperties) String

func (x *ObjectProperties) String() string

type ObjectPropertiesRequest

type ObjectPropertiesRequest struct {
	PropName            string                     `protobuf:"bytes,1,opt,name=prop_name,json=propName,proto3" json:"prop_name,omitempty"`
	PrimitiveProperties []string                   `protobuf:"bytes,2,rep,name=primitive_properties,json=primitiveProperties,proto3" json:"primitive_properties,omitempty"`
	ObjectProperties    []*ObjectPropertiesRequest `protobuf:"bytes,3,rep,name=object_properties,json=objectProperties,proto3" json:"object_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectPropertiesRequest) Descriptor deprecated

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

Deprecated: Use ObjectPropertiesRequest.ProtoReflect.Descriptor instead.

func (*ObjectPropertiesRequest) GetObjectProperties

func (x *ObjectPropertiesRequest) GetObjectProperties() []*ObjectPropertiesRequest

func (*ObjectPropertiesRequest) GetPrimitiveProperties

func (x *ObjectPropertiesRequest) GetPrimitiveProperties() []string

func (*ObjectPropertiesRequest) GetPropName

func (x *ObjectPropertiesRequest) GetPropName() string

func (*ObjectPropertiesRequest) ProtoMessage

func (*ObjectPropertiesRequest) ProtoMessage()

func (*ObjectPropertiesRequest) ProtoReflect

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

func (*ObjectPropertiesRequest) Reset

func (x *ObjectPropertiesRequest) Reset()

func (*ObjectPropertiesRequest) String

func (x *ObjectPropertiesRequest) String() string

type ObjectPropertiesValue

type ObjectPropertiesValue struct {
	NonRefProperties       *structpb.Struct          `protobuf:"bytes,1,opt,name=non_ref_properties,json=nonRefProperties,proto3" json:"non_ref_properties,omitempty"`
	NumberArrayProperties  []*NumberArrayProperties  `` /* 126-byte string literal not displayed */
	IntArrayProperties     []*IntArrayProperties     `protobuf:"bytes,3,rep,name=int_array_properties,json=intArrayProperties,proto3" json:"int_array_properties,omitempty"`
	TextArrayProperties    []*TextArrayProperties    `protobuf:"bytes,4,rep,name=text_array_properties,json=textArrayProperties,proto3" json:"text_array_properties,omitempty"`
	BooleanArrayProperties []*BooleanArrayProperties `` /* 129-byte string literal not displayed */
	ObjectProperties       []*ObjectProperties       `protobuf:"bytes,6,rep,name=object_properties,json=objectProperties,proto3" json:"object_properties,omitempty"`
	ObjectArrayProperties  []*ObjectArrayProperties  `` /* 126-byte string literal not displayed */
	EmptyListProps         []string                  `protobuf:"bytes,10,rep,name=empty_list_props,json=emptyListProps,proto3" json:"empty_list_props,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectPropertiesValue) Descriptor deprecated

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

Deprecated: Use ObjectPropertiesValue.ProtoReflect.Descriptor instead.

func (*ObjectPropertiesValue) GetBooleanArrayProperties

func (x *ObjectPropertiesValue) GetBooleanArrayProperties() []*BooleanArrayProperties

func (*ObjectPropertiesValue) GetEmptyListProps added in v1.23.4

func (x *ObjectPropertiesValue) GetEmptyListProps() []string

func (*ObjectPropertiesValue) GetIntArrayProperties

func (x *ObjectPropertiesValue) GetIntArrayProperties() []*IntArrayProperties

func (*ObjectPropertiesValue) GetNonRefProperties

func (x *ObjectPropertiesValue) GetNonRefProperties() *structpb.Struct

func (*ObjectPropertiesValue) GetNumberArrayProperties

func (x *ObjectPropertiesValue) GetNumberArrayProperties() []*NumberArrayProperties

func (*ObjectPropertiesValue) GetObjectArrayProperties

func (x *ObjectPropertiesValue) GetObjectArrayProperties() []*ObjectArrayProperties

func (*ObjectPropertiesValue) GetObjectProperties

func (x *ObjectPropertiesValue) GetObjectProperties() []*ObjectProperties

func (*ObjectPropertiesValue) GetTextArrayProperties

func (x *ObjectPropertiesValue) GetTextArrayProperties() []*TextArrayProperties

func (*ObjectPropertiesValue) ProtoMessage

func (*ObjectPropertiesValue) ProtoMessage()

func (*ObjectPropertiesValue) ProtoReflect

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

func (*ObjectPropertiesValue) Reset

func (x *ObjectPropertiesValue) Reset()

func (*ObjectPropertiesValue) String

func (x *ObjectPropertiesValue) String() string

type ObjectValues added in v1.25.0

type ObjectValues struct {
	Values []*Properties `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectValues) Descriptor deprecated added in v1.25.0

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

Deprecated: Use ObjectValues.ProtoReflect.Descriptor instead.

func (*ObjectValues) GetValues added in v1.25.0

func (x *ObjectValues) GetValues() []*Properties

func (*ObjectValues) ProtoMessage added in v1.25.0

func (*ObjectValues) ProtoMessage()

func (*ObjectValues) ProtoReflect added in v1.25.0

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

func (*ObjectValues) Reset added in v1.25.0

func (x *ObjectValues) Reset()

func (*ObjectValues) String added in v1.25.0

func (x *ObjectValues) String() string

type PhoneNumber added in v1.23.3

type PhoneNumber struct {
	CountryCode            uint64 `protobuf:"varint,1,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	DefaultCountry         string `protobuf:"bytes,2,opt,name=default_country,json=defaultCountry,proto3" json:"default_country,omitempty"`
	Input                  string `protobuf:"bytes,3,opt,name=input,proto3" json:"input,omitempty"`
	InternationalFormatted string `` /* 127-byte string literal not displayed */
	National               uint64 `protobuf:"varint,5,opt,name=national,proto3" json:"national,omitempty"`
	NationalFormatted      string `protobuf:"bytes,6,opt,name=national_formatted,json=nationalFormatted,proto3" json:"national_formatted,omitempty"`
	Valid                  bool   `protobuf:"varint,7,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*PhoneNumber) Descriptor deprecated added in v1.23.3

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

Deprecated: Use PhoneNumber.ProtoReflect.Descriptor instead.

func (*PhoneNumber) GetCountryCode added in v1.23.3

func (x *PhoneNumber) GetCountryCode() uint64

func (*PhoneNumber) GetDefaultCountry added in v1.23.3

func (x *PhoneNumber) GetDefaultCountry() string

func (*PhoneNumber) GetInput added in v1.23.3

func (x *PhoneNumber) GetInput() string

func (*PhoneNumber) GetInternationalFormatted added in v1.23.3

func (x *PhoneNumber) GetInternationalFormatted() string

func (*PhoneNumber) GetNational added in v1.23.3

func (x *PhoneNumber) GetNational() uint64

func (*PhoneNumber) GetNationalFormatted added in v1.23.3

func (x *PhoneNumber) GetNationalFormatted() string

func (*PhoneNumber) GetValid added in v1.23.3

func (x *PhoneNumber) GetValid() bool

func (*PhoneNumber) ProtoMessage added in v1.23.3

func (*PhoneNumber) ProtoMessage()

func (*PhoneNumber) ProtoReflect added in v1.23.3

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

func (*PhoneNumber) Reset added in v1.23.3

func (x *PhoneNumber) Reset()

func (*PhoneNumber) String added in v1.23.3

func (x *PhoneNumber) String() string

type Properties added in v1.23.0

type Properties struct {
	Fields map[string]*Value `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Properties) Descriptor deprecated added in v1.23.0

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

Deprecated: Use Properties.ProtoReflect.Descriptor instead.

func (*Properties) GetFields added in v1.23.0

func (x *Properties) GetFields() map[string]*Value

func (*Properties) ProtoMessage added in v1.23.0

func (*Properties) ProtoMessage()

func (*Properties) ProtoReflect added in v1.23.0

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

func (*Properties) Reset added in v1.23.0

func (x *Properties) Reset()

func (*Properties) String added in v1.23.0

func (x *Properties) String() string

type PropertiesRequest

type PropertiesRequest struct {
	NonRefProperties          []string                   `protobuf:"bytes,1,rep,name=non_ref_properties,json=nonRefProperties,proto3" json:"non_ref_properties,omitempty"`
	RefProperties             []*RefPropertiesRequest    `protobuf:"bytes,2,rep,name=ref_properties,json=refProperties,proto3" json:"ref_properties,omitempty"`
	ObjectProperties          []*ObjectPropertiesRequest `protobuf:"bytes,3,rep,name=object_properties,json=objectProperties,proto3" json:"object_properties,omitempty"`
	ReturnAllNonrefProperties bool                       `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PropertiesRequest) Descriptor deprecated

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

Deprecated: Use PropertiesRequest.ProtoReflect.Descriptor instead.

func (*PropertiesRequest) GetNonRefProperties

func (x *PropertiesRequest) GetNonRefProperties() []string

func (*PropertiesRequest) GetObjectProperties

func (x *PropertiesRequest) GetObjectProperties() []*ObjectPropertiesRequest

func (*PropertiesRequest) GetRefProperties

func (x *PropertiesRequest) GetRefProperties() []*RefPropertiesRequest

func (*PropertiesRequest) GetReturnAllNonrefProperties added in v1.23.0

func (x *PropertiesRequest) GetReturnAllNonrefProperties() bool

func (*PropertiesRequest) ProtoMessage

func (*PropertiesRequest) ProtoMessage()

func (*PropertiesRequest) ProtoReflect

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

func (*PropertiesRequest) Reset

func (x *PropertiesRequest) Reset()

func (*PropertiesRequest) String

func (x *PropertiesRequest) String() string

type PropertiesResult

type PropertiesResult struct {

	// Deprecated: Do not use.
	NonRefProperties *structpb.Struct       `protobuf:"bytes,1,opt,name=non_ref_properties,json=nonRefProperties,proto3" json:"non_ref_properties,omitempty"`
	RefProps         []*RefPropertiesResult `protobuf:"bytes,2,rep,name=ref_props,json=refProps,proto3" json:"ref_props,omitempty"`
	TargetCollection string                 `protobuf:"bytes,3,opt,name=target_collection,json=targetCollection,proto3" json:"target_collection,omitempty"`
	Metadata         *MetadataResult        `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Deprecated: Do not use.
	NumberArrayProperties []*NumberArrayProperties `` /* 126-byte string literal not displayed */
	// Deprecated: Do not use.
	IntArrayProperties []*IntArrayProperties `protobuf:"bytes,6,rep,name=int_array_properties,json=intArrayProperties,proto3" json:"int_array_properties,omitempty"`
	// Deprecated: Do not use.
	TextArrayProperties []*TextArrayProperties `protobuf:"bytes,7,rep,name=text_array_properties,json=textArrayProperties,proto3" json:"text_array_properties,omitempty"`
	// Deprecated: Do not use.
	BooleanArrayProperties []*BooleanArrayProperties `` /* 129-byte string literal not displayed */
	// Deprecated: Do not use.
	ObjectProperties []*ObjectProperties `protobuf:"bytes,9,rep,name=object_properties,json=objectProperties,proto3" json:"object_properties,omitempty"`
	// Deprecated: Do not use.
	ObjectArrayProperties []*ObjectArrayProperties `` /* 127-byte string literal not displayed */
	NonRefProps           *Properties              `protobuf:"bytes,11,opt,name=non_ref_props,json=nonRefProps,proto3" json:"non_ref_props,omitempty"`
	RefPropsRequested     bool                     `protobuf:"varint,12,opt,name=ref_props_requested,json=refPropsRequested,proto3" json:"ref_props_requested,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertiesResult) Descriptor deprecated

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

Deprecated: Use PropertiesResult.ProtoReflect.Descriptor instead.

func (*PropertiesResult) GetBooleanArrayProperties deprecated

func (x *PropertiesResult) GetBooleanArrayProperties() []*BooleanArrayProperties

Deprecated: Do not use.

func (*PropertiesResult) GetIntArrayProperties deprecated

func (x *PropertiesResult) GetIntArrayProperties() []*IntArrayProperties

Deprecated: Do not use.

func (*PropertiesResult) GetMetadata

func (x *PropertiesResult) GetMetadata() *MetadataResult

func (*PropertiesResult) GetNonRefProperties deprecated

func (x *PropertiesResult) GetNonRefProperties() *structpb.Struct

Deprecated: Do not use.

func (*PropertiesResult) GetNonRefProps added in v1.23.0

func (x *PropertiesResult) GetNonRefProps() *Properties

func (*PropertiesResult) GetNumberArrayProperties deprecated

func (x *PropertiesResult) GetNumberArrayProperties() []*NumberArrayProperties

Deprecated: Do not use.

func (*PropertiesResult) GetObjectArrayProperties deprecated

func (x *PropertiesResult) GetObjectArrayProperties() []*ObjectArrayProperties

Deprecated: Do not use.

func (*PropertiesResult) GetObjectProperties deprecated

func (x *PropertiesResult) GetObjectProperties() []*ObjectProperties

Deprecated: Do not use.

func (*PropertiesResult) GetRefProps

func (x *PropertiesResult) GetRefProps() []*RefPropertiesResult

func (*PropertiesResult) GetRefPropsRequested added in v1.23.3

func (x *PropertiesResult) GetRefPropsRequested() bool

func (*PropertiesResult) GetTargetCollection

func (x *PropertiesResult) GetTargetCollection() string

func (*PropertiesResult) GetTextArrayProperties deprecated

func (x *PropertiesResult) GetTextArrayProperties() []*TextArrayProperties

Deprecated: Do not use.

func (*PropertiesResult) ProtoMessage

func (*PropertiesResult) ProtoMessage()

func (*PropertiesResult) ProtoReflect

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

func (*PropertiesResult) Reset

func (x *PropertiesResult) Reset()

func (*PropertiesResult) String

func (x *PropertiesResult) String() string

type RefPropertiesRequest

type RefPropertiesRequest struct {
	ReferenceProperty string             `protobuf:"bytes,1,opt,name=reference_property,json=referenceProperty,proto3" json:"reference_property,omitempty"`
	Properties        *PropertiesRequest `protobuf:"bytes,2,opt,name=properties,proto3" json:"properties,omitempty"`
	Metadata          *MetadataRequest   `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	TargetCollection  string             `protobuf:"bytes,4,opt,name=target_collection,json=targetCollection,proto3" json:"target_collection,omitempty"`
	// contains filtered or unexported fields
}

func (*RefPropertiesRequest) Descriptor deprecated

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

Deprecated: Use RefPropertiesRequest.ProtoReflect.Descriptor instead.

func (*RefPropertiesRequest) GetMetadata

func (x *RefPropertiesRequest) GetMetadata() *MetadataRequest

func (*RefPropertiesRequest) GetProperties

func (x *RefPropertiesRequest) GetProperties() *PropertiesRequest

func (*RefPropertiesRequest) GetReferenceProperty

func (x *RefPropertiesRequest) GetReferenceProperty() string

func (*RefPropertiesRequest) GetTargetCollection

func (x *RefPropertiesRequest) GetTargetCollection() string

func (*RefPropertiesRequest) ProtoMessage

func (*RefPropertiesRequest) ProtoMessage()

func (*RefPropertiesRequest) ProtoReflect

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

func (*RefPropertiesRequest) Reset

func (x *RefPropertiesRequest) Reset()

func (*RefPropertiesRequest) String

func (x *RefPropertiesRequest) String() string

type RefPropertiesResult

type RefPropertiesResult struct {
	Properties []*PropertiesResult `protobuf:"bytes,1,rep,name=properties,proto3" json:"properties,omitempty"`
	PropName   string              `protobuf:"bytes,2,opt,name=prop_name,json=propName,proto3" json:"prop_name,omitempty"`
	// contains filtered or unexported fields
}

func (*RefPropertiesResult) Descriptor deprecated

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

Deprecated: Use RefPropertiesResult.ProtoReflect.Descriptor instead.

func (*RefPropertiesResult) GetPropName

func (x *RefPropertiesResult) GetPropName() string

func (*RefPropertiesResult) GetProperties

func (x *RefPropertiesResult) GetProperties() []*PropertiesResult

func (*RefPropertiesResult) ProtoMessage

func (*RefPropertiesResult) ProtoMessage()

func (*RefPropertiesResult) ProtoReflect

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

func (*RefPropertiesResult) Reset

func (x *RefPropertiesResult) Reset()

func (*RefPropertiesResult) String

func (x *RefPropertiesResult) String() string

type Rerank added in v1.23.1

type Rerank struct {
	Property string  `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"`
	Query    *string `protobuf:"bytes,2,opt,name=query,proto3,oneof" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*Rerank) Descriptor deprecated added in v1.23.1

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

Deprecated: Use Rerank.ProtoReflect.Descriptor instead.

func (*Rerank) GetProperty added in v1.23.1

func (x *Rerank) GetProperty() string

func (*Rerank) GetQuery added in v1.23.1

func (x *Rerank) GetQuery() string

func (*Rerank) ProtoMessage added in v1.23.1

func (*Rerank) ProtoMessage()

func (*Rerank) ProtoReflect added in v1.23.1

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

func (*Rerank) Reset added in v1.23.1

func (x *Rerank) Reset()

func (*Rerank) String added in v1.23.1

func (x *Rerank) String() string

type RerankReply added in v1.23.1

type RerankReply struct {
	Score float64 `protobuf:"fixed64,1,opt,name=score,proto3" json:"score,omitempty"`
	// contains filtered or unexported fields
}

func (*RerankReply) Descriptor deprecated added in v1.23.1

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

Deprecated: Use RerankReply.ProtoReflect.Descriptor instead.

func (*RerankReply) GetScore added in v1.23.1

func (x *RerankReply) GetScore() float64

func (*RerankReply) ProtoMessage added in v1.23.1

func (*RerankReply) ProtoMessage()

func (*RerankReply) ProtoReflect added in v1.23.1

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

func (*RerankReply) Reset added in v1.23.1

func (x *RerankReply) Reset()

func (*RerankReply) String added in v1.23.1

func (x *RerankReply) String() string

type SearchReply

type SearchReply struct {
	Took    float32         `protobuf:"fixed32,1,opt,name=took,proto3" json:"took,omitempty"`
	Results []*SearchResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
	// Deprecated: Do not use.
	GenerativeGroupedResult  *string           `` /* 138-byte string literal not displayed */
	GroupByResults           []*GroupByResult  `protobuf:"bytes,4,rep,name=group_by_results,json=groupByResults,proto3" json:"group_by_results,omitempty"`
	GenerativeGroupedResults *GenerativeResult `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchReply) Descriptor deprecated

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

Deprecated: Use SearchReply.ProtoReflect.Descriptor instead.

func (*SearchReply) GetGenerativeGroupedResult deprecated

func (x *SearchReply) GetGenerativeGroupedResult() string

Deprecated: Do not use.

func (*SearchReply) GetGenerativeGroupedResults added in v1.27.0

func (x *SearchReply) GetGenerativeGroupedResults() *GenerativeResult

func (*SearchReply) GetGroupByResults

func (x *SearchReply) GetGroupByResults() []*GroupByResult

func (*SearchReply) GetResults

func (x *SearchReply) GetResults() []*SearchResult

func (*SearchReply) GetTook

func (x *SearchReply) GetTook() float32

func (*SearchReply) ProtoMessage

func (*SearchReply) ProtoMessage()

func (*SearchReply) ProtoReflect

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

func (*SearchReply) Reset

func (x *SearchReply) Reset()

func (*SearchReply) String

func (x *SearchReply) String() string

type SearchRequest

type SearchRequest struct {

	//required
	Collection string `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
	// parameters
	Tenant           string            `protobuf:"bytes,10,opt,name=tenant,proto3" json:"tenant,omitempty"`
	ConsistencyLevel *ConsistencyLevel `` /* 151-byte string literal not displayed */
	// what is returned
	Properties *PropertiesRequest `protobuf:"bytes,20,opt,name=properties,proto3,oneof" json:"properties,omitempty"`
	Metadata   *MetadataRequest   `protobuf:"bytes,21,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
	GroupBy    *GroupBy           `protobuf:"bytes,22,opt,name=group_by,json=groupBy,proto3,oneof" json:"group_by,omitempty"`
	// affects order and length of results. 0/empty (default value) means disabled
	Limit   uint32 `protobuf:"varint,30,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset  uint32 `protobuf:"varint,31,opt,name=offset,proto3" json:"offset,omitempty"`
	Autocut uint32 `protobuf:"varint,32,opt,name=autocut,proto3" json:"autocut,omitempty"`
	After   string `protobuf:"bytes,33,opt,name=after,proto3" json:"after,omitempty"`
	// protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
	SortBy []*SortBy `protobuf:"bytes,34,rep,name=sort_by,json=sortBy,proto3" json:"sort_by,omitempty"`
	// matches/searches for objects
	Filters      *Filters           `protobuf:"bytes,40,opt,name=filters,proto3,oneof" json:"filters,omitempty"`
	HybridSearch *Hybrid            `protobuf:"bytes,41,opt,name=hybrid_search,json=hybridSearch,proto3,oneof" json:"hybrid_search,omitempty"`
	Bm25Search   *BM25              `protobuf:"bytes,42,opt,name=bm25_search,json=bm25Search,proto3,oneof" json:"bm25_search,omitempty"`
	NearVector   *NearVector        `protobuf:"bytes,43,opt,name=near_vector,json=nearVector,proto3,oneof" json:"near_vector,omitempty"`
	NearObject   *NearObject        `protobuf:"bytes,44,opt,name=near_object,json=nearObject,proto3,oneof" json:"near_object,omitempty"`
	NearText     *NearTextSearch    `protobuf:"bytes,45,opt,name=near_text,json=nearText,proto3,oneof" json:"near_text,omitempty"`
	NearImage    *NearImageSearch   `protobuf:"bytes,46,opt,name=near_image,json=nearImage,proto3,oneof" json:"near_image,omitempty"`
	NearAudio    *NearAudioSearch   `protobuf:"bytes,47,opt,name=near_audio,json=nearAudio,proto3,oneof" json:"near_audio,omitempty"`
	NearVideo    *NearVideoSearch   `protobuf:"bytes,48,opt,name=near_video,json=nearVideo,proto3,oneof" json:"near_video,omitempty"`
	NearDepth    *NearDepthSearch   `protobuf:"bytes,49,opt,name=near_depth,json=nearDepth,proto3,oneof" json:"near_depth,omitempty"`
	NearThermal  *NearThermalSearch `protobuf:"bytes,50,opt,name=near_thermal,json=nearThermal,proto3,oneof" json:"near_thermal,omitempty"`
	NearImu      *NearIMUSearch     `protobuf:"bytes,51,opt,name=near_imu,json=nearImu,proto3,oneof" json:"near_imu,omitempty"`
	Generative   *GenerativeSearch  `protobuf:"bytes,60,opt,name=generative,proto3,oneof" json:"generative,omitempty"`
	Rerank       *Rerank            `protobuf:"bytes,61,opt,name=rerank,proto3,oneof" json:"rerank,omitempty"`
	// Deprecated: Do not use.
	Uses_123Api bool `protobuf:"varint,100,opt,name=uses_123_api,json=uses123Api,proto3" json:"uses_123_api,omitempty"`
	// Deprecated: Do not use.
	Uses_125Api bool `protobuf:"varint,101,opt,name=uses_125_api,json=uses125Api,proto3" json:"uses_125_api,omitempty"`
	Uses_127Api bool `protobuf:"varint,102,opt,name=uses_127_api,json=uses127Api,proto3" json:"uses_127_api,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchRequest) Descriptor deprecated

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

Deprecated: Use SearchRequest.ProtoReflect.Descriptor instead.

func (*SearchRequest) GetAfter

func (x *SearchRequest) GetAfter() string

func (*SearchRequest) GetAutocut

func (x *SearchRequest) GetAutocut() uint32

func (*SearchRequest) GetBm25Search

func (x *SearchRequest) GetBm25Search() *BM25

func (*SearchRequest) GetCollection

func (x *SearchRequest) GetCollection() string

func (*SearchRequest) GetConsistencyLevel

func (x *SearchRequest) GetConsistencyLevel() ConsistencyLevel

func (*SearchRequest) GetFilters

func (x *SearchRequest) GetFilters() *Filters

func (*SearchRequest) GetGenerative

func (x *SearchRequest) GetGenerative() *GenerativeSearch

func (*SearchRequest) GetGroupBy

func (x *SearchRequest) GetGroupBy() *GroupBy

func (*SearchRequest) GetHybridSearch

func (x *SearchRequest) GetHybridSearch() *Hybrid

func (*SearchRequest) GetLimit

func (x *SearchRequest) GetLimit() uint32

func (*SearchRequest) GetMetadata

func (x *SearchRequest) GetMetadata() *MetadataRequest

func (*SearchRequest) GetNearAudio

func (x *SearchRequest) GetNearAudio() *NearAudioSearch

func (*SearchRequest) GetNearDepth added in v1.23.4

func (x *SearchRequest) GetNearDepth() *NearDepthSearch

func (*SearchRequest) GetNearImage

func (x *SearchRequest) GetNearImage() *NearImageSearch

func (*SearchRequest) GetNearImu added in v1.23.4

func (x *SearchRequest) GetNearImu() *NearIMUSearch

func (*SearchRequest) GetNearObject

func (x *SearchRequest) GetNearObject() *NearObject

func (*SearchRequest) GetNearText

func (x *SearchRequest) GetNearText() *NearTextSearch

func (*SearchRequest) GetNearThermal added in v1.23.4

func (x *SearchRequest) GetNearThermal() *NearThermalSearch

func (*SearchRequest) GetNearVector

func (x *SearchRequest) GetNearVector() *NearVector

func (*SearchRequest) GetNearVideo

func (x *SearchRequest) GetNearVideo() *NearVideoSearch

func (*SearchRequest) GetOffset

func (x *SearchRequest) GetOffset() uint32

func (*SearchRequest) GetProperties

func (x *SearchRequest) GetProperties() *PropertiesRequest

func (*SearchRequest) GetRerank added in v1.23.1

func (x *SearchRequest) GetRerank() *Rerank

func (*SearchRequest) GetSortBy

func (x *SearchRequest) GetSortBy() []*SortBy

func (*SearchRequest) GetTenant

func (x *SearchRequest) GetTenant() string

func (*SearchRequest) GetUses_123Api deprecated added in v1.23.0

func (x *SearchRequest) GetUses_123Api() bool

Deprecated: Do not use.

func (*SearchRequest) GetUses_125Api deprecated added in v1.25.0

func (x *SearchRequest) GetUses_125Api() bool

Deprecated: Do not use.

func (*SearchRequest) GetUses_127Api added in v1.27.0

func (x *SearchRequest) GetUses_127Api() bool

func (*SearchRequest) ProtoMessage

func (*SearchRequest) ProtoMessage()

func (*SearchRequest) ProtoReflect

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

func (*SearchRequest) Reset

func (x *SearchRequest) Reset()

func (*SearchRequest) String

func (x *SearchRequest) String() string

type SearchResult

type SearchResult struct {
	Properties *PropertiesResult `protobuf:"bytes,1,opt,name=properties,proto3" json:"properties,omitempty"`
	Metadata   *MetadataResult   `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Generative *GenerativeResult `protobuf:"bytes,3,opt,name=generative,proto3,oneof" json:"generative,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchResult) Descriptor deprecated

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

Deprecated: Use SearchResult.ProtoReflect.Descriptor instead.

func (*SearchResult) GetGenerative added in v1.27.0

func (x *SearchResult) GetGenerative() *GenerativeResult

func (*SearchResult) GetMetadata

func (x *SearchResult) GetMetadata() *MetadataResult

func (*SearchResult) GetProperties

func (x *SearchResult) GetProperties() *PropertiesResult

func (*SearchResult) ProtoMessage

func (*SearchResult) ProtoMessage()

func (*SearchResult) ProtoReflect

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

func (*SearchResult) Reset

func (x *SearchResult) Reset()

func (*SearchResult) String

func (x *SearchResult) String() string

type SortBy

type SortBy struct {
	Ascending bool `protobuf:"varint,1,opt,name=ascending,proto3" json:"ascending,omitempty"`
	// currently only supports one entry (eg just properties, no refs). But the
	// weaviate datastructure already has paths in it and this makes it easily
	// extendable in the future
	// protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
	Path []string `protobuf:"bytes,2,rep,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*SortBy) Descriptor deprecated

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

Deprecated: Use SortBy.ProtoReflect.Descriptor instead.

func (*SortBy) GetAscending

func (x *SortBy) GetAscending() bool

func (*SortBy) GetPath

func (x *SortBy) GetPath() []string

func (*SortBy) ProtoMessage

func (*SortBy) ProtoMessage()

func (*SortBy) ProtoReflect

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

func (*SortBy) Reset

func (x *SortBy) Reset()

func (*SortBy) String

func (x *SortBy) String() string

type Targets added in v1.26.0

type Targets struct {
	TargetVectors []string          `protobuf:"bytes,1,rep,name=target_vectors,json=targetVectors,proto3" json:"target_vectors,omitempty"`
	Combination   CombinationMethod `protobuf:"varint,2,opt,name=combination,proto3,enum=weaviate.v1.CombinationMethod" json:"combination,omitempty"`
	// Deprecated: Do not use.
	Weights map[string]float32 `` // deprecated in 1.26.2 - use weights_for_targets
	/* 157-byte string literal not displayed */
	WeightsForTargets []*WeightsForTarget `protobuf:"bytes,4,rep,name=weights_for_targets,json=weightsForTargets,proto3" json:"weights_for_targets,omitempty"`
	// contains filtered or unexported fields
}

func (*Targets) Descriptor deprecated added in v1.26.0

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

Deprecated: Use Targets.ProtoReflect.Descriptor instead.

func (*Targets) GetCombination added in v1.26.0

func (x *Targets) GetCombination() CombinationMethod

func (*Targets) GetTargetVectors added in v1.26.0

func (x *Targets) GetTargetVectors() []string

func (*Targets) GetWeights deprecated added in v1.26.0

func (x *Targets) GetWeights() map[string]float32

Deprecated: Do not use.

func (*Targets) GetWeightsForTargets added in v1.27.0

func (x *Targets) GetWeightsForTargets() []*WeightsForTarget

func (*Targets) ProtoMessage added in v1.26.0

func (*Targets) ProtoMessage()

func (*Targets) ProtoReflect added in v1.26.0

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

func (*Targets) Reset added in v1.26.0

func (x *Targets) Reset()

func (*Targets) String added in v1.26.0

func (x *Targets) String() string

type Tenant added in v1.25.0

type Tenant struct {
	Name           string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ActivityStatus TenantActivityStatus `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Tenant) Descriptor deprecated added in v1.25.0

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

Deprecated: Use Tenant.ProtoReflect.Descriptor instead.

func (*Tenant) GetActivityStatus added in v1.25.0

func (x *Tenant) GetActivityStatus() TenantActivityStatus

func (*Tenant) GetName added in v1.25.0

func (x *Tenant) GetName() string

func (*Tenant) ProtoMessage added in v1.25.0

func (*Tenant) ProtoMessage()

func (*Tenant) ProtoReflect added in v1.25.0

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

func (*Tenant) Reset added in v1.25.0

func (x *Tenant) Reset()

func (*Tenant) String added in v1.25.0

func (x *Tenant) String() string

type TenantActivityStatus added in v1.25.0

type TenantActivityStatus int32
const (
	TenantActivityStatus_TENANT_ACTIVITY_STATUS_UNSPECIFIED TenantActivityStatus = 0
	TenantActivityStatus_TENANT_ACTIVITY_STATUS_HOT         TenantActivityStatus = 1
	TenantActivityStatus_TENANT_ACTIVITY_STATUS_COLD        TenantActivityStatus = 2
	TenantActivityStatus_TENANT_ACTIVITY_STATUS_FROZEN      TenantActivityStatus = 4
	TenantActivityStatus_TENANT_ACTIVITY_STATUS_UNFREEZING  TenantActivityStatus = 5
	TenantActivityStatus_TENANT_ACTIVITY_STATUS_FREEZING    TenantActivityStatus = 6
	// not used yet - added to let the clients already add code to handle this in the future
	TenantActivityStatus_TENANT_ACTIVITY_STATUS_ACTIVE     TenantActivityStatus = 7
	TenantActivityStatus_TENANT_ACTIVITY_STATUS_INACTIVE   TenantActivityStatus = 8
	TenantActivityStatus_TENANT_ACTIVITY_STATUS_OFFLOADED  TenantActivityStatus = 9
	TenantActivityStatus_TENANT_ACTIVITY_STATUS_OFFLOADING TenantActivityStatus = 10
	TenantActivityStatus_TENANT_ACTIVITY_STATUS_ONLOADING  TenantActivityStatus = 11
)

func (TenantActivityStatus) Descriptor added in v1.25.0

func (TenantActivityStatus) Enum added in v1.25.0

func (TenantActivityStatus) EnumDescriptor deprecated added in v1.25.0

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

Deprecated: Use TenantActivityStatus.Descriptor instead.

func (TenantActivityStatus) Number added in v1.25.0

func (TenantActivityStatus) String added in v1.25.0

func (x TenantActivityStatus) String() string

func (TenantActivityStatus) Type added in v1.25.0

type TenantNames added in v1.25.0

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

func (*TenantNames) Descriptor deprecated added in v1.25.0

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

Deprecated: Use TenantNames.ProtoReflect.Descriptor instead.

func (*TenantNames) GetValues added in v1.25.0

func (x *TenantNames) GetValues() []string

func (*TenantNames) ProtoMessage added in v1.25.0

func (*TenantNames) ProtoMessage()

func (*TenantNames) ProtoReflect added in v1.25.0

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

func (*TenantNames) Reset added in v1.25.0

func (x *TenantNames) Reset()

func (*TenantNames) String added in v1.25.0

func (x *TenantNames) String() string

type TenantsGetReply added in v1.25.0

type TenantsGetReply struct {
	Took    float32   `protobuf:"fixed32,1,opt,name=took,proto3" json:"took,omitempty"`
	Tenants []*Tenant `protobuf:"bytes,2,rep,name=tenants,proto3" json:"tenants,omitempty"`
	// contains filtered or unexported fields
}

func (*TenantsGetReply) Descriptor deprecated added in v1.25.0

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

Deprecated: Use TenantsGetReply.ProtoReflect.Descriptor instead.

func (*TenantsGetReply) GetTenants added in v1.25.0

func (x *TenantsGetReply) GetTenants() []*Tenant

func (*TenantsGetReply) GetTook added in v1.25.0

func (x *TenantsGetReply) GetTook() float32

func (*TenantsGetReply) ProtoMessage added in v1.25.0

func (*TenantsGetReply) ProtoMessage()

func (*TenantsGetReply) ProtoReflect added in v1.25.0

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

func (*TenantsGetReply) Reset added in v1.25.0

func (x *TenantsGetReply) Reset()

func (*TenantsGetReply) String added in v1.25.0

func (x *TenantsGetReply) String() string

type TenantsGetRequest added in v1.25.0

type TenantsGetRequest struct {
	Collection string `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
	// we might need to add a tenant-cursor api at some point, make this easily extendable
	//
	// Types that are assignable to Params:
	//	*TenantsGetRequest_Names
	Params isTenantsGetRequest_Params `protobuf_oneof:"params"`
	// contains filtered or unexported fields
}

func (*TenantsGetRequest) Descriptor deprecated added in v1.25.0

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

Deprecated: Use TenantsGetRequest.ProtoReflect.Descriptor instead.

func (*TenantsGetRequest) GetCollection added in v1.25.0

func (x *TenantsGetRequest) GetCollection() string

func (*TenantsGetRequest) GetNames added in v1.25.0

func (x *TenantsGetRequest) GetNames() *TenantNames

func (*TenantsGetRequest) GetParams added in v1.25.0

func (m *TenantsGetRequest) GetParams() isTenantsGetRequest_Params

func (*TenantsGetRequest) ProtoMessage added in v1.25.0

func (*TenantsGetRequest) ProtoMessage()

func (*TenantsGetRequest) ProtoReflect added in v1.25.0

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

func (*TenantsGetRequest) Reset added in v1.25.0

func (x *TenantsGetRequest) Reset()

func (*TenantsGetRequest) String added in v1.25.0

func (x *TenantsGetRequest) String() string

type TenantsGetRequest_Names added in v1.25.0

type TenantsGetRequest_Names struct {
	Names *TenantNames `protobuf:"bytes,2,opt,name=names,proto3,oneof"`
}

type TextArray

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

func (*TextArray) Descriptor deprecated

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

Deprecated: Use TextArray.ProtoReflect.Descriptor instead.

func (*TextArray) GetValues

func (x *TextArray) GetValues() []string

func (*TextArray) ProtoMessage

func (*TextArray) ProtoMessage()

func (*TextArray) ProtoReflect

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

func (*TextArray) Reset

func (x *TextArray) Reset()

func (*TextArray) String

func (x *TextArray) String() string

type TextArrayProperties

type TextArrayProperties struct {
	Values   []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	PropName string   `protobuf:"bytes,2,opt,name=prop_name,json=propName,proto3" json:"prop_name,omitempty"`
	// contains filtered or unexported fields
}

func (*TextArrayProperties) Descriptor deprecated

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

Deprecated: Use TextArrayProperties.ProtoReflect.Descriptor instead.

func (*TextArrayProperties) GetPropName

func (x *TextArrayProperties) GetPropName() string

func (*TextArrayProperties) GetValues

func (x *TextArrayProperties) GetValues() []string

func (*TextArrayProperties) ProtoMessage

func (*TextArrayProperties) ProtoMessage()

func (*TextArrayProperties) ProtoReflect

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

func (*TextArrayProperties) Reset

func (x *TextArrayProperties) Reset()

func (*TextArrayProperties) String

func (x *TextArrayProperties) String() string

type TextValues added in v1.25.0

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

func (*TextValues) Descriptor deprecated added in v1.25.0

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

Deprecated: Use TextValues.ProtoReflect.Descriptor instead.

func (*TextValues) GetValues added in v1.25.0

func (x *TextValues) GetValues() []string

func (*TextValues) ProtoMessage added in v1.25.0

func (*TextValues) ProtoMessage()

func (*TextValues) ProtoReflect added in v1.25.0

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

func (*TextValues) Reset added in v1.25.0

func (x *TextValues) Reset()

func (*TextValues) String added in v1.25.0

func (x *TextValues) String() string

type UnimplementedWeaviateServer

type UnimplementedWeaviateServer struct {
}

UnimplementedWeaviateServer must be embedded to have forward compatible implementations.

func (UnimplementedWeaviateServer) BatchDelete added in v1.23.3

func (UnimplementedWeaviateServer) BatchObjects

func (UnimplementedWeaviateServer) Search

func (UnimplementedWeaviateServer) TenantsGet added in v1.25.0

type UnsafeWeaviateServer

type UnsafeWeaviateServer interface {
	// contains filtered or unexported methods
}

UnsafeWeaviateServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WeaviateServer will result in compilation errors.

type UuidValues added in v1.25.0

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

func (*UuidValues) Descriptor deprecated added in v1.25.0

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

Deprecated: Use UuidValues.ProtoReflect.Descriptor instead.

func (*UuidValues) GetValues added in v1.25.0

func (x *UuidValues) GetValues() []string

func (*UuidValues) ProtoMessage added in v1.25.0

func (*UuidValues) ProtoMessage()

func (*UuidValues) ProtoReflect added in v1.25.0

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

func (*UuidValues) Reset added in v1.25.0

func (x *UuidValues) Reset()

func (*UuidValues) String added in v1.25.0

func (x *UuidValues) String() string

type Value added in v1.23.0

type Value struct {

	// Types that are assignable to Kind:
	//	*Value_NumberValue
	//	*Value_StringValue
	//	*Value_BoolValue
	//	*Value_ObjectValue
	//	*Value_ListValue
	//	*Value_DateValue
	//	*Value_UuidValue
	//	*Value_IntValue
	//	*Value_GeoValue
	//	*Value_BlobValue
	//	*Value_PhoneValue
	//	*Value_NullValue
	//	*Value_TextValue
	Kind isValue_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*Value) Descriptor deprecated added in v1.23.0

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

Deprecated: Use Value.ProtoReflect.Descriptor instead.

func (*Value) GetBlobValue added in v1.23.1

func (x *Value) GetBlobValue() string

func (*Value) GetBoolValue added in v1.23.0

func (x *Value) GetBoolValue() bool

func (*Value) GetDateValue added in v1.23.0

func (x *Value) GetDateValue() string

func (*Value) GetGeoValue added in v1.23.0

func (x *Value) GetGeoValue() *GeoCoordinate

func (*Value) GetIntValue added in v1.23.0

func (x *Value) GetIntValue() int64

func (*Value) GetKind added in v1.23.0

func (m *Value) GetKind() isValue_Kind

func (*Value) GetListValue added in v1.23.0

func (x *Value) GetListValue() *ListValue

func (*Value) GetNullValue added in v1.24.0

func (x *Value) GetNullValue() structpb.NullValue

func (*Value) GetNumberValue added in v1.23.0

func (x *Value) GetNumberValue() float64

func (*Value) GetObjectValue added in v1.23.0

func (x *Value) GetObjectValue() *Properties

func (*Value) GetPhoneValue added in v1.23.3

func (x *Value) GetPhoneValue() *PhoneNumber

func (*Value) GetStringValue deprecated added in v1.23.0

func (x *Value) GetStringValue() string

Deprecated: Do not use.

func (*Value) GetTextValue added in v1.25.0

func (x *Value) GetTextValue() string

func (*Value) GetUuidValue added in v1.23.0

func (x *Value) GetUuidValue() string

func (*Value) ProtoMessage added in v1.23.0

func (*Value) ProtoMessage()

func (*Value) ProtoReflect added in v1.23.0

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

func (*Value) Reset added in v1.23.0

func (x *Value) Reset()

func (*Value) String added in v1.23.0

func (x *Value) String() string

type Value_BlobValue added in v1.23.1

type Value_BlobValue struct {
	BlobValue string `protobuf:"bytes,10,opt,name=blob_value,json=blobValue,proto3,oneof"`
}

type Value_BoolValue added in v1.23.0

type Value_BoolValue struct {
	BoolValue bool `protobuf:"varint,3,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type Value_DateValue added in v1.23.0

type Value_DateValue struct {
	DateValue string `protobuf:"bytes,6,opt,name=date_value,json=dateValue,proto3,oneof"`
}

type Value_GeoValue added in v1.23.0

type Value_GeoValue struct {
	GeoValue *GeoCoordinate `protobuf:"bytes,9,opt,name=geo_value,json=geoValue,proto3,oneof"`
}

type Value_IntValue added in v1.23.0

type Value_IntValue struct {
	IntValue int64 `protobuf:"varint,8,opt,name=int_value,json=intValue,proto3,oneof"`
}

type Value_ListValue added in v1.23.0

type Value_ListValue struct {
	ListValue *ListValue `protobuf:"bytes,5,opt,name=list_value,json=listValue,proto3,oneof"`
}

type Value_NullValue added in v1.24.0

type Value_NullValue struct {
	NullValue structpb.NullValue `protobuf:"varint,12,opt,name=null_value,json=nullValue,proto3,enum=google.protobuf.NullValue,oneof"`
}

type Value_NumberValue added in v1.23.0

type Value_NumberValue struct {
	NumberValue float64 `protobuf:"fixed64,1,opt,name=number_value,json=numberValue,proto3,oneof"`
}

type Value_ObjectValue added in v1.23.0

type Value_ObjectValue struct {
	ObjectValue *Properties `protobuf:"bytes,4,opt,name=object_value,json=objectValue,proto3,oneof"`
}

type Value_PhoneValue added in v1.23.3

type Value_PhoneValue struct {
	PhoneValue *PhoneNumber `protobuf:"bytes,11,opt,name=phone_value,json=phoneValue,proto3,oneof"`
}

type Value_StringValue added in v1.23.0

type Value_StringValue struct {
	// Deprecated: Do not use.
	StringValue string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type Value_TextValue added in v1.25.0

type Value_TextValue struct {
	TextValue string `protobuf:"bytes,13,opt,name=text_value,json=textValue,proto3,oneof"`
}

type Value_UuidValue added in v1.23.0

type Value_UuidValue struct {
	UuidValue string `protobuf:"bytes,7,opt,name=uuid_value,json=uuidValue,proto3,oneof"`
}

type VectorForTarget added in v1.27.0

type VectorForTarget struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	VectorBytes []byte `protobuf:"bytes,2,opt,name=vector_bytes,json=vectorBytes,proto3" json:"vector_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*VectorForTarget) Descriptor deprecated added in v1.27.0

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

Deprecated: Use VectorForTarget.ProtoReflect.Descriptor instead.

func (*VectorForTarget) GetName added in v1.27.0

func (x *VectorForTarget) GetName() string

func (*VectorForTarget) GetVectorBytes added in v1.27.0

func (x *VectorForTarget) GetVectorBytes() []byte

func (*VectorForTarget) ProtoMessage added in v1.27.0

func (*VectorForTarget) ProtoMessage()

func (*VectorForTarget) ProtoReflect added in v1.27.0

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

func (*VectorForTarget) Reset added in v1.27.0

func (x *VectorForTarget) Reset()

func (*VectorForTarget) String added in v1.27.0

func (x *VectorForTarget) String() string

type Vectors added in v1.24.0

type Vectors struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Index       uint64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` // for multi-vec
	VectorBytes []byte `protobuf:"bytes,3,opt,name=vector_bytes,json=vectorBytes,proto3" json:"vector_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*Vectors) Descriptor deprecated added in v1.24.0

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

Deprecated: Use Vectors.ProtoReflect.Descriptor instead.

func (*Vectors) GetIndex added in v1.24.0

func (x *Vectors) GetIndex() uint64

func (*Vectors) GetName added in v1.24.0

func (x *Vectors) GetName() string

func (*Vectors) GetVectorBytes added in v1.24.0

func (x *Vectors) GetVectorBytes() []byte

func (*Vectors) ProtoMessage added in v1.24.0

func (*Vectors) ProtoMessage()

func (*Vectors) ProtoReflect added in v1.24.0

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

func (*Vectors) Reset added in v1.24.0

func (x *Vectors) Reset()

func (*Vectors) String added in v1.24.0

func (x *Vectors) String() string

type WeaviateClient

type WeaviateClient interface {
	Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchReply, error)
	BatchObjects(ctx context.Context, in *BatchObjectsRequest, opts ...grpc.CallOption) (*BatchObjectsReply, error)
	BatchDelete(ctx context.Context, in *BatchDeleteRequest, opts ...grpc.CallOption) (*BatchDeleteReply, error)
	TenantsGet(ctx context.Context, in *TenantsGetRequest, opts ...grpc.CallOption) (*TenantsGetReply, error)
}

WeaviateClient is the client API for Weaviate service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewWeaviateClient

func NewWeaviateClient(cc grpc.ClientConnInterface) WeaviateClient

type WeaviateServer

type WeaviateServer interface {
	Search(context.Context, *SearchRequest) (*SearchReply, error)
	BatchObjects(context.Context, *BatchObjectsRequest) (*BatchObjectsReply, error)
	BatchDelete(context.Context, *BatchDeleteRequest) (*BatchDeleteReply, error)
	TenantsGet(context.Context, *TenantsGetRequest) (*TenantsGetReply, error)
	// contains filtered or unexported methods
}

WeaviateServer is the server API for Weaviate service. All implementations must embed UnimplementedWeaviateServer for forward compatibility

type WeightsForTarget added in v1.27.0

type WeightsForTarget struct {
	Target string  `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	Weight float32 `protobuf:"fixed32,2,opt,name=weight,proto3" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*WeightsForTarget) Descriptor deprecated added in v1.27.0

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

Deprecated: Use WeightsForTarget.ProtoReflect.Descriptor instead.

func (*WeightsForTarget) GetTarget added in v1.27.0

func (x *WeightsForTarget) GetTarget() string

func (*WeightsForTarget) GetWeight added in v1.27.0

func (x *WeightsForTarget) GetWeight() float32

func (*WeightsForTarget) ProtoMessage added in v1.27.0

func (*WeightsForTarget) ProtoMessage()

func (*WeightsForTarget) ProtoReflect added in v1.27.0

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

func (*WeightsForTarget) Reset added in v1.27.0

func (x *WeightsForTarget) Reset()

func (*WeightsForTarget) String added in v1.27.0

func (x *WeightsForTarget) String() string

Jump to

Keyboard shortcuts

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