Skip to content

File Model Output

Overview

This node should subscribe from a mllib pipeline. By doing so, a binary file of the resulting model can be stored on a specified location.

Tip

A model is actually a serialized object, more precisely a Transfomer.

Runtime Compatibility

  • PySpark :
  • Spark :

Example

---
type: punchline
version: '6.0'
runtime: spark
dag:
- type: file_model_output
  component: file_model_output
  settings:
    path: "./model.bin"
  subscribe:
  - component: mllib
    stream: model

Parameters

  • path: String

    Description: [Required] Absolute path of the resource.