Skip to content

flywheel.models.project_settings_output

ProjectSettingsOutput

Bases: object

cvat property writable

Gets the cvat of this ProjectSettingsOutput.

Returns:

Type Description
CVATSettings

The cvat of this ProjectSettingsOutput

deid_profile property writable

Gets the deid_profile of this ProjectSettingsOutput.

Returns:

Type Description
dict(str, object)

The deid_profile of this ProjectSettingsOutput

external_routing_id property writable

Gets the external_routing_id of this ProjectSettingsOutput.

Returns:

Type Description
str

The external_routing_id of this ProjectSettingsOutput

forms property writable

Gets the forms of this ProjectSettingsOutput.

Returns:

Type Description
dict(str, list[FormDefinition])

The forms of this ProjectSettingsOutput

sharing property writable

Gets the sharing of this ProjectSettingsOutput.

Returns:

Type Description
ProjectSettingsSharing

The sharing of this ProjectSettingsOutput

viewer_apps property writable

Gets the viewer_apps of this ProjectSettingsOutput.

Returns:

Type Description
list[ViewerApp]

The viewer_apps of this ProjectSettingsOutput

workspaces property writable

Gets the workspaces of this ProjectSettingsOutput.

Returns:

Type Description
ProjectSettingsWorkspaces

The workspaces of this ProjectSettingsOutput

__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__(viewer_apps=None, deid_profile=None, forms=None, external_routing_id=None, sharing=None, workspaces=None, cvat=None)

ProjectSettingsOutput - a model defined in Swagger

Parameters:

Name Type Description Default
viewer_apps (list[ViewerApp], optional)

, defaults to None

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

, defaults to None

None
forms (dict(str, list[FormDefinition]), optional)

, defaults to None

None
external_routing_id (str, optional)

, defaults to None

None
sharing (ProjectSettingsSharing, optional)

, defaults to None

None
workspaces (ProjectSettingsWorkspaces, optional)

, defaults to None

None
cvat (CVATSettings, 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