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
Methods
Provides a helper function for retrieving fields to define as class members for an object.
Project.get
(key[, default])