@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdapterVersionEvaluationMetric extends Object implements Serializable, Cloneable, StructuredPojo
Contains information on the metrics used to evalute the peformance of a given adapter version. Includes data for baseline model performance and individual adapter version perfromance.
Constructor and Description |
---|
AdapterVersionEvaluationMetric() |
Modifier and Type | Method and Description |
---|---|
AdapterVersionEvaluationMetric |
clone() |
boolean |
equals(Object obj) |
EvaluationMetric |
getAdapterVersion()
The F1 score, precision, and recall metrics for the baseline model.
|
EvaluationMetric |
getBaseline()
The F1 score, precision, and recall metrics for the baseline model.
|
String |
getFeatureType()
Indicates the feature type being analyzed by a given adapter version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdapterVersion(EvaluationMetric adapterVersion)
The F1 score, precision, and recall metrics for the baseline model.
|
void |
setBaseline(EvaluationMetric baseline)
The F1 score, precision, and recall metrics for the baseline model.
|
void |
setFeatureType(String featureType)
Indicates the feature type being analyzed by a given adapter version.
|
String |
toString()
Returns a string representation of this object.
|
AdapterVersionEvaluationMetric |
withAdapterVersion(EvaluationMetric adapterVersion)
The F1 score, precision, and recall metrics for the baseline model.
|
AdapterVersionEvaluationMetric |
withBaseline(EvaluationMetric baseline)
The F1 score, precision, and recall metrics for the baseline model.
|
AdapterVersionEvaluationMetric |
withFeatureType(FeatureType featureType)
Indicates the feature type being analyzed by a given adapter version.
|
AdapterVersionEvaluationMetric |
withFeatureType(String featureType)
Indicates the feature type being analyzed by a given adapter version.
|
public void setBaseline(EvaluationMetric baseline)
The F1 score, precision, and recall metrics for the baseline model.
baseline
- The F1 score, precision, and recall metrics for the baseline model.public EvaluationMetric getBaseline()
The F1 score, precision, and recall metrics for the baseline model.
public AdapterVersionEvaluationMetric withBaseline(EvaluationMetric baseline)
The F1 score, precision, and recall metrics for the baseline model.
baseline
- The F1 score, precision, and recall metrics for the baseline model.public void setAdapterVersion(EvaluationMetric adapterVersion)
The F1 score, precision, and recall metrics for the baseline model.
adapterVersion
- The F1 score, precision, and recall metrics for the baseline model.public EvaluationMetric getAdapterVersion()
The F1 score, precision, and recall metrics for the baseline model.
public AdapterVersionEvaluationMetric withAdapterVersion(EvaluationMetric adapterVersion)
The F1 score, precision, and recall metrics for the baseline model.
adapterVersion
- The F1 score, precision, and recall metrics for the baseline model.public void setFeatureType(String featureType)
Indicates the feature type being analyzed by a given adapter version.
featureType
- Indicates the feature type being analyzed by a given adapter version.FeatureType
public String getFeatureType()
Indicates the feature type being analyzed by a given adapter version.
FeatureType
public AdapterVersionEvaluationMetric withFeatureType(String featureType)
Indicates the feature type being analyzed by a given adapter version.
featureType
- Indicates the feature type being analyzed by a given adapter version.FeatureType
public AdapterVersionEvaluationMetric withFeatureType(FeatureType featureType)
Indicates the feature type being analyzed by a given adapter version.
featureType
- Indicates the feature type being analyzed by a given adapter version.FeatureType
public String toString()
toString
in class Object
Object.toString()
public AdapterVersionEvaluationMetric clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.