public class DeleteModelRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
groupId
The ID of the API group to which the model belongs.
|
String |
modelName
The name of the model.
|
| 构造器和说明 |
|---|
DeleteModelRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteModelRequest |
build(Map<String,?> map) |
String |
getGroupId() |
String |
getModelName() |
DeleteModelRequest |
setGroupId(String groupId) |
DeleteModelRequest |
setModelName(String modelName) |
@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.
public static DeleteModelRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteModelRequest setGroupId(String groupId)
public String getGroupId()
public DeleteModelRequest setModelName(String modelName)
public String getModelName()
Copyright © 2023. All rights reserved.