bitmovin_api_sdk.encoding.statistics.labels package

Subpackages

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

StatisticsPerLabel

list_by_date_range(from_: date, to: date, query_params: StatisticsPerLabelListByDateRangeQueryParams = None, **kwargs: dict) StatisticsPerLabel[source]

Get statistics per label within specific dates

Parameters
Returns

List of encoding statistics for this label

Return type

StatisticsPerLabel

bitmovin_api_sdk.encoding.statistics.labels.statistics_per_label_list_by_date_range_query_params module

class bitmovin_api_sdk.encoding.statistics.labels.statistics_per_label_list_by_date_range_query_params.StatisticsPerLabelListByDateRangeQueryParams(offset: int = None, limit: int = None, labels: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

bitmovin_api_sdk.encoding.statistics.labels.statistics_per_label_list_query_params module

class bitmovin_api_sdk.encoding.statistics.labels.statistics_per_label_list_query_params.StatisticsPerLabelListQueryParams(offset: int = None, limit: int = None, labels: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents