# Constants
AllowConcurrent 允许 CronJobs 并发运行。.
ForbidConcurrent 禁止并发运行,如果先前的作业尚未完成,则跳过下一个运行。.
ReplaceConcurrent 取消当前正在运行的作业,并用一个新的作业替代它。.
# Variables
Enum value maps for ConcurrencyPolicy.
Enum value maps for ConcurrencyPolicy.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
CreateCronJobRequestValidationError is the validation error returned by CreateCronJobRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateCronJobResponseValidationError is the validation error returned by CreateCronJobResponse.Validate if the designated constraints aren't met.
No description provided by the author
CreateJobRequestValidationError is the validation error returned by CreateJobRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateJobResponseValidationError is the validation error returned by CreateJobResponse.Validate if the designated constraints aren't met.
CronJob 表示单个 Cron 作业的配置。.
No description provided by the author
CronJobStatusValidationError is the validation error returned by CronJobStatus.Validate if the designated constraints aren't met.
CronJobValidationError is the validation error returned by CronJob.Validate if the designated constraints aren't met.
No description provided by the author
DeleteCronJobRequestValidationError is the validation error returned by DeleteCronJobRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteCronJobResponseValidationError is the validation error returned by DeleteCronJobResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteJobRequestValidationError is the validation error returned by DeleteJobRequest.Validate if the designated constraints aren't met.
No description provided by the author
DeleteJobResponseValidationError is the validation error returned by DeleteJobResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetCronJobRequestValidationError is the validation error returned by GetCronJobRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetCronJobResponseValidationError is the validation error returned by GetCronJobResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetJobRequestValidationError is the validation error returned by GetJobRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetJobResponseValidationError is the validation error returned by GetJobResponse.Validate if the designated constraints aren't met.
No description provided by the author
No description provided by the author
JobConditionValidationError is the validation error returned by JobCondition.Validate if the designated constraints aren't met.
No description provided by the author
JobParamsValidationError is the validation error returned by JobParams.Validate if the designated constraints aren't met.
No description provided by the author
JobResultsValidationError is the validation error returned by JobResults.Validate if the designated constraints aren't met.
JobValidationError is the validation error returned by Job.Validate if the designated constraints aren't met.
No description provided by the author
ListCronJobRequestValidationError is the validation error returned by ListCronJobRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListCronJobResponseValidationError is the validation error returned by ListCronJobResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListJobRequestValidationError is the validation error returned by ListJobRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListJobResponseValidationError is the validation error returned by ListJobResponse.Validate if the designated constraints aren't met.
No description provided by the author
TrainParamsValidationError is the validation error returned by TrainParams.Validate if the designated constraints aren't met.
No description provided by the author
TrainResultsValidationError is the validation error returned by TrainResults.Validate if the designated constraints aren't met.
No description provided by the author
UpdateCronJobRequestValidationError is the validation error returned by UpdateCronJobRequest.Validate if the designated constraints aren't met.
No description provided by the author
UpdateCronJobResponseValidationError is the validation error returned by UpdateCronJobResponse.Validate if the designated constraints aren't met.
No description provided by the author
UpdateJobRequestValidationError is the validation error returned by UpdateJobRequest.Validate if the designated constraints aren't met.
No description provided by the author
UpdateJobResponseValidationError is the validation error returned by UpdateJobResponse.Validate if the designated constraints aren't met.
# Type aliases
ConcurrencyPolicy 描述了作业的处理方式。只能指定以下并发策略中的一个。 如果未指定以下任何策略,则默认策略为 ForbidConcurrent.
CreateCronJobRequestMultiError is an error wrapping multiple validation errors returned by CreateCronJobRequest.ValidateAll() if the designated constraints aren't met.
CreateCronJobResponseMultiError is an error wrapping multiple validation errors returned by CreateCronJobResponse.ValidateAll() if the designated constraints aren't met.
CreateJobRequestMultiError is an error wrapping multiple validation errors returned by CreateJobRequest.ValidateAll() if the designated constraints aren't met.
CreateJobResponseMultiError is an error wrapping multiple validation errors returned by CreateJobResponse.ValidateAll() if the designated constraints aren't met.
CronJobMultiError is an error wrapping multiple validation errors returned by CronJob.ValidateAll() if the designated constraints aren't met.
CronJobStatusMultiError is an error wrapping multiple validation errors returned by CronJobStatus.ValidateAll() if the designated constraints aren't met.
DeleteCronJobRequestMultiError is an error wrapping multiple validation errors returned by DeleteCronJobRequest.ValidateAll() if the designated constraints aren't met.
DeleteCronJobResponseMultiError is an error wrapping multiple validation errors returned by DeleteCronJobResponse.ValidateAll() if the designated constraints aren't met.
DeleteJobRequestMultiError is an error wrapping multiple validation errors returned by DeleteJobRequest.ValidateAll() if the designated constraints aren't met.
DeleteJobResponseMultiError is an error wrapping multiple validation errors returned by DeleteJobResponse.ValidateAll() if the designated constraints aren't met.
GetCronJobRequestMultiError is an error wrapping multiple validation errors returned by GetCronJobRequest.ValidateAll() if the designated constraints aren't met.
GetCronJobResponseMultiError is an error wrapping multiple validation errors returned by GetCronJobResponse.ValidateAll() if the designated constraints aren't met.
GetJobRequestMultiError is an error wrapping multiple validation errors returned by GetJobRequest.ValidateAll() if the designated constraints aren't met.
GetJobResponseMultiError is an error wrapping multiple validation errors returned by GetJobResponse.ValidateAll() if the designated constraints aren't met.
JobConditionMultiError is an error wrapping multiple validation errors returned by JobCondition.ValidateAll() if the designated constraints aren't met.
JobMultiError is an error wrapping multiple validation errors returned by Job.ValidateAll() if the designated constraints aren't met.
JobParamsMultiError is an error wrapping multiple validation errors returned by JobParams.ValidateAll() if the designated constraints aren't met.
JobResultsMultiError is an error wrapping multiple validation errors returned by JobResults.ValidateAll() if the designated constraints aren't met.
ListCronJobRequestMultiError is an error wrapping multiple validation errors returned by ListCronJobRequest.ValidateAll() if the designated constraints aren't met.
ListCronJobResponseMultiError is an error wrapping multiple validation errors returned by ListCronJobResponse.ValidateAll() if the designated constraints aren't met.
ListJobRequestMultiError is an error wrapping multiple validation errors returned by ListJobRequest.ValidateAll() if the designated constraints aren't met.
ListJobResponseMultiError is an error wrapping multiple validation errors returned by ListJobResponse.ValidateAll() if the designated constraints aren't met.
TrainParamsMultiError is an error wrapping multiple validation errors returned by TrainParams.ValidateAll() if the designated constraints aren't met.
TrainResultsMultiError is an error wrapping multiple validation errors returned by TrainResults.ValidateAll() if the designated constraints aren't met.
UpdateCronJobRequestMultiError is an error wrapping multiple validation errors returned by UpdateCronJobRequest.ValidateAll() if the designated constraints aren't met.
UpdateCronJobResponseMultiError is an error wrapping multiple validation errors returned by UpdateCronJobResponse.ValidateAll() if the designated constraints aren't met.
UpdateJobRequestMultiError is an error wrapping multiple validation errors returned by UpdateJobRequest.ValidateAll() if the designated constraints aren't met.
UpdateJobResponseMultiError is an error wrapping multiple validation errors returned by UpdateJobResponse.ValidateAll() if the designated constraints aren't met.