public class CustomTrainingMetric extends AbstractModel
skipSign
Constructor and Description |
---|
CustomTrainingMetric() |
CustomTrainingMetric(CustomTrainingMetric 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.
|
Modifier and Type | Method and Description |
---|---|
CustomTrainingPoint[] |
getPoints()
Get 数据点
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getXType()
Get X轴数据类型: TIMESTAMP; EPOCH; STEP
|
void |
setPoints(CustomTrainingPoint[] Points)
Set 数据点
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setXType(String XType)
Set X轴数据类型: TIMESTAMP; EPOCH; STEP
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CustomTrainingMetric()
public CustomTrainingMetric(CustomTrainingMetric source)
public String getXType()
public void setXType(String XType)
XType
- X轴数据类型: TIMESTAMP; EPOCH; STEPpublic CustomTrainingPoint[] getPoints()
public void setPoints(CustomTrainingPoint[] Points)
Points
- 数据点
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.