Class CaveatDetails


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-12-06T11:25:47.362934Z[Etc/UTC]")
    public class CaveatDetails
    extends java.lang.Object
    This 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 Detail

      • CaveatDetails

        public CaveatDetails()
    • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object