TemplateResourceRequirements#

class ansys.hps.client.jms.TemplateResourceRequirements(platform=<marshmallow.missing>, memory=<marshmallow.missing>, num_cores=<marshmallow.missing>, disk_space=<marshmallow.missing>, distributed=<marshmallow.missing>, compute_resource_set_id=<marshmallow.missing>, evaluator_id=<marshmallow.missing>, custom=<marshmallow.missing>, hpc_resources=<marshmallow.missing>, **kwargs)#

Provides the template resource requirements resource.

Parameters:
platformTemplateProperty, optional
memoryTemplateProperty, optional
num_coresTemplateProperty, optional
disk_spaceTemplateProperty, optional
distributedTemplateProperty, optional
compute_resource_set_idTemplateProperty, optional
evaluator_idTemplateProperty, optional
customdict[str, TemplateProperty], optional
hpc_resourcesHpcResources, optional

Methods

TemplateResourceRequirements.declared_fields()

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

TemplateResourceRequirements.get(key[, default])