SaveModel.ScriptCanvasNodeable.xml 708 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScriptCanvas Include="Nodes/SaveModel.h" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Class Name="SaveModel"
  4. QualifiedName="MachineLearning::SaveModel"
  5. PreferredClassName="Save model"
  6. Category="MachineLearning"
  7. Description="Saves a model to an asset file.">
  8. <Input Name="In" DisplayGroup="In" Description="Parameters controlling the model to save">
  9. <Parameter Name="Model" Type="MachineLearning::INeuralNetworkPtr" Description="The model to save."/>
  10. <Return Name="Model" Type="MachineLearning::INeuralNetworkPtr" Shared="true"/>
  11. </Input>
  12. </Class>
  13. </ScriptCanvas>