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.

Initialize the object.

Methods

TemplateOutputFile.declared_fields()

Provide a helper function for retrieving fields.

TemplateOutputFile.get(key[, default])

Get an item from the object, returning a default value if the key is not found.