Skip to content

flywheel.models.matched_acquisition_output

MatchedAcquisitionOutput

Bases: object

analyses property writable

Gets the analyses of this MatchedAcquisitionOutput.

Returns:

Type Description
list[Analysis]

The analyses of this MatchedAcquisitionOutput

collections property writable

Gets the collections of this MatchedAcquisitionOutput.

Returns:

Type Description
list[str]

The collections of this MatchedAcquisitionOutput

created property writable

Gets the created of this MatchedAcquisitionOutput.

Returns:

Type Description
datetime

The created of this MatchedAcquisitionOutput

id property writable

Gets the id of this MatchedAcquisitionOutput.

Returns:

Type Description
str

The id of this MatchedAcquisitionOutput

inputs property writable

Gets the inputs of this MatchedAcquisitionOutput.

Returns:

Type Description
dict(str, union[FileReference,ContextInput])

The inputs of this MatchedAcquisitionOutput

label property writable

Gets the label of this MatchedAcquisitionOutput.

Returns:

Type Description
str

The label of this MatchedAcquisitionOutput

metadata property writable

Gets the metadata of this MatchedAcquisitionOutput.

Returns:

Type Description
dict(str, object)

The metadata of this MatchedAcquisitionOutput

modified property writable

Gets the modified of this MatchedAcquisitionOutput.

Returns:

Type Description
datetime

The modified of this MatchedAcquisitionOutput

parents property writable

Gets the parents of this MatchedAcquisitionOutput.

Returns:

Type Description
AcquisitionParents

The parents of this MatchedAcquisitionOutput

permissions property writable

Gets the permissions of this MatchedAcquisitionOutput.

Returns:

Type Description
list[RolePermission]

The permissions of this MatchedAcquisitionOutput

revision property writable

Gets the revision of this MatchedAcquisitionOutput.

Returns:

Type Description
int

The revision of this MatchedAcquisitionOutput

tags property writable

Gets the tags of this MatchedAcquisitionOutput.

Returns:

Type Description
list[str]

The tags of this MatchedAcquisitionOutput

timestamp property writable

Gets the timestamp of this MatchedAcquisitionOutput.

Returns:

Type Description
datetime

The timestamp of this MatchedAcquisitionOutput

timezone property writable

Gets the timezone of this MatchedAcquisitionOutput.

Returns:

Type Description
str

The timezone of this MatchedAcquisitionOutput

__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, metadata=None, timestamp=None, timezone=None, created=None, modified=None, revision=1, permissions=None, tags=None, analyses=None, collections=None, inputs=None)

MatchedAcquisitionOutput - 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
metadata (dict(str, object), 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
analyses (list[Analysis], optional)

, defaults to None

None
collections (list[str], optional)

, defaults to None

None
inputs (dict(str, union[FileReference, ContextInput]), 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