Graph Package Args
data class GraphPackageArgs(val edges: Output<List<GraphEdgeArgs>>? = null, val graphParameters: Output<Map<String, GraphParameterArgs>>? = null, val nodes: Output<Map<String, GraphNodeArgs>>? = null) : ConvertibleToJava<GraphPackageArgs>
Defines the graph of modules making up the machine learning solution.
Constructors
Link copied to clipboard
fun GraphPackageArgs(edges: Output<List<GraphEdgeArgs>>? = null, graphParameters: Output<Map<String, GraphParameterArgs>>? = null, nodes: Output<Map<String, GraphNodeArgs>>? = null)