flywheel.models.view_output
ViewOutput
Bases: object
columns property writable
Gets the columns of this ViewOutput.
Returns:
| Type | Description |
|---|---|
list[Column] | The columns of this ViewOutput |
description property writable
Gets the description of this ViewOutput.
Returns:
| Type | Description |
|---|---|
str | The description of this ViewOutput |
error_column property writable
Gets the error_column of this ViewOutput.
Returns:
| Type | Description |
|---|---|
bool | The error_column of this ViewOutput |
file_spec property writable
Gets the file_spec of this ViewOutput.
Returns:
| Type | Description |
|---|---|
DataViewFileSpec | The file_spec of this ViewOutput |
id property writable
Gets the id of this ViewOutput.
Returns:
| Type | Description |
|---|---|
str | The id of this ViewOutput |
include_ids property writable
Gets the include_ids of this ViewOutput.
Returns:
| Type | Description |
|---|---|
bool | The include_ids of this ViewOutput |
include_labels property writable
Gets the include_labels of this ViewOutput.
Returns:
| Type | Description |
|---|---|
bool | The include_labels of this ViewOutput |
label property writable
Gets the label of this ViewOutput.
Returns:
| Type | Description |
|---|---|
str | The label of this ViewOutput |
missing_data_strategy property writable
Gets the missing_data_strategy of this ViewOutput.
Returns:
| Type | Description |
|---|---|
DataStrategy | The missing_data_strategy of this ViewOutput |
origin property writable
Gets the origin of this ViewOutput.
Returns:
| Type | Description |
|---|---|
Origin | The origin of this ViewOutput |
sort property writable
Gets the sort of this ViewOutput.
Opt out of sorting results by setting value to false
Returns:
| Type | Description |
|---|---|
bool | The sort of this ViewOutput |
__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, label=None, description=None, columns=None, origin=None, file_spec=None, include_ids=None, include_labels=None, error_column=None, missing_data_strategy=None, sort=None)
ViewOutput - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
id | (str, optional) | , defaults to None | None |
label | (str, optional) | , defaults to None | None |
description | (str, optional) | , defaults to None | None |
columns | (list[Column], optional) | , defaults to None | None |
origin | (Origin, optional) | , defaults to None | None |
file_spec | (DataViewFileSpec, optional) | , defaults to None | None |
include_ids | (bool, optional) | , defaults to None | None |
include_labels | (bool, optional) | , defaults to None | None |
error_column | (bool, optional) | , defaults to None | None |
missing_data_strategy | (DataStrategy, optional) | , defaults to None | None |
sort | (bool, optional) | Opt out of sorting results by setting value to false, 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