Package ai.extend.types
Class EvaluationSet
- java.lang.Object
-
- ai.extend.types.EvaluationSet
-
public final class EvaluationSet extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvaluationSet._FinalStagestatic classEvaluationSet.Builderstatic interfaceEvaluationSet.CreatedAtStagestatic interfaceEvaluationSet.DescriptionStagestatic interfaceEvaluationSet.EntityStagestatic interfaceEvaluationSet.IdStagestatic interfaceEvaluationSet.NameStagestatic interfaceEvaluationSet.UpdatedAtStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EvaluationSet.IdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.time.OffsetDateTimegetCreatedAt()java.util.Optional<CreatedBy>getCreatedBy()java.lang.StringgetDescription()EvaluationSetEntitygetEntity()java.lang.StringgetId()java.lang.StringgetName()java.lang.StringgetObject()java.time.OffsetDateTimegetUpdatedAt()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".
-
getId
public java.lang.String getId()
- Returns:
- The ID of the evaluation set.
Example:
"ev_2LcgeY_mp2T5yPaEuq5Lw"
-
getName
public java.lang.String getName()
- Returns:
- The name of the evaluation set.
Example:
"Invoice Processing Test Set"
-
getDescription
public java.lang.String getDescription()
- Returns:
- A description of the evaluation set.
Example:
"Q4 2023 vendor invoices for accuracy testing"
-
getEntity
public EvaluationSetEntity getEntity()
- Returns:
- The extractor, classifier, or splitter associated with this evaluation set.
-
getCreatedAt
public java.time.OffsetDateTime getCreatedAt()
-
getUpdatedAt
public java.time.OffsetDateTime getUpdatedAt()
-
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 EvaluationSet.IdStage builder()
-
-