Class QuantitativeAnalyses
- java.lang.Object
-
- io.datahubproject.openapi.generated.QuantitativeAnalyses
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue,OneOfMLModelSnapshotAspectsItems,OneOfVersionedAspectAspect
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class QuantitativeAnalyses extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfMLModelSnapshotAspectsItems, OneOfVersionedAspectAspectQuantitative analyses should be disaggregated, that is, broken down by the chosen factors. Quantitative analyses should provide the results of evaluating the MLModel according to the chosen metrics, providing confidence interval values when possible.
-
-
Constructor Summary
Constructors Constructor Description QuantitativeAnalyses()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName formatjava.lang.StringgetIntersectionalResults()Link to a dashboard with results showing how the MLModel performed with respect to the intersection of evaluated factors?java.lang.StringgetUnitaryResults()Link to a dashboard with results showing how the MLModel performed with respect to each factorinthashCode()QuantitativeAnalysesintersectionalResults(java.lang.String intersectionalResults)voidsetIntersectionalResults(java.lang.String intersectionalResults)voidsetUnitaryResults(java.lang.String unitaryResults)java.lang.StringtoString()QuantitativeAnalysesunitaryResults(java.lang.String unitaryResults)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
unitaryResults
public QuantitativeAnalyses unitaryResults(java.lang.String unitaryResults)
-
getUnitaryResults
public java.lang.String getUnitaryResults()
Link to a dashboard with results showing how the MLModel performed with respect to each factor- Returns:
- unitaryResults
-
setUnitaryResults
public void setUnitaryResults(java.lang.String unitaryResults)
-
intersectionalResults
public QuantitativeAnalyses intersectionalResults(java.lang.String intersectionalResults)
-
getIntersectionalResults
public java.lang.String getIntersectionalResults()
Link to a dashboard with results showing how the MLModel performed with respect to the intersection of evaluated factors?- Returns:
- intersectionalResults
-
setIntersectionalResults
public void setIntersectionalResults(java.lang.String intersectionalResults)
-
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
-
-