Class CreateScoreRequest
java.lang.Object
com.ants.platform.client.resources.score.types.CreateScoreRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interface -
Method Summary
-
Method Details
-
getId
-
getTraceId
-
getSessionId
-
getObservationId
-
getDatasetRunId
-
getName
-
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
-
getEnvironment
- Returns:
- The environment of the score. Can be any lowercase alphanumeric string with hyphens and underscores that does not start with 'ants-platform'.
-
getDataType
- Returns:
- The data type of the score. When passing a configId this field is inferred. Otherwise, this field must be passed or will default to numeric.
-
getConfigId
- Returns:
- Reference a score config on a score. The unique ANTS Platform identifier of a score config. When passing this field, the dataType and stringValue fields are automatically populated.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-