TemplateOutputFile#

class ansys.hps.client.jms.TemplateOutputFile(name=<marshmallow.missing>, type=<marshmallow.missing>, evaluation_path=<marshmallow.missing>, description=<marshmallow.missing>, required=<marshmallow.missing>, monitor=<marshmallow.missing>, collect=<marshmallow.missing>, **kwargs)#

Provides the template output file resource.

Parameters:
namestr

Name of the file.

typestr, optional

MIME type of the file. For example, text/plain.

evaluation_pathstr, optional

Path that the file is expected to be found under during evaluation.

descriptionstr

Description of the file’s purpose.

requiredbool

Whether the file is required by the task.

monitorbool, optional

Whether to live monitor the file’s contents.

collectbool, optional

Whether to collect files per job.

Methods

TemplateOutputFile.declared_fields()

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

TemplateOutputFile.get(key[, default])