# Functions
No description provided by the author
# Constants
IdempotentExecution indicates that the execution is idempotent.
JobFailed indicates job has failed and has reached a state where it could not complete its tasks successfully.
JobStatusNonSuspended indicates that the job is currently active and not suspended.
JobPending indicates job has been created but is not yet running.
JobRunning indicates job is currently running, and its watcher are executing the specified task.
JobSucceeded indicates job has successfully completed all of its tasks with a successful exit status.
JobStatusSuspended indicates that the job is currently suspended and not active.
Job Scope defines the scope of the job for organizational purposes.
LLMTrainDownloaded indicates that the llm train data has been downloaded.
LLMTrainDownloading indicates that the llm train data is being downloaded.
LLMTrainEmbedded indicates that the embedding process has completed.
LLMTrainEmbedding indicates that the llm train is in the embedding phase.
LLMTrainEmbeddingQPS specify the maximum queries per second for the embedding process during llm train.
LLMTrainEvaluateQPS specify the maximum queries per second for the evaluation process during llm train.
LLMTrainFailed indicates that the llm train has failed.
LLMTrainHitRatePrecision specify the precision for calculating hit rate during llm train.
LLMTrainMaxWorkers specify the maximum number of workers allowed for llm train jobs.
LLMTrainPending indicates that the llm train is pending.
LLMTrainSucceeded indicates that the llm train has successfully completed.
LLMTrainTimeout defines the maximum duration (in seconds) allowed for training jobs.
LLMTrainTrained indicates that the train of the llm has completed.
LLMTrainTraining indicates that the llm is currently being trained.
TrainWatcher identifier for llm train job watcher.
MaxJobsPerCronJob defines the maximum number of jobs that can be scheduled to run concurrently for a single cron job.
MaxLLMTrainFeedbacks specify the maximum number of feedback entries allowed for llm train.
NonIdempotentExecution indicates that the execution is non-idempotent.