gravitino.dto.job.template_update_dto.TemplateUpdateDTO¶
- class gravitino.dto.job.template_update_dto.TemplateUpdateDTO(_type: str, _new_executable: str | None, _new_arguments: List[str] | None, _new_environments: Dict[str, str] | None, _new_custom_fields: Dict[str, str] | None)¶
Bases:
DataClassJsonMixin,ABCRepresents a template update data transfer object (DTO).
- __init__(_type: str, _new_executable: str | None, _new_arguments: List[str] | None, _new_environments: Dict[str, str] | None, _new_custom_fields: Dict[str, str] | None) None¶
Methods
__init__(_type, _new_executable, ...)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