Skip to content

flywheel.models.job_list_output

JobListOutput

Bases: JobMixin

attempt property writable

Gets the attempt of this JobListOutput.

Returns:

Type Description
int

The attempt of this JobListOutput

batch property writable

Gets the batch of this JobListOutput.

Returns:

Type Description
str

The batch of this JobListOutput

compute_provider_id property writable

Gets the compute_provider_id of this JobListOutput.

Returns:

Type Description
str

The compute_provider_id of this JobListOutput

config property writable

Gets the config of this JobListOutput.

Returns:

Type Description
JobListOutputConfig

The config of this JobListOutput

created property writable

Gets the created of this JobListOutput.

Returns:

Type Description
datetime

The created of this JobListOutput

deleted_outputs property writable

Gets the deleted_outputs of this JobListOutput.

Returns:

Type Description
list[DeletedFile]

The deleted_outputs of this JobListOutput

destination property writable

Gets the destination of this JobListOutput.

Returns:

Type Description
ContainerReference

The destination of this JobListOutput

failed_output_accepted property writable

Gets the failed_output_accepted of this JobListOutput.

Returns:

Type Description
bool

The failed_output_accepted of this JobListOutput

failure_reason property writable

Gets the failure_reason of this JobListOutput.

Returns:

Type Description
str

The failure_reason of this JobListOutput

gear_id property writable

Gets the gear_id of this JobListOutput.

Returns:

Type Description
str

The gear_id of this JobListOutput

gear_info property writable

Gets the gear_info of this JobListOutput.

Returns:

Type Description
GearInfo

The gear_info of this JobListOutput

id property writable

Gets the id of this JobListOutput.

Returns:

Type Description
str

The id of this JobListOutput

inputs property writable

Gets the inputs of this JobListOutput.

Returns:

Type Description
list[LegacyInput]

The inputs of this JobListOutput

label property writable

Gets the label of this JobListOutput.

Returns:

Type Description
str

The label of this JobListOutput

modified property writable

Gets the modified of this JobListOutput.

Returns:

Type Description
datetime

The modified of this JobListOutput

origin property writable

Gets the origin of this JobListOutput.

Returns:

Type Description
Origin

The origin of this JobListOutput

outputs property writable

Gets the outputs of this JobListOutput.

Returns:

Type Description
list[FileListOutput]

The outputs of this JobListOutput

parent_info property writable

Gets the parent_info of this JobListOutput.

Returns:

Type Description
JobDetailParentInfo

The parent_info of this JobListOutput

parents property writable

Gets the parents of this JobListOutput.

Returns:

Type Description
JobParents

The parents of this JobListOutput

previous_job_id property writable

Gets the previous_job_id of this JobListOutput.

Returns:

Type Description
str

The previous_job_id of this JobListOutput

priority property writable

Gets the priority of this JobListOutput.

Returns:

Type Description
JobPriority

The priority of this JobListOutput

profile property writable

Gets the profile of this JobListOutput.

Returns:

Type Description
JobProfile

The profile of this JobListOutput

related_container_ids property writable

Gets the related_container_ids of this JobListOutput.

Returns:

Type Description
list[str]

The related_container_ids of this JobListOutput

request property writable

Gets the request of this JobListOutput.

Returns:

Type Description
JobRequest

The request of this JobListOutput

retried property writable

Gets the retried of this JobListOutput.

Returns:

Type Description
datetime

The retried of this JobListOutput

role_id property writable

Gets the role_id of this JobListOutput.

Returns:

Type Description
str

The role_id of this JobListOutput

rule_id property writable

Gets the rule_id of this JobListOutput.

Returns:

Type Description
str

The rule_id of this JobListOutput

saved_files property writable

Gets the saved_files of this JobListOutput.

Returns:

Type Description
list[str]

The saved_files of this JobListOutput

state property writable

Gets the state of this JobListOutput.

Returns:

Type Description
JobState

The state of this JobListOutput

tags property writable

Gets the tags of this JobListOutput.

Returns:

Type Description
list[str]

The tags of this JobListOutput

transitions property writable

Gets the transitions of this JobListOutput.

Returns:

Type Description
Transitions

The transitions of this JobListOutput

__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__(gear_id=None, gear_info=None, rule_id=None, role_id=None, inputs=None, destination=None, tags=None, priority=None, attempt=None, previous_job_id=None, created=None, modified=None, retried=None, state=None, request=None, id=None, config=None, origin=None, saved_files=None, outputs=None, deleted_outputs=None, batch=None, failed_output_accepted=None, profile=None, failure_reason=None, related_container_ids=None, label=None, compute_provider_id=None, parents=None, parent_info=None, transitions=None)

JobListOutput - a model defined in Swagger

Parameters:

Name Type Description Default
gear_id (str, optional)

, defaults to None

None
gear_info (GearInfo, optional)

, defaults to None

None
rule_id (str, optional)

, defaults to None

None
role_id (str, optional)

, defaults to None

None
inputs (list[LegacyInput], optional)

, defaults to None

None
destination (ContainerReference, optional)

, defaults to None

None
tags (list[str], optional)

, defaults to None

None
priority (JobPriority, optional)

, defaults to None

None
attempt (int, optional)

, defaults to None

None
previous_job_id (str, optional)

, defaults to None

None
created (datetime, optional)

, defaults to None

None
modified (datetime, optional)

, defaults to None

None
retried (datetime, optional)

, defaults to None

None
state (JobState, optional)

, defaults to None

None
request (JobRequest, optional)

, defaults to None

None
id (str, optional)

, defaults to None

None
config (JobListOutputConfig, optional)

, defaults to None

None
origin (Origin, optional)

, defaults to None

None
saved_files (list[str], optional)

, defaults to None

None
outputs (list[FileListOutput], optional)

, defaults to None

None
deleted_outputs (list[DeletedFile], optional)

, defaults to None

None
batch (str, optional)

, defaults to None

None
failed_output_accepted (bool, optional)

, defaults to None

None
profile (JobProfile, optional)

, defaults to None

None
failure_reason (str, optional)

, defaults to None

None
related_container_ids (list[str], optional)

, defaults to None

None
label (str, optional)

, defaults to None

None
compute_provider_id (str, optional)

, defaults to None

None
parents (JobParents, optional)

, defaults to None

None
parent_info (JobDetailParentInfo, optional)

, defaults to None

None
transitions (Transitions, 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