flywheel.models.analysis_output_inflated_job
AnalysisOutputInflatedJob
Bases: object
compute_provider_id property writable
Gets the compute_provider_id of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
str | The compute_provider_id of this AnalysisOutputInflatedJob |
copy_of property writable
Gets the copy_of of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
str | The copy_of of this AnalysisOutputInflatedJob |
created property writable
Gets the created of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
datetime | The created of this AnalysisOutputInflatedJob |
description property writable
Gets the description of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
str | The description of this AnalysisOutputInflatedJob |
files property writable
Gets the files of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
list[FileOutput] | The files of this AnalysisOutputInflatedJob |
gear_info property writable
Gets the gear_info of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
GearInfo | The gear_info of this AnalysisOutputInflatedJob |
id property writable
Gets the id of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
str | The id of this AnalysisOutputInflatedJob |
info property writable
Gets the info of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
object | The info of this AnalysisOutputInflatedJob |
inputs property writable
Gets the inputs of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
list[FileOutput] | The inputs of this AnalysisOutputInflatedJob |
job property writable
Gets the job of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
JobOutput | The job of this AnalysisOutputInflatedJob |
job_id property writable
Gets the job_id of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
str | The job_id of this AnalysisOutputInflatedJob |
join_origin property writable
Gets the join_origin of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
JoinOrigins | The join_origin of this AnalysisOutputInflatedJob |
label property writable
Gets the label of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
str | The label of this AnalysisOutputInflatedJob |
modified property writable
Gets the modified of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
datetime | The modified of this AnalysisOutputInflatedJob |
notes property writable
Gets the notes of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
list[Note] | The notes of this AnalysisOutputInflatedJob |
original_copy_of property writable
Gets the original_copy_of of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
str | The original_copy_of of this AnalysisOutputInflatedJob |
parent property writable
Gets the parent of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
ContainerReference | The parent of this AnalysisOutputInflatedJob |
parents property writable
Gets the parents of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
AnalysisParents | The parents of this AnalysisOutputInflatedJob |
revision property writable
Gets the revision of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
int | The revision of this AnalysisOutputInflatedJob |
tags property writable
Gets the tags of this AnalysisOutputInflatedJob.
Returns:
| Type | Description |
|---|---|
list[str] | The tags of this AnalysisOutputInflatedJob |
__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, inputs=None, description=None, info=None, files=None, notes=None, tags=None, job_id=None, job=None, gear_info=None, compute_provider_id=None, join_origin=None, copy_of=None, original_copy_of=None)
AnalysisOutputInflatedJob - 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 |
inputs | (list[FileOutput], optional) | , defaults to None | None |
description | (str, optional) | , defaults to None | None |
info | (object, optional) | , defaults to None | None |
files | (list[FileOutput], optional) | , defaults to None | None |
notes | (list[Note], optional) | , defaults to None | None |
tags | (list[str], optional) | , defaults to None | None |
job_id | (str, optional) | , defaults to None | None |
job | (JobOutput, 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 |
__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