-
Notifications
You must be signed in to change notification settings - Fork 6
serviceInputDefinition.inputNetwork
Chris Churas edited this page Oct 16, 2024
·
2 revisions
This attribute is part of the Metadata returned by a a serivce based app service and denotes what data should be sent to the service. In this case the service is requesting a full network with all attributes or just the nodes and edges and no attributes.
"inputNetwork" : {
"model" : string,
"format" : string
}
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