bitmovin_api_sdk.encoding.statistics.labels package
Subpackages
- bitmovin_api_sdk.encoding.statistics.labels.daily package
- Submodules
- bitmovin_api_sdk.encoding.statistics.labels.daily.daily_api module
- bitmovin_api_sdk.encoding.statistics.labels.daily.daily_statistics_per_label_list_by_date_range_query_params module
- bitmovin_api_sdk.encoding.statistics.labels.daily.daily_statistics_per_label_list_query_params module
- Module contents
Submodules
bitmovin_api_sdk.encoding.statistics.labels.labels_api module
- class bitmovin_api_sdk.encoding.statistics.labels.labels_api.LabelsApi(**kwargs)[source]
Bases:
BaseApi
- list(query_params: Optional[StatisticsPerLabelListQueryParams] = None, **kwargs: dict) StatisticsPerLabel [source]
Get Statistics per Label
- Parameters
query_params (StatisticsPerLabelListQueryParams) – Query parameters
- Returns
List of encoding statistics for this label
- Return type
- list_by_date_range(from_: date, to: date, query_params: StatisticsPerLabelListByDateRangeQueryParams = None, **kwargs: dict) StatisticsPerLabel [source]
Get statistics per label within specific dates
- Parameters
from (date, required) – Start date. Format: yyyy-MM-dd
to (date, required) – End date. Format: yyyy-MM-dd
query_params (StatisticsPerLabelListByDateRangeQueryParams) – Query parameters
- Returns
List of encoding statistics for this label
- Return type