gravitino.dto.job.shell_template_update_dto.ShellTemplateUpdateDTO¶
- class gravitino.dto.job.shell_template_update_dto.ShellTemplateUpdateDTO(new_executable: str | None = None, new_arguments: List[str] | None = None, new_environments: dict | None = None, new_custom_fields: dict | None = None, new_scripts: List[str] | None = None)¶
Bases:
TemplateUpdateDTODTO for updating shell job templates.
- __init__(new_executable: str | None = None, new_arguments: List[str] | None = None, new_environments: dict | None = None, new_custom_fields: dict | None = None, new_scripts: List[str] | None = None)¶
Methods
__init__([new_executable, new_arguments, ...])from_dict(kvs, *[, infer_missing])from_json(s, *[, parse_float, parse_int, ...])schema(*[, infer_missing, only, exclude, ...])to_dict([encode_json])to_json(*[, skipkeys, ensure_ascii, ...])to_template_update()Attributes
dataclass_json_config