AI Features

YAML For Azure ML

Get introduced to YAML, a markup language used for building Azure ML pipelines, and its syntax.

We'll cover the following...

What is YAML?

YAML stands for YAML ain’t markup language. It is a user-friendly serialization language (similar to XML and JSON). YAML appears to be Gen-Y for XML. Don’t be mistaken; there is also ZAML, which is unrelated to YAML. We can represent sequential, hierarchical data very ...

Ask