public class AilySessionRun extends Object
| 构造器和说明 |
|---|
AilySessionRun(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CancelAilySessionRunResp |
cancel(CancelAilySessionRunReq req)
,该 API 用于取消指定的运行(Run)。
|
CancelAilySessionRunResp |
cancel(CancelAilySessionRunReq req,
RequestOptions reqOptions)
,该 API 用于取消指定的运行(Run)。
|
CreateAilySessionRunResp |
create(CreateAilySessionRunReq req)
,该 API 用于启动一次运行(Run)。
|
CreateAilySessionRunResp |
create(CreateAilySessionRunReq req,
RequestOptions reqOptions)
,该 API 用于启动一次运行(Run)。
|
GetAilySessionRunResp |
get(GetAilySessionRunReq req)
,该 API 用于获取运行(Run)的详细信息。
|
GetAilySessionRunResp |
get(GetAilySessionRunReq req,
RequestOptions reqOptions)
,该 API 用于获取运行(Run)的详细信息。
|
ListAilySessionRunResp |
list(ListAilySessionRunReq req)
,该 API 用于批量获取运行(Run)的详细信息。
|
ListAilySessionRunResp |
list(ListAilySessionRunReq req,
RequestOptions reqOptions)
,该 API 用于批量获取运行(Run)的详细信息。
|
public AilySessionRun(Config config)
public CancelAilySessionRunResp cancel(CancelAilySessionRunReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CancelAilySessionRunResp cancel(CancelAilySessionRunReq req) throws Exception
Exceptionpublic CreateAilySessionRunResp create(CreateAilySessionRunReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateAilySessionRunResp create(CreateAilySessionRunReq req) throws Exception
Exceptionpublic GetAilySessionRunResp get(GetAilySessionRunReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetAilySessionRunResp get(GetAilySessionRunReq req) throws Exception
Exceptionpublic ListAilySessionRunResp list(ListAilySessionRunReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListAilySessionRunResp list(ListAilySessionRunReq req) throws Exception
ExceptionCopyright © 2025. All rights reserved.