Class EvaluationSetItemsCreateRequestItemsItem
- java.lang.Object
-
- ai.extend.resources.evaluationsetitems.types.EvaluationSetItemsCreateRequestItemsItem
-
public final class EvaluationSetItemsCreateRequestItemsItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvaluationSetItemsCreateRequestItemsItem._FinalStagestatic classEvaluationSetItemsCreateRequestItemsItem.Builderstatic interfaceEvaluationSetItemsCreateRequestItemsItem.ExpectedOutputStagestatic interfaceEvaluationSetItemsCreateRequestItemsItem.FileIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EvaluationSetItemsCreateRequestItemsItem.FileIdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()ProvidedProcessorOutputgetExpectedOutput()java.lang.StringgetFileId()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getFileId
public java.lang.String getFileId()
- Returns:
- Extend's internal ID for the file. It will always start with "file_".
Example:
"file_xK9mLPqRtN3vS8wF5hB2cQ"
-
getExpectedOutput
public ProvidedProcessorOutput getExpectedOutput()
- Returns:
- The expected output that will be compared to the actual output of the extractor, classifier, or splitter when run against the file.
-
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 EvaluationSetItemsCreateRequestItemsItem.FileIdStage builder()
-
-