Skip to content

flywheel.models.classic_batch_proposal_input

ClassicBatchProposalInput

Bases: object

analysis property writable

Gets the analysis of this ClassicBatchProposalInput.

Returns:

Type Description
BatchJobAnalysisInput

The analysis of this ClassicBatchProposalInput

compute_provider_id property writable

Gets the compute_provider_id of this ClassicBatchProposalInput.

Unique database ID

Returns:

Type Description
str

The compute_provider_id of this ClassicBatchProposalInput

config property writable

Gets the config of this ClassicBatchProposalInput.

Returns:

Type Description
dict(str, object)

The config of this ClassicBatchProposalInput

container_type property writable

Gets the container_type of this ClassicBatchProposalInput.

Returns:

Type Description
ContainerType

The container_type of this ClassicBatchProposalInput

gear_id property writable

Gets the gear_id of this ClassicBatchProposalInput.

Returns:

Type Description
str

The gear_id of this ClassicBatchProposalInput

optional_input_policy property writable

Gets the optional_input_policy of this ClassicBatchProposalInput.

Returns:

Type Description
OptionalInputPolicy

The optional_input_policy of this ClassicBatchProposalInput

priority property writable

Gets the priority of this ClassicBatchProposalInput.

Returns:

Type Description
JobPriority

The priority of this ClassicBatchProposalInput

tags property writable

Gets the tags of this ClassicBatchProposalInput.

Array of application-specific tags

Returns:

Type Description
list[str]

The tags of this ClassicBatchProposalInput

target_context property writable

Gets the target_context of this ClassicBatchProposalInput.

Returns:

Type Description
ContainerReference

The target_context of this ClassicBatchProposalInput

targets property writable

Gets the targets of this ClassicBatchProposalInput.

Returns:

Type Description
list[ContainerReference]

The targets of this ClassicBatchProposalInput

__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, targets=None, target_context=None, priority=None, config=None, tags=None, analysis=None, optional_input_policy=None, compute_provider_id=None, container_type=None)

ClassicBatchProposalInput - a model defined in Swagger

Parameters:

Name Type Description Default
gear_id (str, optional)

, defaults to None

None
targets (list[ContainerReference], optional)

, defaults to None

None
target_context (ContainerReference, optional)

, defaults to None

None
priority (JobPriority, optional)

, defaults to None

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

, defaults to None

None
tags (list[str], optional)

Array of application-specific tags, defaults to None

None
analysis (BatchJobAnalysisInput, optional)

, defaults to None

None
optional_input_policy (OptionalInputPolicy, optional)

, defaults to None

None
compute_provider_id (str, optional)

Unique database ID, defaults to None

None
container_type (ContainerType, 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