Skip to content

flywheel.models.matched_session_output

MatchedSessionOutput

Bases: object

analyses property writable

Gets the analyses of this MatchedSessionOutput.

Returns:

Type Description
list[Analysis]

The analyses of this MatchedSessionOutput

collections property writable

Gets the collections of this MatchedSessionOutput.

Returns:

Type Description
list[str]

The collections of this MatchedSessionOutput

created property writable

Gets the created of this MatchedSessionOutput.

Returns:

Type Description
datetime

The created of this MatchedSessionOutput

id property writable

Gets the id of this MatchedSessionOutput.

Returns:

Type Description
str

The id of this MatchedSessionOutput

inputs property writable

Gets the inputs of this MatchedSessionOutput.

Returns:

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

The inputs of this MatchedSessionOutput

label property writable

Gets the label of this MatchedSessionOutput.

Returns:

Type Description
str

The label of this MatchedSessionOutput

metadata property writable

Gets the metadata of this MatchedSessionOutput.

Returns:

Type Description
dict(str, object)

The metadata of this MatchedSessionOutput

modified property writable

Gets the modified of this MatchedSessionOutput.

Returns:

Type Description
datetime

The modified of this MatchedSessionOutput

parents property writable

Gets the parents of this MatchedSessionOutput.

Returns:

Type Description
SessionParents

The parents of this MatchedSessionOutput

permissions property writable

Gets the permissions of this MatchedSessionOutput.

Returns:

Type Description
list[RolePermission]

The permissions of this MatchedSessionOutput

revision property writable

Gets the revision of this MatchedSessionOutput.

Returns:

Type Description
int

The revision of this MatchedSessionOutput

tags property writable

Gets the tags of this MatchedSessionOutput.

Returns:

Type Description
list[str]

The tags of this MatchedSessionOutput

timestamp property writable

Gets the timestamp of this MatchedSessionOutput.

Returns:

Type Description
datetime

The timestamp of this MatchedSessionOutput

timezone property writable

Gets the timezone of this MatchedSessionOutput.

Returns:

Type Description
str

The timezone of this MatchedSessionOutput

__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)

MatchedSessionOutput - a model defined in Swagger

Parameters:

Name Type Description Default
id (str, optional)

, defaults to None

None
parents (SessionParents, 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