Skip to content

flywheel.models.analysis_list_output_inflated_job

AnalysisListOutputInflatedJob

Bases: object

compute_provider_id property writable

Gets the compute_provider_id of this AnalysisListOutputInflatedJob.

Returns:

Type Description
str

The compute_provider_id of this AnalysisListOutputInflatedJob

copy_of property writable

Gets the copy_of of this AnalysisListOutputInflatedJob.

Returns:

Type Description
str

The copy_of of this AnalysisListOutputInflatedJob

created property writable

Gets the created of this AnalysisListOutputInflatedJob.

Returns:

Type Description
datetime

The created of this AnalysisListOutputInflatedJob

description property writable

Gets the description of this AnalysisListOutputInflatedJob.

Returns:

Type Description
str

The description of this AnalysisListOutputInflatedJob

files property writable

Gets the files of this AnalysisListOutputInflatedJob.

Returns:

Type Description
list[FileListOutput]

The files of this AnalysisListOutputInflatedJob

gear_info property writable

Gets the gear_info of this AnalysisListOutputInflatedJob.

Returns:

Type Description
GearInfo

The gear_info of this AnalysisListOutputInflatedJob

id property writable

Gets the id of this AnalysisListOutputInflatedJob.

Returns:

Type Description
str

The id of this AnalysisListOutputInflatedJob

inputs property writable

Gets the inputs of this AnalysisListOutputInflatedJob.

Returns:

Type Description
list[FileListOutput]

The inputs of this AnalysisListOutputInflatedJob

job property writable

Gets the job of this AnalysisListOutputInflatedJob.

Returns:

Type Description
JobListOutput

The job of this AnalysisListOutputInflatedJob

job_id property writable

Gets the job_id of this AnalysisListOutputInflatedJob.

Returns:

Type Description
str

The job_id of this AnalysisListOutputInflatedJob

join_origin property writable

Gets the join_origin of this AnalysisListOutputInflatedJob.

Returns:

Type Description
JoinOrigins

The join_origin of this AnalysisListOutputInflatedJob

label property writable

Gets the label of this AnalysisListOutputInflatedJob.

Returns:

Type Description
str

The label of this AnalysisListOutputInflatedJob

modified property writable

Gets the modified of this AnalysisListOutputInflatedJob.

Returns:

Type Description
datetime

The modified of this AnalysisListOutputInflatedJob

notes property writable

Gets the notes of this AnalysisListOutputInflatedJob.

Returns:

Type Description
list[Note]

The notes of this AnalysisListOutputInflatedJob

original_copy_of property writable

Gets the original_copy_of of this AnalysisListOutputInflatedJob.

Returns:

Type Description
str

The original_copy_of of this AnalysisListOutputInflatedJob

parent property writable

Gets the parent of this AnalysisListOutputInflatedJob.

Returns:

Type Description
ContainerReference

The parent of this AnalysisListOutputInflatedJob

parents property writable

Gets the parents of this AnalysisListOutputInflatedJob.

Returns:

Type Description
AnalysisParents

The parents of this AnalysisListOutputInflatedJob

revision property writable

Gets the revision of this AnalysisListOutputInflatedJob.

Returns:

Type Description
int

The revision of this AnalysisListOutputInflatedJob

tags property writable

Gets the tags of this AnalysisListOutputInflatedJob.

Returns:

Type Description
list[str]

The tags of this AnalysisListOutputInflatedJob

__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, tags=None, files=None, notes=None, job_id=None, job=None, gear_info=None, compute_provider_id=None, join_origin=None, copy_of=None, original_copy_of=None)

AnalysisListOutputInflatedJob - 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[FileListOutput], optional)

, defaults to None

None
description (str, optional)

, defaults to None

None
tags (list[str], optional)

, defaults to None

None
files (list[FileListOutput], optional)

, defaults to None

None
notes (list[Note], optional)

, defaults to None

None
job_id (str, optional)

, defaults to None

None
job (JobListOutput, 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