Skip to content

flywheel.models.daily_report_usage

DailyReportUsage

Bases: object

center_compute_ms property writable

Gets the center_compute_ms of this DailyReportUsage.

The compute time of center-designated gear jobs completed during the time frame (billable to the center)

Returns:

Type Description
int

The center_compute_ms of this DailyReportUsage

center_job_count property writable

Gets the center_job_count of this DailyReportUsage.

The number of center-designated gear jobs that completed during the time frame (billable to the center)

Returns:

Type Description
int

The center_job_count of this DailyReportUsage

center_storage_bytes property writable

Gets the center_storage_bytes of this DailyReportUsage.

The total storage used by files originating from devices or center-designated gears on this day (billable to the center)

Returns:

Type Description
int

The center_storage_bytes of this DailyReportUsage

center_storage_soft_deleted_bytes property writable

Gets the center_storage_soft_deleted_bytes of this DailyReportUsage.

The total storage used by soft deleted files originating from devices or center-designated gears on this day (billable to the center)

Returns:

Type Description
int

The center_storage_soft_deleted_bytes of this DailyReportUsage

day property writable

Gets the day of this DailyReportUsage.

The day that this record represents

Returns:

Type Description
int

The day of this DailyReportUsage

group property writable

Gets the group of this DailyReportUsage.

The group label

Returns:

Type Description
str

The group of this DailyReportUsage

group_compute_ms property writable

Gets the group_compute_ms of this DailyReportUsage.

The compute time of non-center-designated (lab) gear jobs completed during the time frame (billable to the group)

Returns:

Type Description
int

The group_compute_ms of this DailyReportUsage

group_job_count property writable

Gets the group_job_count of this DailyReportUsage.

The number of non-center-designated (lab) gear jobs that completed during the time frame (billable to the group)

Returns:

Type Description
int

The group_job_count of this DailyReportUsage

group_storage_bytes property writable

Gets the group_storage_bytes of this DailyReportUsage.

The total storage used by files not originating from devices or non-center-designated (lab) gears on this day (billable to the group)

Returns:

Type Description
int

The group_storage_bytes of this DailyReportUsage

group_storage_soft_deleted_bytes property writable

Gets the group_storage_soft_deleted_bytes of this DailyReportUsage.

The total storage used by soft deleted files not originating from devices or non-center-designated (lab) gears on this day (billable to the group)

Returns:

Type Description
int

The group_storage_soft_deleted_bytes of this DailyReportUsage

month property writable

Gets the month of this DailyReportUsage.

The month that this record represents

Returns:

Type Description
int

The month of this DailyReportUsage

project property writable

Gets the project of this DailyReportUsage.

Returns:

Type Description
str

The project of this DailyReportUsage

project_label property writable

Gets the project_label of this DailyReportUsage.

Application-specific label

Returns:

Type Description
str

The project_label of this DailyReportUsage

session_count property writable

Gets the session_count of this DailyReportUsage.

The number of sessions that existed at the last collection time

Returns:

Type Description
int

The session_count of this DailyReportUsage

year property writable

Gets the year of this DailyReportUsage.

The year that this record represents

Returns:

Type Description
int

The year of this DailyReportUsage

__contains__(key)

Checks if the given value is a key in this object

__eq__(other)

Returns true if both objects are equal

__getitem__(key)

Returns the value of key

__init__(year=None, month=None, day=None, project_label=None, group=None, project=None, session_count=0, center_job_count=0, group_job_count=0, center_compute_ms=0, group_compute_ms=0, center_storage_bytes=0, center_storage_soft_deleted_bytes=0, group_storage_bytes=0, group_storage_soft_deleted_bytes=0)

DailyReportUsage - a model defined in Swagger

Parameters:

Name Type Description Default
year (int, optional)

The year that this record represents, defaults to None

None
month (int, optional)

The month that this record represents, defaults to None

None
day (int, optional)

The day that this record represents, defaults to None

None
project_label (str, optional)

Application-specific label, defaults to None

None
group (str, optional)

The group label, defaults to None

None
project (str, optional)

, defaults to None

None
session_count (int, optional)

The number of sessions that existed at the last collection time, defaults to 0

0
center_job_count (int, optional)

The number of center-designated gear jobs that completed during the time frame (billable to the center), defaults to 0

0
group_job_count (int, optional)

The number of non-center-designated (lab) gear jobs that completed during the time frame (billable to the group), defaults to 0

0
center_compute_ms (int, optional)

The compute time of center-designated gear jobs completed during the time frame (billable to the center), defaults to 0

0
group_compute_ms (int, optional)

The compute time of non-center-designated (lab) gear jobs completed during the time frame (billable to the group), defaults to 0

0
center_storage_bytes (int, optional)

The total storage used by files originating from devices or center-designated gears on this day (billable to the center), defaults to 0

0
center_storage_soft_deleted_bytes (int, optional)

The total storage used by soft deleted files originating from devices or center-designated gears on this day (billable to the center), defaults to 0

0
group_storage_bytes (int, optional)

The total storage used by files not originating from devices or non-center-designated (lab) gears on this day (billable to the group), defaults to 0

0
group_storage_soft_deleted_bytes (int, optional)

The total storage used by soft deleted files not originating from devices or non-center-designated (lab) gears on this day (billable to the group), defaults to 0

0

__ne__(other)

Returns true if both objects are not equal

__repr__()

For print and pprint

__setitem__(key, value)

Sets the value of key

get(key, default=None)

Get the value of the provided json property, or default

items()

Returns the list of json property to value mapping

keys()

Returns the list of json properties in the object

positional_to_model(value) staticmethod

Converts a positional argument to a model value

return_value()

Unwraps return value from model

to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

values()

Returns the list of values in the object