flywheel.models.graph_filter
GraphFilter
Bases: object
acquisitions property writable
Gets the acquisitions of this GraphFilter.
Returns:
| Type | Description |
|---|---|
TreeContainerRequestSpec | The acquisitions of this GraphFilter |
analyses property writable
Gets the analyses of this GraphFilter.
Returns:
| Type | Description |
|---|---|
TreeContainerRequestSpec | The analyses of this GraphFilter |
groups property writable
Gets the groups of this GraphFilter.
Returns:
| Type | Description |
|---|---|
TreeContainerRequestSpec | The groups of this GraphFilter |
jobs property writable
Gets the jobs of this GraphFilter.
Returns:
| Type | Description |
|---|---|
TreeContainerRequestSpec | The jobs of this GraphFilter |
projects property writable
Gets the projects of this GraphFilter.
Returns:
| Type | Description |
|---|---|
TreeContainerRequestSpec | The projects of this GraphFilter |
sessions property writable
Gets the sessions of this GraphFilter.
Returns:
| Type | Description |
|---|---|
TreeContainerRequestSpec | The sessions of this GraphFilter |
subjects property writable
Gets the subjects of this GraphFilter.
Returns:
| Type | Description |
|---|---|
TreeContainerRequestSpec | The subjects of this GraphFilter |
__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__(groups=None, projects=None, subjects=None, sessions=None, acquisitions=None, analyses=None, jobs=None)
GraphFilter - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
groups | (TreeContainerRequestSpec, optional) | , defaults to None | None |
projects | (TreeContainerRequestSpec, optional) | , defaults to None | None |
subjects | (TreeContainerRequestSpec, optional) | , defaults to None | None |
sessions | (TreeContainerRequestSpec, optional) | , defaults to None | None |
acquisitions | (TreeContainerRequestSpec, optional) | , defaults to None | None |
analyses | (TreeContainerRequestSpec, optional) | , defaults to None | None |
jobs | (TreeContainerRequestSpec, 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