Skip to content

flywheel.models.acquisition_list_output

AcquisitionListOutput

Bases: AcquisitionMixin

analyses property writable

Gets the analyses of this AcquisitionListOutput.

Returns:

Type Description
list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]

The analyses of this AcquisitionListOutput

collections property writable

Gets the collections of this AcquisitionListOutput.

Returns:

Type Description
list[str]

The collections of this AcquisitionListOutput

copy_of property writable

Gets the copy_of of this AcquisitionListOutput.

Returns:

Type Description
str

The copy_of of this AcquisitionListOutput

copy_status property writable

Gets the copy_status of this AcquisitionListOutput.

Returns:

Type Description
CopyStatus

The copy_status of this AcquisitionListOutput

created property writable

Gets the created of this AcquisitionListOutput.

Returns:

Type Description
datetime

The created of this AcquisitionListOutput

files property writable

Gets the files of this AcquisitionListOutput.

Returns:

Type Description
list[FileListOutput]

The files of this AcquisitionListOutput

id property writable

Gets the id of this AcquisitionListOutput.

Returns:

Type Description
str

The id of this AcquisitionListOutput

info property writable

Gets the info of this AcquisitionListOutput.

Returns:

Type Description
object

The info of this AcquisitionListOutput

info_exists property writable

Gets the info_exists of this AcquisitionListOutput.

Returns:

Type Description
bool

The info_exists of this AcquisitionListOutput

join_origin property writable

Gets the join_origin of this AcquisitionListOutput.

Returns:

Type Description
JoinOrigins

The join_origin of this AcquisitionListOutput

label property writable

Gets the label of this AcquisitionListOutput.

Returns:

Type Description
str

The label of this AcquisitionListOutput

metadata property writable

Gets the metadata of this AcquisitionListOutput.

Returns:

Type Description
dict(str, object)

The metadata of this AcquisitionListOutput

modified property writable

Gets the modified of this AcquisitionListOutput.

Returns:

Type Description
datetime

The modified of this AcquisitionListOutput

notes property writable

Gets the notes of this AcquisitionListOutput.

Returns:

Type Description
list[Note]

The notes of this AcquisitionListOutput

original_copy_of property writable

Gets the original_copy_of of this AcquisitionListOutput.

Returns:

Type Description
str

The original_copy_of of this AcquisitionListOutput

parents property writable

Gets the parents of this AcquisitionListOutput.

Returns:

Type Description
AcquisitionParents

The parents of this AcquisitionListOutput

permissions property writable

Gets the permissions of this AcquisitionListOutput.

Returns:

Type Description
list[RolePermission]

The permissions of this AcquisitionListOutput

revision property writable

Gets the revision of this AcquisitionListOutput.

Returns:

Type Description
int

The revision of this AcquisitionListOutput

session property writable

Gets the session of this AcquisitionListOutput.

Returns:

Type Description
str

The session of this AcquisitionListOutput

tags property writable

Gets the tags of this AcquisitionListOutput.

Returns:

Type Description
list[str]

The tags of this AcquisitionListOutput

timestamp property writable

Gets the timestamp of this AcquisitionListOutput.

Returns:

Type Description
datetime

The timestamp of this AcquisitionListOutput

timezone property writable

Gets the timezone of this AcquisitionListOutput.

Returns:

Type Description
str

The timezone of this AcquisitionListOutput

uid property writable

Gets the uid of this AcquisitionListOutput.

Returns:

Type Description
str

The uid of this AcquisitionListOutput

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

AcquisitionListOutput - 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 (object, optional)

, defaults to None

None
info_exists (bool, optional)

, defaults to False

False
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
tags (list[str], 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
notes (list[Note], optional)

, defaults to None

None
analyses (list[union[AnalysisListOutput, AnalysisListOutputInflatedJob]], optional)

, defaults to None

None
collections (list[str], optional)

, defaults to None

None
join_origin (JoinOrigins, optional)

, defaults to None

None
files (list[FileListOutput], 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