Documentation ¶
Overview ¶
Package client provides vald component client interfaces
Index ¶
- type Client
- type ControlCreateIndexRequest
- type Empty
- type Indexer
- type InfoIndex
- type InfoIndexCount
- type InsertMultiRequest
- type InsertRequest
- type Inserter
- type ObjectDistance
- type ObjectID
- type ObjectIDs
- type ObjectLocation
- type ObjectLocations
- type ObjectReader
- type ObjectTimestamp
- type ObjectTimestampRequest
- type ObjectVector
- type ObjectVectors
- type Reader
- type RemoveMultiRequest
- type RemoveRequest
- type Remover
- type SearchConfig
- type SearchIDMultiRequest
- type SearchIDRequest
- type SearchMultiRequest
- type SearchRequest
- type SearchResponse
- type SearchResponses
- type Searcher
- type UpdateMultiRequest
- type UpdateRequest
- type Updater
- type UpsertMultiRequest
- type UpsertRequest
- type Upsertor
- type Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlCreateIndexRequest ¶
type ControlCreateIndexRequest = payload.Control_CreateIndexRequest
type Indexer ¶
type Indexer = core.AgentClient
type InfoIndex ¶
type InfoIndex = payload.Info_Index
type InfoIndexCount ¶
type InfoIndexCount = payload.Info_Index_Count
type InsertMultiRequest ¶
type InsertMultiRequest = payload.Insert_MultiRequest
type InsertRequest ¶
type InsertRequest = payload.Insert_Request
type Inserter ¶
type Inserter = vald.InsertClient
type ObjectDistance ¶
type ObjectDistance = payload.Object_Distance
type ObjectIDs ¶
type ObjectIDs = payload.Object_IDs
type ObjectLocation ¶
type ObjectLocation = payload.Object_Location
type ObjectLocations ¶
type ObjectLocations = payload.Object_Locations
type ObjectReader ¶
type ObjectReader = vald.ObjectClient
type ObjectTimestamp ¶ added in v1.7.9
type ObjectTimestamp = payload.Object_Timestamp
type ObjectTimestampRequest ¶ added in v1.7.13
type ObjectTimestampRequest = payload.Object_TimestampRequest
type ObjectVector ¶
type ObjectVector = payload.Object_Vector
type ObjectVectors ¶
type ObjectVectors = payload.Object_Vectors
type Reader ¶
type Reader interface { Searcher ObjectReader }
type RemoveMultiRequest ¶
type RemoveMultiRequest = payload.Remove_MultiRequest
type RemoveRequest ¶
type RemoveRequest = payload.Remove_Request
type Remover ¶
type Remover = vald.RemoveClient
type SearchConfig ¶
type SearchConfig = payload.Search_Config
type SearchIDMultiRequest ¶
type SearchIDMultiRequest = payload.Search_MultiIDRequest
type SearchIDRequest ¶
type SearchIDRequest = payload.Search_IDRequest
type SearchMultiRequest ¶
type SearchMultiRequest = payload.Search_MultiRequest
type SearchRequest ¶
type SearchRequest = payload.Search_Request
type SearchResponse ¶
type SearchResponse = payload.Search_Response
type SearchResponses ¶
type SearchResponses = payload.Search_Responses
type Searcher ¶
type Searcher = vald.SearchClient
type UpdateMultiRequest ¶
type UpdateMultiRequest = payload.Update_MultiRequest
type UpdateRequest ¶
type UpdateRequest = payload.Update_Request
type Updater ¶
type Updater = vald.UpdateClient
type UpsertMultiRequest ¶
type UpsertMultiRequest = payload.Upsert_MultiRequest
type UpsertRequest ¶
type UpsertRequest = payload.Upsert_Request
type Upsertor ¶
type Upsertor = vald.UpsertClient
Directories ¶
Path | Synopsis |
---|---|
agent
|
|
core
Package core provides agent ngt gRPC client functions
|
Package core provides agent ngt gRPC client functions |
Package discoverer
|
Package discoverer |
filter
|
|
egress
Package egress provides egress filter client logic
|
Package egress provides egress filter client logic |
ingress
Package ingress provides ingress filter client logic
|
Package ingress provides ingress filter client logic |
Package vald provides vald gRPC client library
|
Package vald provides vald gRPC client library |
Click to show internal directories.
Click to hide internal directories.