Class CaveatDetails
- java.lang.Object
-
- io.datahubproject.openapi.generated.CaveatDetails
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class CaveatDetails extends java.lang.ObjectThis section should list additional concerns that were not covered in the previous sections. For example, did the results suggest any further testing? Were there any relevant groups that were not represented in the evaluation dataset? Are there additional recommendations for model use?
-
-
Constructor Summary
Constructors Constructor Description CaveatDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaveatDetailsaddGroupsNotRepresentedItem(java.lang.String groupsNotRepresentedItem)CaveatDetailscaveatDescription(java.lang.String caveatDescription)booleanequals(java.lang.Object o)java.lang.StringgetCaveatDescription()Caveat Description For ex: Given gender classes are binary (male/not male), which we include as male/female.java.util.List<java.lang.String>getGroupsNotRepresented()Relevant groups that were not represented in the evaluation dataset?CaveatDetailsgroupsNotRepresented(java.util.List<java.lang.String> groupsNotRepresented)inthashCode()java.lang.BooleanisNeedsFurtherTesting()Did the results suggest any further testing?CaveatDetailsneedsFurtherTesting(java.lang.Boolean needsFurtherTesting)voidsetCaveatDescription(java.lang.String caveatDescription)voidsetGroupsNotRepresented(java.util.List<java.lang.String> groupsNotRepresented)voidsetNeedsFurtherTesting(java.lang.Boolean needsFurtherTesting)java.lang.StringtoString()
-
-
-
Method Detail
-
needsFurtherTesting
public CaveatDetails needsFurtherTesting(java.lang.Boolean needsFurtherTesting)
-
isNeedsFurtherTesting
public java.lang.Boolean isNeedsFurtherTesting()
Did the results suggest any further testing?- Returns:
- needsFurtherTesting
-
setNeedsFurtherTesting
public void setNeedsFurtherTesting(java.lang.Boolean needsFurtherTesting)
-
caveatDescription
public CaveatDetails caveatDescription(java.lang.String caveatDescription)
-
getCaveatDescription
public java.lang.String getCaveatDescription()
Caveat Description For ex: Given gender classes are binary (male/not male), which we include as male/female. Further work needed to evaluate across a spectrum of genders.- Returns:
- caveatDescription
-
setCaveatDescription
public void setCaveatDescription(java.lang.String caveatDescription)
-
groupsNotRepresented
public CaveatDetails groupsNotRepresented(java.util.List<java.lang.String> groupsNotRepresented)
-
addGroupsNotRepresentedItem
public CaveatDetails addGroupsNotRepresentedItem(java.lang.String groupsNotRepresentedItem)
-
getGroupsNotRepresented
public java.util.List<java.lang.String> getGroupsNotRepresented()
Relevant groups that were not represented in the evaluation dataset?- Returns:
- groupsNotRepresented
-
setGroupsNotRepresented
public void setGroupsNotRepresented(java.util.List<java.lang.String> groupsNotRepresented)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-