ISemanticSearchRelationship
Home > @gooddata/sdk-model > ISemanticSearchRelationship
ISemanticSearchRelationship interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Reference between two metadata objects.
Signature:
export interface ISemanticSearchRelationship
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
sourceObjectId | string | (BETA) Object id of the source | |
sourceObjectTitle | string | (BETA) Title of the source object | |
sourceObjectType | GenAIObjectType | (BETA) Type of the source object | |
sourceWorkspaceId | string | (BETA) Workspace id of the source object | |
targetObjectId | string | (BETA) Object id of the target | |
targetObjectTitle | string | (BETA) Title of the target object | |
targetObjectType | GenAIObjectType | (BETA) Type of the target object | |
targetWorkspaceId | string | (BETA) Workspace id of the target object |