public class ModifyModelRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the new model definition.
|
String |
groupId
The ID of the API group to which the model belongs.
|
String |
modelName
The name of the model.
|
String |
newModelName
The new name of the model.
|
String |
schema
The new definition of the model.
|
| 构造器和说明 |
|---|
ModifyModelRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifyModelRequest |
build(Map<String,?> map) |
String |
getDescription() |
String |
getGroupId() |
String |
getModelName() |
String |
getNewModelName() |
String |
getSchema() |
ModifyModelRequest |
setDescription(String description) |
ModifyModelRequest |
setGroupId(String groupId) |
ModifyModelRequest |
setModelName(String modelName) |
ModifyModelRequest |
setNewModelName(String newModelName) |
ModifyModelRequest |
setSchema(String schema) |
@NameInMap(value="Description") public String description
The description of the new model definition.
@NameInMap(value="GroupId") public String groupId
The ID of the API group to which the model belongs.
@NameInMap(value="ModelName") public String modelName
The name of the model.
@NameInMap(value="NewModelName") public String newModelName
The new name of the model.
@NameInMap(value="Schema") public String schema
The new definition of the model.
public static ModifyModelRequest build(Map<String,?> map) throws Exception
Exceptionpublic ModifyModelRequest setDescription(String description)
public String getDescription()
public ModifyModelRequest setGroupId(String groupId)
public String getGroupId()
public ModifyModelRequest setModelName(String modelName)
public String getModelName()
public ModifyModelRequest setNewModelName(String newModelName)
public String getNewModelName()
public ModifyModelRequest setSchema(String schema)
public String getSchema()
Copyright © 2023. All rights reserved.