final case classExecutionError(errorMessage: String = "") extends GeneratedMessage with Message[ExecutionError] with Updatable[ExecutionError] with Product with Serializable
final case classExecutionMetadata(applicationId: Long = 0L, stageId: String = "", modelId: Long = 0L, modelVersionId: Long = 0L) extends GeneratedMessage with Message[ExecutionMetadata] with Updatable[ExecutionMetadata] with Product with Serializable