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:
- platform
TemplateProperty
,optional
- memory
TemplateProperty
,optional
- num_cores
TemplateProperty
,optional
- disk_space
TemplateProperty
,optional
- distributed
TemplateProperty
,optional
- compute_resource_set_id
TemplateProperty
,optional
- evaluator_id
TemplateProperty
,optional
- custom
dict
[str
,TemplateProperty
],optional
- hpc_resources
HpcResources
,optional
- platform
Methods
Provides a helper function for retrieving fields to define as class members for an object.
TemplateResourceRequirements.get
(key[, default])