Skip to main content

Job

Description: Job

Attributes

NameTypeDescription
idStrictStr
createddatetime.datetime
fileFile
commentsList[Comment]
archive_status_historyList[ResourceArchiveStatus]
created_by_idStrictStr
functionFunction
assigned_agent_idOptional[StrictStr]
agent_identifierOptional[StrictStr]
model_idOptional[StrictStr]
status_historyOptional[List[JobStatus]]

Methods

NameDescription
poll_jobPoll the job status and update the status history
to_strReturns the string representation of the model using alias
to_jsonReturns the JSON representation of the model using alias
from_jsonCreate an instance of Job from a JSON string
to_dictReturn the dictionary representation of the model using alias.
from_dictCreate an instance of Job from a dict
update_properties
update_description
update_display_name
update_external_identifier
update_version_name
read_bytes
read_text
copy_to
read_json
create_access
create_access_by_email
update_access
remove_access
list_access
archiveArchive the item using the appropriate client method based on its type.
restoreRestore the item using the appropriate client method based on its type.