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:
- name
str Name of the file.
- type
str,optional MIME type of the file. For example,
text/plain.- evaluation_path
str,optional Path that the file is expected to be found under during evaluation.
- description
str 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.
- name
Initialize the object.
Methods
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.