FlowSerializer.DeserializeFromYaml(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserialize flow from yaml
public static Microsoft.SemanticKernel.Experimental.Orchestration.Flow DeserializeFromYaml (string yaml);
static member DeserializeFromYaml : string -> Microsoft.SemanticKernel.Experimental.Orchestration.Flow
Public Shared Function DeserializeFromYaml (yaml As String) As Flow
Parameters
- yaml
- String
the yaml string
Returns
the Flow instance