Documentation ¶
Index ¶
- func CesClientBuilder() *httpclient.HcHttpClientBuilder
- func GenReqDefForBatchCreateAgentInvocations() *def.HttpRequestDef
- func GenReqDefForListAgentInvocations() *def.HttpRequestDef
- func GenReqDefForListAgentStatus() *def.HttpRequestDef
- type BatchCreateAgentInvocationsInvoker
- type CesClient
- func (c *CesClient) BatchCreateAgentInvocations(request *model.BatchCreateAgentInvocationsRequest) (*model.BatchCreateAgentInvocationsResponse, error)
- func (c *CesClient) BatchCreateAgentInvocationsInvoker(request *model.BatchCreateAgentInvocationsRequest) *BatchCreateAgentInvocationsInvoker
- func (c *CesClient) ListAgentInvocations(request *model.ListAgentInvocationsRequest) (*model.ListAgentInvocationsResponse, error)
- func (c *CesClient) ListAgentInvocationsInvoker(request *model.ListAgentInvocationsRequest) *ListAgentInvocationsInvoker
- func (c *CesClient) ListAgentStatus(request *model.ListAgentStatusRequest) (*model.ListAgentStatusResponse, error)
- func (c *CesClient) ListAgentStatusInvoker(request *model.ListAgentStatusRequest) *ListAgentStatusInvoker
- type ListAgentInvocationsInvoker
- type ListAgentStatusInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CesClientBuilder ¶
func CesClientBuilder() *httpclient.HcHttpClientBuilder
func GenReqDefForBatchCreateAgentInvocations ¶
func GenReqDefForBatchCreateAgentInvocations() *def.HttpRequestDef
func GenReqDefForListAgentInvocations ¶
func GenReqDefForListAgentInvocations() *def.HttpRequestDef
func GenReqDefForListAgentStatus ¶
func GenReqDefForListAgentStatus() *def.HttpRequestDef
Types ¶
type BatchCreateAgentInvocationsInvoker ¶
type BatchCreateAgentInvocationsInvoker struct {
*invoker.BaseInvoker
}
func (*BatchCreateAgentInvocationsInvoker) Invoke ¶
func (i *BatchCreateAgentInvocationsInvoker) Invoke() (*model.BatchCreateAgentInvocationsResponse, error)
type CesClient ¶
type CesClient struct {
HcClient *httpclient.HcHttpClient
}
func NewCesClient ¶
func NewCesClient(hcClient *httpclient.HcHttpClient) *CesClient
func (*CesClient) BatchCreateAgentInvocations ¶
func (c *CesClient) BatchCreateAgentInvocations(request *model.BatchCreateAgentInvocationsRequest) (*model.BatchCreateAgentInvocationsResponse, error)
BatchCreateAgentInvocations 批量创建Agent任务
批量创建Agent任务
Please refer to HUAWEI cloud API Explorer for details.
func (*CesClient) BatchCreateAgentInvocationsInvoker ¶
func (c *CesClient) BatchCreateAgentInvocationsInvoker(request *model.BatchCreateAgentInvocationsRequest) *BatchCreateAgentInvocationsInvoker
BatchCreateAgentInvocationsInvoker 批量创建Agent任务
func (*CesClient) ListAgentInvocations ¶
func (c *CesClient) ListAgentInvocations(request *model.ListAgentInvocationsRequest) (*model.ListAgentInvocationsResponse, error)
ListAgentInvocations 查询Agent任务列表
查询Agent任务列表
Please refer to HUAWEI cloud API Explorer for details.
func (*CesClient) ListAgentInvocationsInvoker ¶
func (c *CesClient) ListAgentInvocationsInvoker(request *model.ListAgentInvocationsRequest) *ListAgentInvocationsInvoker
ListAgentInvocationsInvoker 查询Agent任务列表
func (*CesClient) ListAgentStatus ¶
func (c *CesClient) ListAgentStatus(request *model.ListAgentStatusRequest) (*model.ListAgentStatusResponse, error)
ListAgentStatus 插件状态查询
插件状态查询,包括uniagent状态以及插件状态
Please refer to HUAWEI cloud API Explorer for details.
func (*CesClient) ListAgentStatusInvoker ¶
func (c *CesClient) ListAgentStatusInvoker(request *model.ListAgentStatusRequest) *ListAgentStatusInvoker
ListAgentStatusInvoker 插件状态查询
type ListAgentInvocationsInvoker ¶
type ListAgentInvocationsInvoker struct {
*invoker.BaseInvoker
}
func (*ListAgentInvocationsInvoker) Invoke ¶
func (i *ListAgentInvocationsInvoker) Invoke() (*model.ListAgentInvocationsResponse, error)
type ListAgentStatusInvoker ¶
type ListAgentStatusInvoker struct {
*invoker.BaseInvoker
}
func (*ListAgentStatusInvoker) Invoke ¶
func (i *ListAgentStatusInvoker) Invoke() (*model.ListAgentStatusResponse, error)
Click to show internal directories.
Click to hide internal directories.