Skip to main content

ML - MLExamplesEvaluatorBuilder

ML.MLExamplesEvaluatorBuilder

A builder to create ML predictions made from provided features

Type parameters

NameType
Outputextends EastType
Featuresextends Record

Hierarchy

  • Builder

    MLExamplesEvaluatorBuilder

ML

outputStream

outputStream():

Stream<DictType<StringType, StructType<{ features: StructType ; output: Output }>>>

Return the output stream

Returns

Stream<DictType<StringType, StructType<{ features: StructType ; output: Output }>>>

The ouput

Stream


toTemplate

toTemplate():

Template

Convert the built ML prediction task into an

Template, for inclusion in an EDK project.

Returns

Template

The

Template containing the ML Model

Overrides

Builder.toTemplate