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
Initialize the object.
Methods
Provide a helper function for retrieving fields.
TemplateResourceRequirements.get
(key[, default])Get an item from the object, returning a default value if the key is not found.