Update a session cluster job.
func (
r *SessionInsightService) Update(ctx context.Context,
sessionID string,
jobID string,
body SessionInsightUpdateParams,
opts ...option.RequestOption) (res *SessionInsightUpdateResponse,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
sessionID* | string | |
jobID* | string | |
body* | SessionInsightUpdateParams | |
opts* | ...option.RequestOption |