SessionV2Endpoints¶
- class graphdatascience.session.session_v2_endpoints.SessionV2Endpoints¶
- property all_shortest_paths: AllShortestPathEndpoints¶
Return endpoints for the all shortest paths algorithm.
- property article_rank: ArticleRankEndpoints¶
Return endpoints for the article rank algorithm.
- property articulation_points: ArticulationPointsEndpoints¶
Return endpoints for the articulation points algorithm.
- property bellman_ford: SingleSourceBellmanFordEndpoints¶
Return endpoints for the single source Bellman-Ford algorithm.
- property betweenness_centrality: BetweennessEndpoints¶
Return endpoints for the betweenness centrality algorithm.
- property bfs: BFSEndpoints¶
Return endpoints for the Breadth First Search (BFS) algorithm.
- property bridges: BridgesEndpoints¶
Return endpoints for the bridges algorithm.
- property clique_counting: CliqueCountingEndpoints¶
Return endpoints for the clique counting algorithm.
- property closeness_centrality: ClosenessEndpoints¶
Return endpoints for the closeness centrality algorithm.
- property conductance: ConductanceEndpoints¶
Return endpoints for the conductance algorithm.
- property config: ConfigEndpoints¶
Return configuration-related endpoints.
- property dag: DagEndpoints¶
Return endpoints for Directed Acyclic Graph (DAG) algorithms.
- property degree_centrality: DegreeEndpoints¶
Return endpoints for the degree centrality algorithm.
- property dfs: DFSEndpoints¶
Return endpoints for the Depth First Search (DFS) algorithm.
- property eigenvector_centrality: EigenvectorEndpoints¶
Return endpoints for the eigenvector centrality algorithm.
- property fast_rp: FastRPEndpoints¶
Return endpoints for the fast RP algorithm.
- property graph: CatalogArrowEndpoints¶
Return graph-related endpoints for graph management.
- property graph_sage: GraphSageEndpoints¶
Return endpoints for the GraphSage algorithm.
- property harmonic_centrality: ClosenessHarmonicEndpoints¶
Return endpoints for the harmonic centrality algorithm.
- property hash_gnn: HashGNNEndpoints¶
Return endpoints for the HashGNN algorithm.
- property hdbscan: HdbscanEndpoints¶
Return endpoints for the HDBSCAN algorithm.
- property influence_maximization_celf: CelfEndpoints¶
Return endpoints for the influence maximization CELF algorithm.
- property k1_coloring: K1ColoringEndpoints¶
Return endpoints for the K1 coloring algorithm.
- property k_core_decomposition: KCoreEndpoints¶
Return endpoints for the K-core decomposition algorithm.
- property k_spanning_tree: KSpanningTreeEndpoints¶
Return endpoints for the K-spanning tree algorithm.
- property kmeans: KMeansEndpoints¶
Return endpoints for the K-means algorithm.
- property knn: KnnEndpoints¶
Return endpoints for the K-nearest neighbors algorithm.
- property label_propagation: LabelPropagationEndpoints¶
Return endpoints for the label propagation algorithm.
- property leiden: LeidenEndpoints¶
Return endpoints for the Leiden algorithm.
- property local_clustering_coefficient: LocalClusteringCoefficientEndpoints¶
Return endpoints for the local clustering coefficient algorithm.
- property louvain: LouvainEndpoints¶
Return endpoints for the Louvain algorithm.
- property max_flow: MaxFlowEndpoints¶
Return endpoints for the Max Flow algorithm.
- property max_k_cut: MaxKCutEndpoints¶
Return endpoints for the Max K-cut algorithm.
- property model: ModelCatalogEndpoints¶
Return model-related endpoints for model management.
- property modularity: ModularityEndpoints¶
Return endpoints for the modularity algorithm.
- property modularity_optimization: ModularityOptimizationEndpoints¶
Return endpoints for the modularity optimization algorithm.
- property node2vec: Node2VecEndpoints¶
Return endpoints for the Node2Vec algorithm.
- property node_similarity: NodeSimilarityEndpoints¶
Return endpoints for the node similarity algorithm.
- property page_rank: PageRankEndpoints¶
Return endpoints for the PageRank algorithm.
- property prize_steiner_tree: PrizeSteinerTreeEndpoints¶
Return endpoints for the prize-collecting Steiner tree algorithm.
- property scale_properties: ScalePropertiesEndpoints¶
Return endpoints for scaling node properties.
- property scc: SccEndpoints¶
Return endpoints for the strongly connected components algorithm.
- property shortest_path: ShortestPathEndpoints¶
Return endpoints for the shortest path algorithm.
- property sllpa: SllpaEndpoints¶
Return endpoints for the speaker-listener label propagation algorithm.
- property spanning_tree: SpanningTreeEndpoints¶
Return endpoints for the spanning tree algorithm.
- property steiner_tree: SteinerTreeEndpoints¶
Return endpoints for the Steiner tree algorithm.
- property system: SystemEndpoints¶
Return system-related endpoints.
- property triangle_count: TriangleCountEndpoints¶
Return endpoints for the triangle count algorithm.
- verify_session_connectivity() None¶
Verify connectivity to the Aura Graph Analytics session.
- Raises:
Exception – If the Aura Graph Analytics Session is unreachable
- Return type:
None
- property wcc: WccEndpoints¶
Return endpoints for the weakly connected components algorithm.