#
YAML SpecificationYAML is widely used in Jina to define an Executor, Flow. This page helps you quickly navigate different YAML specifications.
Executor-level YAML#
Executor level YAML is placed inside the Executor directory, as a part of Executor file structure.
Flow-level YAML#
Flow level YAML is placed inside the Flow directory, as a part of Flow file structure. It defines the Executors that will be used in the Flow, the Gateway and the JCloud hosting specifications.