public class CreateModelRequest extends AbstractModel
Constructor and Description |
---|
CreateModelRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 文件描述信息,可用于备注。
|
String |
getLUTFile()
Get LUT文件。 用于试唇色。须为 512*512的PNG图片。
|
void |
setDescription(String Description)
Set 文件描述信息,可用于备注。
|
void |
setLUTFile(String LUTFile)
Set LUT文件。 用于试唇色。须为 512*512的PNG图片。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getLUTFile()
public void setLUTFile(String LUTFile)
LUTFile
- LUT文件。 用于试唇色。须为 512*512的PNG图片。public String getDescription()
public void setDescription(String Description)
Description
- 文件描述信息,可用于备注。Copyright © 2020. All rights reserved.