Skip to content

flywheel.models.acquisition_output

AcquisitionOutput

Bases: AcquisitionMixin

analyses property writable

Gets the analyses of this AcquisitionOutput.

Returns:

Type Description
list[union[AnalysisOutput,AnalysisOutputInflatedJob]]

The analyses of this AcquisitionOutput

collections property writable

Gets the collections of this AcquisitionOutput.

Returns:

Type Description
list[str]

The collections of this AcquisitionOutput

copy_of property writable

Gets the copy_of of this AcquisitionOutput.

Returns:

Type Description
str

The copy_of of this AcquisitionOutput

copy_status property writable

Gets the copy_status of this AcquisitionOutput.

Returns:

Type Description
CopyStatus

The copy_status of this AcquisitionOutput

created property writable

Gets the created of this AcquisitionOutput.

Returns:

Type Description
datetime

The created of this AcquisitionOutput

files property writable

Gets the files of this AcquisitionOutput.

Returns:

Type Description
list[FileOutput]

The files of this AcquisitionOutput

id property writable

Gets the id of this AcquisitionOutput.

Returns:

Type Description
str

The id of this AcquisitionOutput

info property writable

Gets the info of this AcquisitionOutput.

Returns:

Type Description
dict(str, object)

The info of this AcquisitionOutput

info_exists property writable

Gets the info_exists of this AcquisitionOutput.

Returns:

Type Description
bool

The info_exists of this AcquisitionOutput

join_origin property writable

Gets the join_origin of this AcquisitionOutput.

Returns:

Type Description
JoinOrigins

The join_origin of this AcquisitionOutput

label property writable

Gets the label of this AcquisitionOutput.

Returns:

Type Description
str

The label of this AcquisitionOutput

metadata property writable

Gets the metadata of this AcquisitionOutput.

Returns:

Type Description
dict(str, object)

The metadata of this AcquisitionOutput

modified property writable

Gets the modified of this AcquisitionOutput.

Returns:

Type Description
datetime

The modified of this AcquisitionOutput

notes property writable

Gets the notes of this AcquisitionOutput.

Returns:

Type Description
list[Note]

The notes of this AcquisitionOutput

original_copy_of property writable

Gets the original_copy_of of this AcquisitionOutput.

Returns:

Type Description
str

The original_copy_of of this AcquisitionOutput

parents property writable

Gets the parents of this AcquisitionOutput.

Returns:

Type Description
AcquisitionParents

The parents of this AcquisitionOutput

permissions property writable

Gets the permissions of this AcquisitionOutput.

Returns:

Type Description
list[RolePermission]

The permissions of this AcquisitionOutput

revision property writable

Gets the revision of this AcquisitionOutput.

Returns:

Type Description
int

The revision of this AcquisitionOutput

session property writable

Gets the session of this AcquisitionOutput.

Returns:

Type Description
str

The session of this AcquisitionOutput

tags property writable

Gets the tags of this AcquisitionOutput.

Returns:

Type Description
list[str]

The tags of this AcquisitionOutput

timestamp property writable

Gets the timestamp of this AcquisitionOutput.

Returns:

Type Description
datetime

The timestamp of this AcquisitionOutput

timezone property writable

Gets the timezone of this AcquisitionOutput.

Returns:

Type Description
str

The timezone of this AcquisitionOutput

uid property writable

Gets the uid of this AcquisitionOutput.

Returns:

Type Description
str

The uid of this AcquisitionOutput

__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, parents=None, label=None, session=None, info_exists=None, info=None, metadata=None, uid=None, timestamp=None, timezone=None, created=None, modified=None, revision=1, permissions=None, tags=None, notes=None, analyses=None, collections=None, join_origin=None, files=None, copy_of=None, original_copy_of=None, copy_status=None)

AcquisitionOutput - a model defined in Swagger

Parameters:

Name Type Description Default
id (str, optional)

, defaults to None

None
parents (AcquisitionParents, optional)

, defaults to None

None
label (str, optional)

, defaults to None

None
session (str, optional)

, defaults to None

None
info_exists (bool, optional)

, defaults to None

None
info (dict(str, object), optional)

, defaults to None

None
metadata (dict(str, object), optional)

, defaults to None

None
uid (str, optional)

, defaults to None

None
timestamp (datetime, optional)

, defaults to None

None
timezone (str, optional)

, defaults to None

None
created (datetime, optional)

, defaults to None

None
modified (datetime, optional)

, defaults to None

None
revision (int, optional)

, defaults to 1

1
permissions (list[RolePermission], optional)

, defaults to None

None
tags (list[str], optional)

, defaults to None

None
notes (list[Note], optional)

, defaults to None

None
analyses (list[union[AnalysisOutput, AnalysisOutputInflatedJob]], optional)

, defaults to None

None
collections (list[str], optional)

, defaults to None

None
join_origin (JoinOrigins, optional)

, defaults to None

None
files (list[FileOutput], optional)

, defaults to None

None
copy_of (str, optional)

, defaults to None

None
original_copy_of (str, optional)

, defaults to None

None
copy_status (CopyStatus, 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