Store the instance when a new interactive instance is started. Args: instance: interactive instance
(self, instance)
| 1397 | return self._session._wrapper(self._graph_node.project(vertices, edges)) |
| 1398 | |
| 1399 | def _attach_interactive_instance(self, instance): |
| 1400 | """Store the instance when a new interactive instance is started. |
| 1401 | Args: |
| 1402 | instance: interactive instance |
| 1403 | """ |
| 1404 | self._interactive_instance_list.append(instance) |
| 1405 | |
| 1406 | def _attach_learning_instance(self, instance): |
| 1407 | """Store the instance when a new learning instance is created. |