Task<ValueTuple<ResponseType, String>> MeshWorkflowGroup.UpdateModelsYamlFromJsonFileAsync(String cliPath, String jsonFilePath, CancellationToken cancellationToken)

Load model configuration from a JSON file and update the models.yaml This is used in batch mode where GUI configurator cannot be launched

Parameters

  • cliPath
    Type: String
    Path to aali-cli executable
  • jsonFilePath
    Type: String
    Path to JSON file containing model configuration
  • cancellationToken
    Type: CancellationToken
    Cancellation token

Return Value

Type: Task<ValueTuple<ResponseType, String>>
Tuple containing ResponseType and message