Class HyperParameter
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.HyperParameter
-
public class HyperParameter extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description HyperParameter()HyperParameter(HyperParameter 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCpuCachePercentage()Get gpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。StringgetEnableDistributed()Get 是否开启分布式模式(true/false) 注意:此字段可能返回 null,表示取不到有效值。StringgetGpuCachePercentage()Get cpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。StringgetLoraScale()Get Stable Diffusion 模型优化参数,控制Lora模型的影响效果 注意:此字段可能返回 null,表示取不到有效值。StringgetMaxNNZ()Get 最大nnz数 注意:此字段可能返回 null,表示取不到有效值。StringgetMinBlockSizePt()Get TORCH_SCRIPT、MMDETECTION、DETECTRON2、HUGGINGFACE格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为3 注意:此字段可能返回 null,表示取不到有效值。StringgetMinBlockSizeTf()Get FROZEN_GRAPH、SAVED_MODEL格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为10 注意:此字段可能返回 null,表示取不到有效值。StringgetPipelineArgs()Get Stable Diffusion 模型优化参数 注意:此字段可能返回 null,表示取不到有效值。StringgetSlotNum()Get slot数 注意:此字段可能返回 null,表示取不到有效值。voidsetCpuCachePercentage(String CpuCachePercentage)Set gpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。voidsetEnableDistributed(String EnableDistributed)Set 是否开启分布式模式(true/false) 注意:此字段可能返回 null,表示取不到有效值。voidsetGpuCachePercentage(String GpuCachePercentage)Set cpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。voidsetLoraScale(String LoraScale)Set Stable Diffusion 模型优化参数,控制Lora模型的影响效果 注意:此字段可能返回 null,表示取不到有效值。voidsetMaxNNZ(String MaxNNZ)Set 最大nnz数 注意:此字段可能返回 null,表示取不到有效值。voidsetMinBlockSizePt(String MinBlockSizePt)Set TORCH_SCRIPT、MMDETECTION、DETECTRON2、HUGGINGFACE格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为3 注意:此字段可能返回 null,表示取不到有效值。voidsetMinBlockSizeTf(String MinBlockSizeTf)Set FROZEN_GRAPH、SAVED_MODEL格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为10 注意:此字段可能返回 null,表示取不到有效值。voidsetPipelineArgs(String PipelineArgs)Set Stable Diffusion 模型优化参数 注意:此字段可能返回 null,表示取不到有效值。voidsetSlotNum(String SlotNum)Set slot数 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
HyperParameter
public HyperParameter()
-
HyperParameter
public HyperParameter(HyperParameter 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
-
getMaxNNZ
public String getMaxNNZ()
Get 最大nnz数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MaxNNZ 最大nnz数 注意:此字段可能返回 null,表示取不到有效值。
-
setMaxNNZ
public void setMaxNNZ(String MaxNNZ)
Set 最大nnz数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MaxNNZ- 最大nnz数 注意:此字段可能返回 null,表示取不到有效值。
-
getSlotNum
public String getSlotNum()
Get slot数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SlotNum slot数 注意:此字段可能返回 null,表示取不到有效值。
-
setSlotNum
public void setSlotNum(String SlotNum)
Set slot数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SlotNum- slot数 注意:此字段可能返回 null,表示取不到有效值。
-
getCpuCachePercentage
public String getCpuCachePercentage()
Get gpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CpuCachePercentage gpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。
-
setCpuCachePercentage
public void setCpuCachePercentage(String CpuCachePercentage)
Set gpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CpuCachePercentage- gpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。
-
getGpuCachePercentage
public String getGpuCachePercentage()
Get cpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GpuCachePercentage cpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。
-
setGpuCachePercentage
public void setGpuCachePercentage(String GpuCachePercentage)
Set cpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GpuCachePercentage- cpu cache 使用率 注意:此字段可能返回 null,表示取不到有效值。
-
getEnableDistributed
public String getEnableDistributed()
Get 是否开启分布式模式(true/false) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnableDistributed 是否开启分布式模式(true/false) 注意:此字段可能返回 null,表示取不到有效值。
-
setEnableDistributed
public void setEnableDistributed(String EnableDistributed)
Set 是否开启分布式模式(true/false) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnableDistributed- 是否开启分布式模式(true/false) 注意:此字段可能返回 null,表示取不到有效值。
-
getMinBlockSizePt
public String getMinBlockSizePt()
Get TORCH_SCRIPT、MMDETECTION、DETECTRON2、HUGGINGFACE格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为3 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MinBlockSizePt TORCH_SCRIPT、MMDETECTION、DETECTRON2、HUGGINGFACE格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为3 注意:此字段可能返回 null,表示取不到有效值。
-
setMinBlockSizePt
public void setMinBlockSizePt(String MinBlockSizePt)
Set TORCH_SCRIPT、MMDETECTION、DETECTRON2、HUGGINGFACE格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为3 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MinBlockSizePt- TORCH_SCRIPT、MMDETECTION、DETECTRON2、HUGGINGFACE格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为3 注意:此字段可能返回 null,表示取不到有效值。
-
getMinBlockSizeTf
public String getMinBlockSizeTf()
Get FROZEN_GRAPH、SAVED_MODEL格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为10 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MinBlockSizeTf FROZEN_GRAPH、SAVED_MODEL格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为10 注意:此字段可能返回 null,表示取不到有效值。
-
setMinBlockSizeTf
public void setMinBlockSizeTf(String MinBlockSizeTf)
Set FROZEN_GRAPH、SAVED_MODEL格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为10 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MinBlockSizeTf- FROZEN_GRAPH、SAVED_MODEL格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为10 注意:此字段可能返回 null,表示取不到有效值。
-
getPipelineArgs
public String getPipelineArgs()
Get Stable Diffusion 模型优化参数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PipelineArgs Stable Diffusion 模型优化参数 注意:此字段可能返回 null,表示取不到有效值。
-
setPipelineArgs
public void setPipelineArgs(String PipelineArgs)
Set Stable Diffusion 模型优化参数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PipelineArgs- Stable Diffusion 模型优化参数 注意:此字段可能返回 null,表示取不到有效值。
-
getLoraScale
public String getLoraScale()
Get Stable Diffusion 模型优化参数,控制Lora模型的影响效果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LoraScale Stable Diffusion 模型优化参数,控制Lora模型的影响效果 注意:此字段可能返回 null,表示取不到有效值。
-
setLoraScale
public void setLoraScale(String LoraScale)
Set Stable Diffusion 模型优化参数,控制Lora模型的影响效果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LoraScale- Stable Diffusion 模型优化参数,控制Lora模型的影响效果 注意:此字段可能返回 null,表示取不到有效值。
-
-