[]
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Responses
[200] Success
Responses
[200] Success
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
AddStreamingDatasetRequestModel
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| datasetIdRequired | path | string |
| pushDataToken | query | string |
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| datasetIdRequired | path | string |
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
UpdateStreamingDatasetRequestModel
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| datasetIdRequired | path | string |
Responses
[200] Success
| Name | Type |
|---|---|
| nameNullable | string |
| descriptionNullable | string |
| commentNullable | string |
| columnsNullable | Array<Column> |
| residenceTime | int64 |
| residenceTimeUnitNullable | string |
| pushDataTokenNullable | string |
| tagIdsNullable | Array<string> |
| aiAssistantInfo | AIAssistantInfoViewModel |
| Name | Type |
|---|---|
| addIndex | Boolean |
| nameNullable | string |
| dbColumnNameNullable | string |
| typeNullable | string |
| fieldDescriptionNullable | string |
| dataVizAIHint | DataVizAIHint |
The AIAssistantInfo class represents the AI assistant configuration for a dataset.
| Name | Type | Description |
|---|---|---|
| enabled | Boolean | value indicating whether the dataset can be used in chat analysis. |
| descriptionNullable | string | The summary information of the dataset that will be used for AI to automatically retrieve the dataset |
| columnAssistantInfosNullable | Array<ColumnAssistantInfoViewModel> |
The list of column assistant information, which contains the column name and its description. |
Enum:
NoneCurrencyImageURLImageBinaryGeoRegionGeoLatitudeGeoLongitudeGeoCountryGeoProvinceGeoCityGeoDistrictRepresents information about a dataset column(field), including its name and description.
| Name | Type | Description |
|---|---|---|
| columnNameNullable | string | Column(Field) Name |
| descriptionNullable | string | The summary information of the dataset fields that will be used for AI to automatically retrieve the dataset and relative columns. |
| Name | Type |
|---|---|
| datasetIdNullable | string |
| columnsNullable | Array<string> |
| rowsNullable | Array<array> |
| overwrite | Boolean |
| Name | Type |
|---|---|
| datasetIdNullable | string |
| isTableStructureChanged | Boolean |
| nameNullable | string |
| descriptionNullable | string |
| commentNullable | string |
| columnsNullable | Array<Column> |
| residenceTime | int64 |
| residenceTimeUnitNullable | string |
| pushDataTokenNullable | string |
| tagIdsNullable | Array<string> |
| aiAssistantInfo | AIAssistantInfoViewModel |