-
Notifications
You must be signed in to change notification settings - Fork 16
serviceInputDefinition.inputNetwork
Chris Churas edited this page Mar 10, 2026
·
3 revisions
inputNetwork attribute is under serviceInputDefinition and denotes that a full network should be sent to the service.
"inputNetwork" : {
"model" : string,
"format" : string
}NOTE: This attribute is only examined if type is set to network.
One of these values:
-
network: Full CX2 network. Example CX2Network -
graph: Graph in CX2 format (IDs only). Example CX2Network IDs only
One of these values:
-
cx2: Network in CX2 format. -
edgelist: The format of the edge list. Example Edgelist -- NOT IMPLEMENTED YET