Documentation
¶
Index ¶
- type JoygridClient
- func (c *JoygridClient) CreateCodeInterpreter(request *joygrid.CreateCodeInterpreterRequest) (*joygrid.CreateCodeInterpreterResponse, error)
- func (c *JoygridClient) CreateEvent(request *joygrid.CreateEventRequest) (*joygrid.CreateEventResponse, error)
- func (c *JoygridClient) CreateMemory(request *joygrid.CreateMemoryRequest) (*joygrid.CreateMemoryResponse, error)
- func (c *JoygridClient) CreateRuntime(request *joygrid.CreateRuntimeRequest) (*joygrid.CreateRuntimeResponse, error)
- func (c *JoygridClient) DeleteCodeInterpreter(request *joygrid.DeleteCodeInterpreterRequest) (*joygrid.DeleteCodeInterpreterResponse, error)
- func (c *JoygridClient) DeleteEvent(request *joygrid.DeleteEventRequest) (*joygrid.DeleteEventResponse, error)
- func (c *JoygridClient) DeleteMemory(request *joygrid.DeleteMemoryRequest) (*joygrid.DeleteMemoryResponse, error)
- func (c *JoygridClient) DeleteRuntime(request *joygrid.DeleteRuntimeRequest) (*joygrid.DeleteRuntimeResponse, error)
- func (c *JoygridClient) DescribeCodeInterpreter(request *joygrid.DescribeCodeInterpreterRequest) (*joygrid.DescribeCodeInterpreterResponse, error)
- func (c *JoygridClient) DescribeCodeInterpreterSessions(request *joygrid.DescribeCodeInterpreterSessionsRequest) (*joygrid.DescribeCodeInterpreterSessionsResponse, error)
- func (c *JoygridClient) DescribeCodeInterpreters(request *joygrid.DescribeCodeInterpretersRequest) (*joygrid.DescribeCodeInterpretersResponse, error)
- func (c *JoygridClient) DescribeEvent(request *joygrid.DescribeEventRequest) (*joygrid.DescribeEventResponse, error)
- func (c *JoygridClient) DescribeEvents(request *joygrid.DescribeEventsRequest) (*joygrid.DescribeEventsResponse, error)
- func (c *JoygridClient) DescribeMemories(request *joygrid.DescribeMemoriesRequest) (*joygrid.DescribeMemoriesResponse, error)
- func (c *JoygridClient) DescribeMemory(request *joygrid.DescribeMemoryRequest) (*joygrid.DescribeMemoryResponse, error)
- func (c *JoygridClient) DescribeRuntime(request *joygrid.DescribeRuntimeRequest) (*joygrid.DescribeRuntimeResponse, error)
- func (c *JoygridClient) DescribeRuntimes(request *joygrid.DescribeRuntimesRequest) (*joygrid.DescribeRuntimesResponse, error)
- func (c *JoygridClient) DisableLogger()
- func (c *JoygridClient) InvokeCodeInterpreter(request *joygrid.InvokeCodeInterpreterRequest) (*joygrid.InvokeCodeInterpreterResponse, error)
- func (c *JoygridClient) InvokeRuntime(request *joygrid.InvokeRuntimeRequest) (*joygrid.InvokeRuntimeResponse, error)
- func (c *JoygridClient) SearchEvents(request *joygrid.SearchEventsRequest) (*joygrid.SearchEventsResponse, error)
- func (c *JoygridClient) SetConfig(config *core.Config)
- func (c *JoygridClient) SetLogger(logger core.Logger)
- func (c *JoygridClient) StartCodeInterpreterSession(request *joygrid.StartCodeInterpreterSessionRequest) (*joygrid.StartCodeInterpreterSessionResponse, error)
- func (c *JoygridClient) StopCodeInterpreterSession(request *joygrid.StopCodeInterpreterSessionRequest) (*joygrid.StopCodeInterpreterSessionResponse, error)
- func (c *JoygridClient) UpdateCodeInterpreter(request *joygrid.UpdateCodeInterpreterRequest) (*joygrid.UpdateCodeInterpreterResponse, error)
- func (c *JoygridClient) UpdateMemory(request *joygrid.UpdateMemoryRequest) (*joygrid.UpdateMemoryResponse, error)
- func (c *JoygridClient) UpdateRuntime(request *joygrid.UpdateRuntimeRequest) (*joygrid.UpdateRuntimeResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JoygridClient ¶
type JoygridClient struct {
core.JDCloudClient
}
func NewJoygridClient ¶
func NewJoygridClient(credential *core.Credential) *JoygridClient
func (*JoygridClient) CreateCodeInterpreter ¶
func (c *JoygridClient) CreateCodeInterpreter(request *joygrid.CreateCodeInterpreterRequest) (*joygrid.CreateCodeInterpreterResponse, error)
创建一个codeInterpreter服务
func (*JoygridClient) CreateEvent ¶
func (c *JoygridClient) CreateEvent(request *joygrid.CreateEventRequest) (*joygrid.CreateEventResponse, error)
创建一个 event
func (*JoygridClient) CreateMemory ¶
func (c *JoygridClient) CreateMemory(request *joygrid.CreateMemoryRequest) (*joygrid.CreateMemoryResponse, error)
创建一个memory服务
func (*JoygridClient) CreateRuntime ¶
func (c *JoygridClient) CreateRuntime(request *joygrid.CreateRuntimeRequest) (*joygrid.CreateRuntimeResponse, error)
创建一个Agent运行时环境
func (*JoygridClient) DeleteCodeInterpreter ¶
func (c *JoygridClient) DeleteCodeInterpreter(request *joygrid.DeleteCodeInterpreterRequest) (*joygrid.DeleteCodeInterpreterResponse, error)
删除指定的codeInterpreter
func (*JoygridClient) DeleteEvent ¶
func (c *JoygridClient) DeleteEvent(request *joygrid.DeleteEventRequest) (*joygrid.DeleteEventResponse, error)
删除一个 event
func (*JoygridClient) DeleteMemory ¶
func (c *JoygridClient) DeleteMemory(request *joygrid.DeleteMemoryRequest) (*joygrid.DeleteMemoryResponse, error)
删除指定的memory
func (*JoygridClient) DeleteRuntime ¶
func (c *JoygridClient) DeleteRuntime(request *joygrid.DeleteRuntimeRequest) (*joygrid.DeleteRuntimeResponse, error)
删除指定的Agent运行时环境
func (*JoygridClient) DescribeCodeInterpreter ¶
func (c *JoygridClient) DescribeCodeInterpreter(request *joygrid.DescribeCodeInterpreterRequest) (*joygrid.DescribeCodeInterpreterResponse, error)
查询指定codeInterpreter的详细信息
func (*JoygridClient) DescribeCodeInterpreterSessions ¶
func (c *JoygridClient) DescribeCodeInterpreterSessions(request *joygrid.DescribeCodeInterpreterSessionsRequest) (*joygrid.DescribeCodeInterpreterSessionsResponse, error)
查询codeInterpreter sessions 列表
func (*JoygridClient) DescribeCodeInterpreters ¶
func (c *JoygridClient) DescribeCodeInterpreters(request *joygrid.DescribeCodeInterpretersRequest) (*joygrid.DescribeCodeInterpretersResponse, error)
查询codeInterpreter列表
func (*JoygridClient) DescribeEvent ¶
func (c *JoygridClient) DescribeEvent(request *joygrid.DescribeEventRequest) (*joygrid.DescribeEventResponse, error)
查询指定 event 的详细信息
func (*JoygridClient) DescribeEvents ¶
func (c *JoygridClient) DescribeEvents(request *joygrid.DescribeEventsRequest) (*joygrid.DescribeEventsResponse, error)
查询 event 列表
func (*JoygridClient) DescribeMemories ¶
func (c *JoygridClient) DescribeMemories(request *joygrid.DescribeMemoriesRequest) (*joygrid.DescribeMemoriesResponse, error)
查询memory列表
func (*JoygridClient) DescribeMemory ¶
func (c *JoygridClient) DescribeMemory(request *joygrid.DescribeMemoryRequest) (*joygrid.DescribeMemoryResponse, error)
查询指定memory的详细信息
func (*JoygridClient) DescribeRuntime ¶
func (c *JoygridClient) DescribeRuntime(request *joygrid.DescribeRuntimeRequest) (*joygrid.DescribeRuntimeResponse, error)
查询指定Agent运行时环境的详细信息
func (*JoygridClient) DescribeRuntimes ¶
func (c *JoygridClient) DescribeRuntimes(request *joygrid.DescribeRuntimesRequest) (*joygrid.DescribeRuntimesResponse, error)
查询Agent运行时环境列表
func (*JoygridClient) DisableLogger ¶
func (c *JoygridClient) DisableLogger()
func (*JoygridClient) InvokeCodeInterpreter ¶
func (c *JoygridClient) InvokeCodeInterpreter(request *joygrid.InvokeCodeInterpreterRequest) (*joygrid.InvokeCodeInterpreterResponse, error)
invoke codeInterpreter
func (*JoygridClient) InvokeRuntime ¶
func (c *JoygridClient) InvokeRuntime(request *joygrid.InvokeRuntimeRequest) (*joygrid.InvokeRuntimeResponse, error)
调用运行时
func (*JoygridClient) SearchEvents ¶
func (c *JoygridClient) SearchEvents(request *joygrid.SearchEventsRequest) (*joygrid.SearchEventsResponse, error)
搜索 event
func (*JoygridClient) SetConfig ¶
func (c *JoygridClient) SetConfig(config *core.Config)
func (*JoygridClient) SetLogger ¶
func (c *JoygridClient) SetLogger(logger core.Logger)
func (*JoygridClient) StartCodeInterpreterSession ¶
func (c *JoygridClient) StartCodeInterpreterSession(request *joygrid.StartCodeInterpreterSessionRequest) (*joygrid.StartCodeInterpreterSessionResponse, error)
创建 codeInterpreter session
func (*JoygridClient) StopCodeInterpreterSession ¶
func (c *JoygridClient) StopCodeInterpreterSession(request *joygrid.StopCodeInterpreterSessionRequest) (*joygrid.StopCodeInterpreterSessionResponse, error)
停止 codeInterpreter session
func (*JoygridClient) UpdateCodeInterpreter ¶
func (c *JoygridClient) UpdateCodeInterpreter(request *joygrid.UpdateCodeInterpreterRequest) (*joygrid.UpdateCodeInterpreterResponse, error)
更新一个codeInterpreter服务
func (*JoygridClient) UpdateMemory ¶
func (c *JoygridClient) UpdateMemory(request *joygrid.UpdateMemoryRequest) (*joygrid.UpdateMemoryResponse, error)
更新一个memory服务
func (*JoygridClient) UpdateRuntime ¶
func (c *JoygridClient) UpdateRuntime(request *joygrid.UpdateRuntimeRequest) (*joygrid.UpdateRuntimeResponse, error)
更新指定Agent运行时环境的信息
Click to show internal directories.
Click to hide internal directories.