@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class QuantitativeAnalyses
extends java.lang.Object
implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfMLModelSnapshotAspectsItems, OneOfVersionedAspectAspect
| Constructor and Description |
|---|
QuantitativeAnalyses() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
get__type()
Name of this subclass in SimpleClassName format
|
java.lang.String |
getIntersectionalResults()
Link to a dashboard with results showing how the MLModel performed with respect to the intersection of evaluated factors?
|
java.lang.String |
getUnitaryResults()
Link to a dashboard with results showing how the MLModel performed with respect to each factor
|
int |
hashCode() |
QuantitativeAnalyses |
intersectionalResults(java.lang.String intersectionalResults) |
void |
setIntersectionalResults(java.lang.String intersectionalResults) |
void |
setUnitaryResults(java.lang.String unitaryResults) |
java.lang.String |
toString() |
QuantitativeAnalyses |
unitaryResults(java.lang.String unitaryResults) |
@NotNull public @NotNull java.lang.String get__type()
public QuantitativeAnalyses unitaryResults(java.lang.String unitaryResults)
public java.lang.String getUnitaryResults()
public void setUnitaryResults(java.lang.String unitaryResults)
public QuantitativeAnalyses intersectionalResults(java.lang.String intersectionalResults)
public java.lang.String getIntersectionalResults()
public void setIntersectionalResults(java.lang.String intersectionalResults)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object