MCPcopy Create free account
hub / github.com/alibaba/GraphScope / create_analytical_instance

Method create_analytical_instance

python/graphscope/client/rpc.py:209–214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207 return response
208
209 def create_analytical_instance(self):
210 request = message_pb2.CreateAnalyticalInstanceRequest(
211 session_id=self._session_id
212 )
213 response = self._stub.CreateAnalyticalInstance(request)
214 return json.loads(response.engine_config), response.host_names
215
216 def create_interactive_instance(self, object_id, schema_path, params, with_cypher):
217 request = message_pb2.CreateInteractiveInstanceRequest(

Callers 1

_connectMethod · 0.45

Calls 1

Tested by

no test coverage detected