JobDefinition#
- class ansys.hps.client.jms.JobDefinition(id=<marshmallow.missing>, creation_time=<marshmallow.missing>, modification_time=<marshmallow.missing>, created_by=<marshmallow.missing>, modified_by=<marshmallow.missing>, name=<marshmallow.missing>, active=<marshmallow.missing>, client_hash=<marshmallow.missing>, parameter_definition_ids=<marshmallow.missing>, parameter_mapping_ids=<marshmallow.missing>, task_definition_ids=<marshmallow.missing>, fitness_definition=<marshmallow.missing>, **kwargs)#
Provides the job definition resource.
- Parameters:
- id
str
,optional
Unique ID to access the resource, generated internally by the server on creation.
- creation_time
datetime
,optional
Date and time that the resource was created.
- modification_time
datetime
,optional
Date and time that the resource was last modified.
- created_by
str
,optional
ID of the user who created the object.
- modified_by
str
,optional
ID of the user who last modified the object.
- name
str
,optional
Name of the job definition.
- activebool
Whether this job definition is active.
- client_hash
str
,optional
- parameter_definition_ids
list
[str
] List of parameter definition IDs.
- parameter_mapping_ids
list
[str
] List of parameter mapping IDs.
- task_definition_ids
list
[str
] List of task definition IDs.
- fitness_definition
FitnessDefinition
,optional
A
FitnessDefinition
object.
- id
Methods
Provides a helper function for retrieving fields to define as class members for an object.
JobDefinition.get
(key[, default])