Class ScoreBody
java.lang.Object
com.ants.platform.client.resources.ingestion.types.ScoreBody
-
Method Details
-
getId
-
getTraceId
-
getSessionId
-
getObservationId
-
getDatasetRunId
-
getName
-
getEnvironment
-
getValue
- Returns:
- The value of the score. Must be passed as string for categorical scores, and numeric for boolean and numeric scores. Boolean score values must equal either 1 or 0 (true or false)
-
getComment
-
getMetadata
-
getDataType
- Returns:
- When set, must match the score value's type. If not set, will be inferred from the score value or config
-
getConfigId
- Returns:
- Reference a score config on a score. When set, the score name must equal the config name and scores must comply with the config's range and data type. For categorical scores, the value must map to a config category. Numeric scores might be constrained by the score config's max and min values
-
equals
-
getAdditionalProperties
-
hashCode
-
toString
-
builder
-