Skip to contents

ai_workflow creates a list that encapsulates parameters related to the AI workflow you want to design.

Usage

ai_workflow()

Value

an empty list in the ai_workflow() format that will be used to capture all settings and parameters of the workflow.

Details

The starting point of defining an AI workflow in this package. A workflow object contains a connector and a model as placeholders.

Examples

my_workflow <- ai_workflow()