flywheel.models.project_counters
ProjectCounters
Bases: object
acquisition_files property writable
Gets the acquisition_files of this ProjectCounters.
Returns:
| Type | Description |
|---|---|
int | The acquisition_files of this ProjectCounters |
acquisitions property writable
Gets the acquisitions of this ProjectCounters.
Returns:
| Type | Description |
|---|---|
int | The acquisitions of this ProjectCounters |
analyses property writable
Gets the analyses of this ProjectCounters.
Returns:
| Type | Description |
|---|---|
int | The analyses of this ProjectCounters |
compliant_sessions property writable
Gets the compliant_sessions of this ProjectCounters.
Returns:
| Type | Description |
|---|---|
int | The compliant_sessions of this ProjectCounters |
files property writable
Gets the files of this ProjectCounters.
Returns:
| Type | Description |
|---|---|
int | The files of this ProjectCounters |
jobs property writable
Gets the jobs of this ProjectCounters.
Returns:
| Type | Description |
|---|---|
int | The jobs of this ProjectCounters |
noncompliant_sessions property writable
Gets the noncompliant_sessions of this ProjectCounters.
Returns:
| Type | Description |
|---|---|
int | The noncompliant_sessions of this ProjectCounters |
sessions property writable
Gets the sessions of this ProjectCounters.
Returns:
| Type | Description |
|---|---|
int | The sessions of this ProjectCounters |
subjects property writable
Gets the subjects of this ProjectCounters.
Returns:
| Type | Description |
|---|---|
int | The subjects of this ProjectCounters |
__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__(subjects=None, sessions=None, acquisitions=None, files=None, jobs=None, analyses=None, acquisition_files=None, compliant_sessions=None, noncompliant_sessions=None)
ProjectCounters - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
subjects | (int, optional) | , defaults to None | None |
sessions | (int, optional) | , defaults to None | None |
acquisitions | (int, optional) | , defaults to None | None |
files | (int, optional) | , defaults to None | None |
jobs | (int, optional) | , defaults to None | None |
analyses | (int, optional) | , defaults to None | None |
acquisition_files | (int, optional) | , defaults to None | None |
compliant_sessions | (int, optional) | , defaults to None | None |
noncompliant_sessions | (int, optional) | , 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