Search
Preparing search index...
The search index is not available
Pipcook Interfaces
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
TransformOption
Interface TransformOption<IN_SAMPLE, IN_META, OUT_SAMPLE, OUT_META>
Type parameters
IN_SAMPLE
:
Sample
IN_META
:
DatasetMeta
OUT_SAMPLE
:
Sample
OUT_META
:
DatasetMeta
Hierarchy
TransformOption
Index
Properties
metadata
transform
Properties
metadata
metadata
:
(
meta
?:
IN_META
)
=>
Promise
<
OUT_META
>
Type declaration
(
meta
?:
IN_META
)
:
Promise
<
OUT_META
>
Parameters
Optional
meta:
IN_META
Returns
Promise
<
OUT_META
>
transform
transform
:
(
sample
:
IN_SAMPLE
)
=>
Promise
<
OUT_SAMPLE
>
Type declaration
(
sample
:
IN_SAMPLE
)
:
Promise
<
OUT_SAMPLE
>
Parameters
sample:
IN_SAMPLE
Returns
Promise
<
OUT_SAMPLE
>
Globals
Transform
Option
metadata
transform
Generated using
TypeDoc