Skip to content

flywheel.models.analysis_output

AnalysisOutput

Bases: AnalysisMixin

compute_provider_id property writable

Gets the compute_provider_id of this AnalysisOutput.

Returns:

Type Description
str

The compute_provider_id of this AnalysisOutput

copy_of property writable

Gets the copy_of of this AnalysisOutput.

Returns:

Type Description
str

The copy_of of this AnalysisOutput

created property writable

Gets the created of this AnalysisOutput.

Returns:

Type Description
datetime

The created of this AnalysisOutput

description property writable

Gets the description of this AnalysisOutput.

Returns:

Type Description
str

The description of this AnalysisOutput

files property writable

Gets the files of this AnalysisOutput.

Returns:

Type Description
list[FileOutput]

The files of this AnalysisOutput

gear_info property writable

Gets the gear_info of this AnalysisOutput.

Returns:

Type Description
GearInfo

The gear_info of this AnalysisOutput

id property writable

Gets the id of this AnalysisOutput.

Returns:

Type Description
str

The id of this AnalysisOutput

info property writable

Gets the info of this AnalysisOutput.

Returns:

Type Description
object

The info of this AnalysisOutput

inputs property writable

Gets the inputs of this AnalysisOutput.

Returns:

Type Description
list[FileOutput]

The inputs of this AnalysisOutput

job property writable

Gets the job of this AnalysisOutput.

Returns:

Type Description
union[JobOutput,str]

The job of this AnalysisOutput

join_origin property writable

Gets the join_origin of this AnalysisOutput.

Returns:

Type Description
JoinOrigins

The join_origin of this AnalysisOutput

label property writable

Gets the label of this AnalysisOutput.

Returns:

Type Description
str

The label of this AnalysisOutput

modified property writable

Gets the modified of this AnalysisOutput.

Returns:

Type Description
datetime

The modified of this AnalysisOutput

notes property writable

Gets the notes of this AnalysisOutput.

Returns:

Type Description
list[Note]

The notes of this AnalysisOutput

original_copy_of property writable

Gets the original_copy_of of this AnalysisOutput.

Returns:

Type Description
str

The original_copy_of of this AnalysisOutput

parent property writable

Gets the parent of this AnalysisOutput.

Returns:

Type Description
ContainerReference

The parent of this AnalysisOutput

parents property writable

Gets the parents of this AnalysisOutput.

Returns:

Type Description
AnalysisParents

The parents of this AnalysisOutput

revision property writable

Gets the revision of this AnalysisOutput.

Returns:

Type Description
int

The revision of this AnalysisOutput

tags property writable

Gets the tags of this AnalysisOutput.

Returns:

Type Description
list[str]

The tags of this AnalysisOutput

timestamp property writable

Gets the timestamp of this AnalysisOutput.

Returns:

Type Description
datetime

The timestamp of this AnalysisOutput

__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, timestamp=None, revision=None, inputs=None, description=None, info=None, files=None, notes=None, tags=None, job=None, gear_info=None, compute_provider_id=None, join_origin=None, copy_of=None, original_copy_of=None)

AnalysisOutput - 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
timestamp (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 (union[JobOutput, 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

__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