Class PredictInput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiems.v20190416.models.PredictInput
-
public class PredictInput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PredictInput()PredictInput(PredictInput 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 LonggetBatchSize()Get 预测批大小,默认为 64StringgetInputDataFormat()Get 输入数据格式,目前支持:JSONStringgetInputPath()Get 输入路径,支持 cos 格式路径文件夹或文件StringgetOutputDataFormat()Get 输出数据格式,目前支持:JSONStringgetOutputPath()Get 输出路径,支持 cos 格式路径StringgetSignatureName()Get 模型签名 注意:此字段可能返回 null,表示取不到有效值。voidsetBatchSize(Long BatchSize)Set 预测批大小,默认为 64voidsetInputDataFormat(String InputDataFormat)Set 输入数据格式,目前支持:JSONvoidsetInputPath(String InputPath)Set 输入路径,支持 cos 格式路径文件夹或文件voidsetOutputDataFormat(String OutputDataFormat)Set 输出数据格式,目前支持:JSONvoidsetOutputPath(String OutputPath)Set 输出路径,支持 cos 格式路径voidsetSignatureName(String SignatureName)Set 模型签名 注意:此字段可能返回 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
-
PredictInput
public PredictInput()
-
PredictInput
public PredictInput(PredictInput 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
-
getInputPath
public String getInputPath()
Get 输入路径,支持 cos 格式路径文件夹或文件- Returns:
- InputPath 输入路径,支持 cos 格式路径文件夹或文件
-
setInputPath
public void setInputPath(String InputPath)
Set 输入路径,支持 cos 格式路径文件夹或文件- Parameters:
InputPath- 输入路径,支持 cos 格式路径文件夹或文件
-
getOutputPath
public String getOutputPath()
Get 输出路径,支持 cos 格式路径- Returns:
- OutputPath 输出路径,支持 cos 格式路径
-
setOutputPath
public void setOutputPath(String OutputPath)
Set 输出路径,支持 cos 格式路径- Parameters:
OutputPath- 输出路径,支持 cos 格式路径
-
getInputDataFormat
public String getInputDataFormat()
Get 输入数据格式,目前支持:JSON- Returns:
- InputDataFormat 输入数据格式,目前支持:JSON
-
setInputDataFormat
public void setInputDataFormat(String InputDataFormat)
Set 输入数据格式,目前支持:JSON- Parameters:
InputDataFormat- 输入数据格式,目前支持:JSON
-
getOutputDataFormat
public String getOutputDataFormat()
Get 输出数据格式,目前支持:JSON- Returns:
- OutputDataFormat 输出数据格式,目前支持:JSON
-
setOutputDataFormat
public void setOutputDataFormat(String OutputDataFormat)
Set 输出数据格式,目前支持:JSON- Parameters:
OutputDataFormat- 输出数据格式,目前支持:JSON
-
getBatchSize
public Long getBatchSize()
Get 预测批大小,默认为 64- Returns:
- BatchSize 预测批大小,默认为 64
-
setBatchSize
public void setBatchSize(Long BatchSize)
Set 预测批大小,默认为 64- Parameters:
BatchSize- 预测批大小,默认为 64
-
getSignatureName
public String getSignatureName()
Get 模型签名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SignatureName 模型签名 注意:此字段可能返回 null,表示取不到有效值。
-
setSignatureName
public void setSignatureName(String SignatureName)
Set 模型签名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SignatureName- 模型签名 注意:此字段可能返回 null,表示取不到有效值。
-
-