QueryResultResponse
The base model for any single resource HTTP response
Properties
Name | Type | Description | Notes |
---|---|---|---|
created_user_id | str | The user that created the resource | |
created_dt | datetime | The created datetime of the resource | |
updated_user_id | str | The user that last updated the resource | |
updated_dt | datetime | The datetime the resource was last updated | |
query_id | str | The query id | |
query | str | The SQL query | |
dataset | BasicDescription | ||
embedding | BasicDescription | ||
status | QueryStatus | ||
start_dt | datetime, none_type | The time the query started executing | [optional] |
end_dt | datetime, none_type | The time the query finished executing | [optional] |
is_active | bool | Defines if the query is in an active state or not | [optional] if omitted the server will use the default value of False |
error | str, none_type | The query error stacktrace | [optional] |
results | QueryResult, none_type | [optional] |