instance.solution.symphony maps a solution.solution.symphony object to one or more target.fabric.symphony objects. Creating an instance object triggers deployments to targets.
| Field | Type | Description |
|---|---|---|
DisplayName |
string |
A user friendly name |
Parameters |
map[string]string |
Parameters. A parameter can be used anywhere in the skill definition. See the parameters sections below |
Pipeline |
[]PipelineSpec |
AI pipeline configurations. |
Solution |
string |
Name of the Solution to de deployed. |
Target |
TargetRefSpec |
Name of the Target, or a selector of targets to deploy to multiple targets. |