Models
Schema: `CreateSemanticRelationshipRequest`
- Type:
object - Required fields:
from_semantic_id,join_sql,name,relationship_type,to_semantic_id
Properties
| Name | Type | Required | Description |
|---|---|---|---|
cost |
integer |
false |
- |
from_semantic_id |
string |
true |
- |
join_sql |
string |
true |
- |
max_hops |
integer |
false |
- |
name |
string |
true |
- |
relationship_type |
SemanticRelationshipRelationshipType |
true |
- |
to_semantic_id |
string |
true |
- |