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.

Initialize the object.

Methods

Project.declared_fields()

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.