flywheel.models.report_daily_usage_entry
ReportDailyUsageEntry
Bases: object
center_compute_ms property writable
Gets the center_compute_ms of this ReportDailyUsageEntry.
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 ReportDailyUsageEntry |
center_job_count property writable
Gets the center_job_count of this ReportDailyUsageEntry.
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 ReportDailyUsageEntry |
center_storage_bytes property writable
Gets the center_storage_bytes of this ReportDailyUsageEntry.
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 ReportDailyUsageEntry |
day property writable
Gets the day of this ReportDailyUsageEntry.
The day that this record represents
Returns:
| Type | Description |
|---|---|
int | The day of this ReportDailyUsageEntry |
group property writable
Gets the group of this ReportDailyUsageEntry.
The group label
Returns:
| Type | Description |
|---|---|
str | The group of this ReportDailyUsageEntry |
group_compute_ms property writable
Gets the group_compute_ms of this ReportDailyUsageEntry.
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 ReportDailyUsageEntry |
group_job_count property writable
Gets the group_job_count of this ReportDailyUsageEntry.
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 ReportDailyUsageEntry |
group_storage_bytes property writable
Gets the group_storage_bytes of this ReportDailyUsageEntry.
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 ReportDailyUsageEntry |
month property writable
Gets the month of this ReportDailyUsageEntry.
The month that this record represents
Returns:
| Type | Description |
|---|---|
int | The month of this ReportDailyUsageEntry |
project property writable
Gets the project of this ReportDailyUsageEntry.
Unique database ID
Returns:
| Type | Description |
|---|---|
str | The project of this ReportDailyUsageEntry |
project_label property writable
Gets the project_label of this ReportDailyUsageEntry.
Application-specific label
Returns:
| Type | Description |
|---|---|
str | The project_label of this ReportDailyUsageEntry |
session_count property writable
Gets the session_count of this ReportDailyUsageEntry.
The number of sessions that existed at the last collection time
Returns:
| Type | Description |
|---|---|
int | The session_count of this ReportDailyUsageEntry |
year property writable
Gets the year of this ReportDailyUsageEntry.
The year that this record represents
Returns:
| Type | Description |
|---|---|
int | The year of this ReportDailyUsageEntry |
__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, group=None, project=None, project_label=None, session_count=None, center_job_count=None, group_job_count=None, center_compute_ms=None, group_compute_ms=None, center_storage_bytes=None, group_storage_bytes=None)
ReportDailyUsageEntry - 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 |
group | (str, optional) | The group label, defaults to None | None |
project | (str, optional) | Unique database ID, defaults to None | None |
project_label | (str, optional) | Application-specific label, defaults to None | None |
session_count | (int, optional) | The number of sessions that existed at the last collection time, defaults to None | None |
center_job_count | (int, optional) | The number of center-designated gear jobs that completed during the time frame (billable to the center), defaults to None | None |
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 None | None |
center_compute_ms | (int, optional) | The compute time of center-designated gear jobs completed during the time frame (billable to the center), defaults to None | None |
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 None | None |
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 None | None |
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 None | None |
__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