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:
idstr

Unique ID to access the project, assigned server side on creation.

namestr

Name of the project.

activebool

Defines whether the project is active for evaluation.

priorityint

Priority for picking the project for evaluation.

creation_timedatetime, optional

Date and time that the project was created.

modification_timedatetime, optional

Date and time that the project was last modified.

statisticsdict, optional

Dictionary containing various project statistics.

Methods

Project.declared_fields()

Provides a helper function for retrieving fields to define as class members for an object.

Project.get(key[, default])