[]
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Responses
[200] Success
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
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 |
| 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 |
Responses
[200] Success
| Name | Type |
|---|---|
| nameNullable | string |
| descriptionNullable | string |
| commentNullable | string |
| columnsNullable | Array<Column> |
| pushDataTokenNullable | string |
| tagIdsNullable | Array<string> |
| securityFilter | PushDatasetSecurityFilter |
| aiAssistantInfo | AIAssistantInfoViewModel |
| Name | Type |
|---|---|
| addIndex | Boolean |
| nameNullable | string |
| dbColumnNameNullable | string |
| typeNullable | string |
| fieldDescriptionNullable | string |
| dataVizAIHint | DataVizAIHint |
| Name | Type |
|---|---|
| leftType | PushDatasetSecurityFilterRuleType |
| leftValueNullable | string |
| dataTypeNullable | string |
| operatorNullable | string |
| rightType | PushDatasetSecurityFilterRuleType |
| rightValueNullable | string |
| rightValue2Nullable | string |
| type | PushDatasetSecurityFilterType |
| itemsNullable | Array<PushDatasetSecurityFilter> |
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:
NoneCurrencyImageURLImageBinaryGeoRegionGeoLatitudeGeoLongitudeGeoCountryGeoProvinceGeoCityGeoDistrictEnum:
FieldUserContextOrganizationContextConstantEnum:
AndGroupOrGroupRuleRepresents 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 |
| isTableStructureChanged | Boolean |
| nameNullable | string |
| descriptionNullable | string |
| commentNullable | string |
| columnsNullable | Array<Column> |
| pushDataTokenNullable | string |
| tagIdsNullable | Array<string> |
| securityFilter | PushDatasetSecurityFilter |
| aiAssistantInfo | AIAssistantInfoViewModel |
| Name | Type |
|---|---|
| datasetIdNullable | string |
| columnsNullable | Array<string> |
| rowsNullable | Array<array> |
| overwrite | Boolean |
| Name | Type |
|---|---|
| columnNameNullable | string |
| valueNullable | any |
| optionNullable | string |