JobSelection#
- class ansys.hps.client.jms.JobSelection(id=<marshmallow.missing>, creation_time=<marshmallow.missing>, modification_time=<marshmallow.missing>, created_by=<marshmallow.missing>, modified_by=<marshmallow.missing>, name=<marshmallow.missing>, algorithm_id=<marshmallow.missing>, jobs=<marshmallow.missing>, **kwargs)#
Provides the job selection 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
Name of the selection.
- algorithm_id
str
,optional
ID of the
Algorithm
instance that the selection belongs to.- jobs
list
[str
] List of job IDs.
- id
Methods
Provides a helper function for retrieving fields to define as class members for an object.
JobSelection.get
(key[, default])