GenAIDateGranularity
Home > @gooddata/sdk-model > GenAIDateGranularity
GenAIDateGranularity type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Date granularity for the relative date filter.
Signature:
export type GenAIDateGranularity = "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "MINUTE_OF_HOUR" | "HOUR_OF_DAY" | "DAY_OF_WEEK" | "DAY_OF_MONTH" | "DAY_OF_YEAR" | "WEEK_OF_YEAR" | "MONTH_OF_YEAR" | "QUARTER_OF_YEAR";