implicit final class AnnoyScioContext extends AnyVal
- Alphabetic
- By Inheritance
- AnnoyScioContext
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AnnoyScioContext(self: ScioContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def annoySideInput(path: String, metric: AnnoyMetric, dim: Int): SideInput[AnnoyReader]
Create a SideInput of AnnoyReader from an AnnoyUri base path, to be used with SCollection.withSideInputs
Create a SideInput of AnnoyReader from an AnnoyUri base path, to be used with SCollection.withSideInputs
- metric
Metric (Angular, Euclidean) used to build the Annoy index
- dim
Number of dimensions in vectors used to build the Annoy index
- Annotations
- @experimental()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any