# Struct MSCallBackParam \#include <[types.h](https://atomgit.com/mindspore/mindspore-lite/blob/master/include/api/types.h)> 一个结构体。MSCallBackParam定义了回调函数的输入参数。 ## 公有属性 ### node_name ```cpp node_name ``` **string** 类型变量。节点名参数。 ### node_type ```cpp node_type ``` **string** 类型变量。节点类型参数。 ### execute_time ```cpp execute_time ``` **double** 类型变量。GPU执行时间。