Class MLModelFactorPrompts

    • Constructor Detail

      • MLModelFactorPrompts

        public MLModelFactorPrompts()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • getRelevantFactors

        @Valid
        public @Valid java.util.List<MLModelFactors> getRelevantFactors()
        What are foreseeable salient factors for which MLModel performance may vary, and how were these determined?
        Returns:
        relevantFactors
      • setRelevantFactors

        public void setRelevantFactors​(java.util.List<MLModelFactors> relevantFactors)
      • getEvaluationFactors

        @Valid
        public @Valid java.util.List<MLModelFactors> getEvaluationFactors()
        Which factors are being reported, and why were these chosen?
        Returns:
        evaluationFactors
      • setEvaluationFactors

        public void setEvaluationFactors​(java.util.List<MLModelFactors> evaluationFactors)
      • 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