BaseEdgeTypeVertexTypePairRelationsInner¶
属性¶
名称 |
类型 |
描述 |
备注 |
|---|---|---|---|
source_vertex |
str |
[可选] |
|
destination_vertex |
str |
[可选] |
|
relation |
str |
[可选] |
|
x_csr_params |
[可选] |
示例¶
from gs_interactive.models.base_edge_type_vertex_type_pair_relations_inner import BaseEdgeTypeVertexTypePairRelationsInner
# TODO update the JSON string below
json = "{}"
# create an instance of BaseEdgeTypeVertexTypePairRelationsInner from a JSON string
base_edge_type_vertex_type_pair_relations_inner_instance = BaseEdgeTypeVertexTypePairRelationsInner.from_json(json)
# print the JSON string representation of the object
print BaseEdgeTypeVertexTypePairRelationsInner.to_json()
# convert the object into a dict
base_edge_type_vertex_type_pair_relations_inner_dict = base_edge_type_vertex_type_pair_relations_inner_instance.to_dict()
# create an instance of BaseEdgeTypeVertexTypePairRelationsInner from a dict
base_edge_type_vertex_type_pair_relations_inner_form_dict = base_edge_type_vertex_type_pair_relations_inner.from_dict(base_edge_type_vertex_type_pair_relations_inner_dict)