ISemanticSearchResultItem
Home > @gooddata/sdk-model > ISemanticSearchResultItem
ISemanticSearchResultItem 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.
A single search result returned by semantic search.
Signature:
export interface ISemanticSearchResultItem
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
createdAt? | string | (BETA) (Optional) The creation date of the found metadata object | |
description? | string | (BETA) (Optional) The description of the found metadata object | |
id | string | (BETA) The identifier of the found metadata object | |
modifiedAt? | string | (BETA) (Optional) The last modification date of the found metadata object | |
score? | number | (BETA) (Optional) Overall similarity score of the found item. Larger is more similar. | |
scoreDescriptor? | number | (BETA) (Optional) Description score of the found item. | |
scoreExactMatch? | number | (BETA) (Optional) 1000 if the found item is an exact match, 0 otherwise. | |
scoreTitle? | number | (BETA) (Optional) Title score of the found item. | |
tags? | string[] | (BETA) (Optional) The tags of the found metadata object | |
title | string | (BETA) The title of the found metadata object | |
type | GenAIObjectType | (BETA) The type of the found metadata object | |
visualizationUrl? | string | (BETA) (Optional) Represents the type of chart for visualization objects | |
workspaceId | string | (BETA) The identifier of the workspace where the found metadata object is located |