setEventName
public void setEventName(String EventName)
Set Event type. Value range:
"JOB_RUNNING": the job is running, applicable to "SubmitJob". "JOB_SUCCEED: the job succeeded, applicable to "SubmitJob". "JOB_FAILED": the job failed, applicable to "SubmitJob". "JOB_FAILED_INTERRUPTED": the job failed and the instance is retained, applicable to "SubmitJob". "TASK_RUNNING": the task is running, applicable to "SubmitJob". "TASK_SUCCEED": the task succeeded, applicable to "SubmitJob". "TASK_FAILED": the task failed, applicable to "SubmitJob". "TASK_FAILED_INTERRUPTED": the task failed and the instance is retained, applicable to "SubmitJob". "TASK_INSTANCE_RUNNING": the task instance is running, applicable to "SubmitJob". "TASK_INSTANCE_SUCCEED": the task instance succeeded, applicable to "SubmitJob". "TASK_INSTANCE_FAILED": the task instance failed, applicable to "SubmitJob". "TASK_INSTANCE_FAILED_INTERRUPTED": the task instance failed and the instance is retained, applicable to "SubmitJob". "COMPUTE_ENV_CREATED": the compute environment has been created, applicable to "CreateComputeEnv". "COMPUTE_ENV_DELETED": the compute environment has been deleted, applicable to "CreateComputeEnv". "COMPUTE_NODE_CREATED": the compute node has been created, applicable to "CreateComputeEnv" and "SubmitJob". "COMPUTE_NODE_CREATION_FAILED": the compute node creation failed, applicable to "CreateComputeEnv" and "SubmitJob". "COMPUTE_NODE_RUNNING": the compute node is running, applicable to "CreateComputeEnv" and "SubmitJob". "COMPUTE_NODE_ABNORMAL": the compute node is exceptional, applicable to "CreateComputeEnv" and "SubmitJob". "COMPUTE_NODE_DELETING": the compute node has been deleted, applicable to "CreateComputeEnv" and "SubmitJob".
- Parameters:
EventName
- Event type. Value range:
- "JOB_RUNNING": the job is running, applicable to "SubmitJob".
- "JOB_SUCCEED: the job succeeded, applicable to "SubmitJob".
- "JOB_FAILED": the job failed, applicable to "SubmitJob".
- "JOB_FAILED_INTERRUPTED": the job failed and the instance is retained, applicable to "SubmitJob".
- "TASK_RUNNING": the task is running, applicable to "SubmitJob".
- "TASK_SUCCEED": the task succeeded, applicable to "SubmitJob".
- "TASK_FAILED": the task failed, applicable to "SubmitJob".
- "TASK_FAILED_INTERRUPTED": the task failed and the instance is retained, applicable to "SubmitJob".
- "TASK_INSTANCE_RUNNING": the task instance is running, applicable to "SubmitJob".
- "TASK_INSTANCE_SUCCEED": the task instance succeeded, applicable to "SubmitJob".
- "TASK_INSTANCE_FAILED": the task instance failed, applicable to "SubmitJob".
- "TASK_INSTANCE_FAILED_INTERRUPTED": the task instance failed and the instance is retained, applicable to "SubmitJob".
- "COMPUTE_ENV_CREATED": the compute environment has been created, applicable to "CreateComputeEnv".
- "COMPUTE_ENV_DELETED": the compute environment has been deleted, applicable to "CreateComputeEnv".
- "COMPUTE_NODE_CREATED": the compute node has been created, applicable to "CreateComputeEnv" and "SubmitJob".
- "COMPUTE_NODE_CREATION_FAILED": the compute node creation failed, applicable to "CreateComputeEnv" and "SubmitJob".
- "COMPUTE_NODE_RUNNING": the compute node is running, applicable to "CreateComputeEnv" and "SubmitJob".
- "COMPUTE_NODE_ABNORMAL": the compute node is exceptional, applicable to "CreateComputeEnv" and "SubmitJob".
- "COMPUTE_NODE_DELETING": the compute node has been deleted, applicable to "CreateComputeEnv" and "SubmitJob".