Package ai.extend.types
Class EvaluationSetItem
- java.lang.Object
-
- ai.extend.types.EvaluationSetItem
-
public final class EvaluationSetItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvaluationSetItem._FinalStagestatic classEvaluationSetItem.Builderstatic interfaceEvaluationSetItem.EvaluationSetIdStagestatic interfaceEvaluationSetItem.ExpectedOutputStagestatic interfaceEvaluationSetItem.FileStagestatic interfaceEvaluationSetItem.IdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EvaluationSetItem.IdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<CreatedBy>getCreatedBy()java.lang.StringgetEvaluationSetId()ProvidedProcessorOutputgetExpectedOutput()FileSummarygetFile()java.lang.StringgetId()java.lang.StringgetObject()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getObject
public java.lang.String getObject()
- Returns:
- The type of object. In this case, it will always be
"evaluation_set_item".
-
getId
public java.lang.String getId()
- Returns:
- The ID of the evaluation set item.
Example:
"evi_kR9mNP12Qw4yTv8BdR3H"
-
getEvaluationSetId
public java.lang.String getEvaluationSetId()
- Returns:
- The ID of the evaluation set that this item belongs to.
Example:
"ev_2LcgeY_mp2T5yPaEuq5Lw"
-
getFile
public FileSummary getFile()
- Returns:
- A summary of the file associated with the evaluation set item.
-
getExpectedOutput
public ProvidedProcessorOutput getExpectedOutput()
- Returns:
- The expected output that will be used to evaluate the performance of the extractor, classifier, or splitter associated with the evaluation set. This must conform to the output schema of the entity associated with the evaluation set.
-
getCreatedBy
public java.util.Optional<CreatedBy> getCreatedBy()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static EvaluationSetItem.IdStage builder()
-
-