Project#
- class ansys.hps.client.jms.Project(id=<marshmallow.missing>, name=<marshmallow.missing>, active=<marshmallow.missing>, priority=<marshmallow.missing>, creation_time=<marshmallow.missing>, modification_time=<marshmallow.missing>, statistics=<marshmallow.missing>, **kwargs)#
Provides the project resource.
- Parameters:
- id
str
Unique ID to access the project, assigned server side on creation.
- name
str
Name of the project.
- activebool
Defines whether the project is active for evaluation.
- priority
int
Priority for picking the project for evaluation.
- creation_time
datetime
,optional
Date and time that the project was created.
- modification_time
datetime
,optional
Date and time that the project was last modified.
- statistics
dict
,optional
Dictionary containing various project statistics.
- id
Initialize the object.
Methods
Provide a helper function for retrieving fields.
Project.get
(key[, default])Get an item from the object, returning a default value if the key is not found.