public class CompareMetricsData extends AbstractModel
Constructor and Description |
---|
CompareMetricsData() |
Modifier and Type | Method and Description |
---|---|
String |
getLongContentAccuracy()
Get 长文提取准确率
|
String |
getLongContentRecall()
Get 长文提取召回率
|
String |
getLongStructAccuracy()
Get 长文结构化准确率
|
String |
getLongStructRecall()
Get 长文结构化召回率
|
String |
getShortStructAccuracy()
Get 短文准确率
|
String |
getShortStructRecall()
Get 短文召回率
|
void |
setLongContentAccuracy(String LongContentAccuracy)
Set 长文提取准确率
|
void |
setLongContentRecall(String LongContentRecall)
Set 长文提取召回率
|
void |
setLongStructAccuracy(String LongStructAccuracy)
Set 长文结构化准确率
|
void |
setLongStructRecall(String LongStructRecall)
Set 长文结构化召回率
|
void |
setShortStructAccuracy(String ShortStructAccuracy)
Set 短文准确率
|
void |
setShortStructRecall(String ShortStructRecall)
Set 短文召回率
|
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 getShortStructAccuracy()
public void setShortStructAccuracy(String ShortStructAccuracy)
ShortStructAccuracy
- 短文准确率public String getShortStructRecall()
public void setShortStructRecall(String ShortStructRecall)
ShortStructRecall
- 短文召回率public String getLongStructAccuracy()
public void setLongStructAccuracy(String LongStructAccuracy)
LongStructAccuracy
- 长文结构化准确率public String getLongStructRecall()
public void setLongStructRecall(String LongStructRecall)
LongStructRecall
- 长文结构化召回率public String getLongContentAccuracy()
public void setLongContentAccuracy(String LongContentAccuracy)
LongContentAccuracy
- 长文提取准确率public String getLongContentRecall()
public void setLongContentRecall(String LongContentRecall)
LongContentRecall
- 长文提取召回率Copyright © 2021. All rights reserved.