Class CreateModelRequest

    • Constructor Detail

      • CreateModelRequest

        public CreateModelRequest()
      • CreateModelRequest

        public CreateModelRequest​(CreateModelRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getLUTFile

        public String getLUTFile()
        Get 图片base64数据,用于试唇色,要求必须是LUT 格式的cube文件转换成512*512的PNG图片。查看 [LUT文件的使用说明](https://cloud.tencent.com/document/product/1172/41701)。了解 [cube文件转png图片小工具](http://yyb.gtimg.com/aiplat/static/qcloud-cube-to-png.html)。
        Returns:
        LUTFile 图片base64数据,用于试唇色,要求必须是LUT 格式的cube文件转换成512*512的PNG图片。查看 [LUT文件的使用说明](https://cloud.tencent.com/document/product/1172/41701)。了解 [cube文件转png图片小工具](http://yyb.gtimg.com/aiplat/static/qcloud-cube-to-png.html)。
      • setLUTFile

        public void setLUTFile​(String LUTFile)
        Set 图片base64数据,用于试唇色,要求必须是LUT 格式的cube文件转换成512*512的PNG图片。查看 [LUT文件的使用说明](https://cloud.tencent.com/document/product/1172/41701)。了解 [cube文件转png图片小工具](http://yyb.gtimg.com/aiplat/static/qcloud-cube-to-png.html)。
        Parameters:
        LUTFile - 图片base64数据,用于试唇色,要求必须是LUT 格式的cube文件转换成512*512的PNG图片。查看 [LUT文件的使用说明](https://cloud.tencent.com/document/product/1172/41701)。了解 [cube文件转png图片小工具](http://yyb.gtimg.com/aiplat/static/qcloud-cube-to-png.html)。
      • getDescription

        public String getDescription()
        Get 文件描述信息,可用于备注。
        Returns:
        Description 文件描述信息,可用于备注。
      • setDescription

        public void setDescription​(String Description)
        Set 文件描述信息,可用于备注。
        Parameters:
        Description - 文件描述信息,可用于备注。