Function#

class pyatlan.model.assets.Function(*, typeName: str = 'Function', attributes: Function.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = '', isIncomplete: bool | None = True, labels: List[str] | None = None, relationshipAttributes: Dict[str, Any] | None = None, status: EntityStatus | None = None, updatedBy: str | None = None, updateTime: int | None = None, version: int | None = None, classifications: List[AtlanTag] | None = None, classificationNames: List[str] | None = None, displayText: str | None = None, entityStatus: str | None = None, relationshipGuid: str | None = None, relationshipStatus: str | None = None, relationshipType: str | None = None, meaningNames: List[str] | None = None, meanings: List[Meaning] | None = None, customAttributes: Dict[str, Any] | None = None, scrubbed: bool | None = None, pendingTasks: List[str] | None = None, uniqueAttributes: Dict[str, Any] | None = None, appendRelationshipAttributes: Dict[str, Any] | None = None, removeRelationshipAttributes: Dict[str, Any] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None)[source]#

Description

FUNCTION_ARGUMENTS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Arguments that are passed in to the function.

FUNCTION_DEFINITION: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Code or set of statements that determine the output of the function.

FUNCTION_IS_EXTERNAL: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>#

Whether the function is stored or executed externally (true) or internally (false).

FUNCTION_IS_MEMOIZABLE: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>#

Whether the function must re-compute if there are no underlying changes in the values (false) or not (true).

FUNCTION_IS_SECURE: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>#

Whether sensitive information of the function is omitted for unauthorized users (true) or not (false).

FUNCTION_LANGUAGE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Programming language in which the function is written.

FUNCTION_RETURN_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Data type of the value returned by the function.

FUNCTION_SCHEMA: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>#

TBC

FUNCTION_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Type of function.