Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GraphPackage

Package version

interface

An interface representing GraphPackage. Defines the graph of modules making up the machine learning solution.

Hierarchy

  • GraphPackage

Index

Properties

Optional edges

edges: GraphEdge[]
member

{GraphEdge[]} [edges] The list of edges making up the graph.

Optional graphParameters

graphParameters: undefined | object
member

{{ [propertyName: string]: GraphParameter }} [graphParameters] The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.

Optional nodes

nodes: undefined | object
member

{{ [propertyName: string]: GraphNode }} [nodes] The set of nodes making up the graph, provided as a nodeId to GraphNode map

Generated using TypeDoc