gravitino.api.job.job_template_changeΒΆ

Classes

JobTemplateChange()

The interface for job template changes.

RenameJobTemplate(new_name)

A job template change to rename the job template.

ShellTemplateUpdate([new_executable, ...])

A template update for shell job templates.

SparkTemplateUpdate([new_executable, ...])

A template update for spark job templates.

TemplateUpdate([new_executable, ...])

Base class for template updates.

UpdateJobTemplate(template_update)

A job template change to update the details of the job template.

UpdateJobTemplateComment(new_comment)

A job template change to update the comment of the job template.