public class SubmitMemoryLearningTaskShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
agentCode |
String |
contentShrink |
String |
learningMode |
String |
memoryKey |
| 构造器和说明 |
|---|
SubmitMemoryLearningTaskShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SubmitMemoryLearningTaskShrinkRequest |
build(Map<String,?> map) |
String |
getAgentCode() |
String |
getContentShrink() |
String |
getLearningMode() |
String |
getMemoryKey() |
SubmitMemoryLearningTaskShrinkRequest |
setAgentCode(String agentCode) |
SubmitMemoryLearningTaskShrinkRequest |
setContentShrink(String contentShrink) |
SubmitMemoryLearningTaskShrinkRequest |
setLearningMode(String learningMode) |
SubmitMemoryLearningTaskShrinkRequest |
setMemoryKey(String memoryKey) |
@NameInMap(value="agentCode") public String agentCode
@NameInMap(value="content") public String contentShrink
@NameInMap(value="learningMode") public String learningMode
@NameInMap(value="memoryKey") public String memoryKey
public static SubmitMemoryLearningTaskShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic SubmitMemoryLearningTaskShrinkRequest setAgentCode(String agentCode)
public String getAgentCode()
public SubmitMemoryLearningTaskShrinkRequest setContentShrink(String contentShrink)
public String getContentShrink()
public SubmitMemoryLearningTaskShrinkRequest setLearningMode(String learningMode)
public String getLearningMode()
public SubmitMemoryLearningTaskShrinkRequest setMemoryKey(String memoryKey)
public String getMemoryKey()
Copyright © 2024. All rights reserved.