flywheel.models.analysis_list_output
AnalysisListOutput
Bases: AnalysisMixin
compute_provider_id property writable
Gets the compute_provider_id of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
str | The compute_provider_id of this AnalysisListOutput |
copy_of property writable
Gets the copy_of of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
str | The copy_of of this AnalysisListOutput |
created property writable
Gets the created of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
datetime | The created of this AnalysisListOutput |
description property writable
Gets the description of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
str | The description of this AnalysisListOutput |
files property writable
Gets the files of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
list[FileListOutput] | The files of this AnalysisListOutput |
gear_info property writable
Gets the gear_info of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
GearInfo | The gear_info of this AnalysisListOutput |
id property writable
Gets the id of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
str | The id of this AnalysisListOutput |
info property writable
Gets the info of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
object | The info of this AnalysisListOutput |
inputs property writable
Gets the inputs of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
list[FileListOutput] | The inputs of this AnalysisListOutput |
job property writable
Gets the job of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
str | The job of this AnalysisListOutput |
join_origin property writable
Gets the join_origin of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
JoinOrigins | The join_origin of this AnalysisListOutput |
label property writable
Gets the label of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
str | The label of this AnalysisListOutput |
modified property writable
Gets the modified of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
datetime | The modified of this AnalysisListOutput |
notes property writable
Gets the notes of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
list[Note] | The notes of this AnalysisListOutput |
original_copy_of property writable
Gets the original_copy_of of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
str | The original_copy_of of this AnalysisListOutput |
parent property writable
Gets the parent of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
ContainerReference | The parent of this AnalysisListOutput |
parents property writable
Gets the parents of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
AnalysisParents | The parents of this AnalysisListOutput |
revision property writable
Gets the revision of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
int | The revision of this AnalysisListOutput |
tags property writable
Gets the tags of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
list[str] | The tags of this AnalysisListOutput |
timestamp property writable
Gets the timestamp of this AnalysisListOutput.
Returns:
| Type | Description |
|---|---|
datetime | The timestamp of this AnalysisListOutput |
__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__(id=None, label=None, parent=None, parents=None, created=None, modified=None, revision=None, tags=None, inputs=None, description=None, files=None, notes=None, job=None, gear_info=None, compute_provider_id=None, join_origin=None, copy_of=None, original_copy_of=None, timestamp=None, info=None)
AnalysisListOutput - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
id | (str, optional) | , defaults to None | None |
label | (str, optional) | , defaults to None | None |
parent | (ContainerReference, optional) | , defaults to None | None |
parents | (AnalysisParents, optional) | , defaults to None | None |
created | (datetime, optional) | , defaults to None | None |
modified | (datetime, optional) | , defaults to None | None |
revision | (int, optional) | , defaults to None | None |
tags | (list[str], optional) | , defaults to None | None |
inputs | (list[FileListOutput], optional) | , defaults to None | None |
description | (str, optional) | , defaults to None | None |
files | (list[FileListOutput], optional) | , defaults to None | None |
notes | (list[Note], optional) | , defaults to None | None |
job | (str, optional) | , defaults to None | None |
gear_info | (GearInfo, optional) | , defaults to None | None |
compute_provider_id | (str, optional) | , defaults to None | None |
join_origin | (JoinOrigins, optional) | , defaults to None | None |
copy_of | (str, optional) | , defaults to None | None |
original_copy_of | (str, optional) | , defaults to None | None |
timestamp | (datetime, optional) | , defaults to None | None |
info | (object, 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