@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluatedModelVersion extends Object implements Serializable, Cloneable, StructuredPojo
The model version evaluated for generating prediction.
Constructor and Description |
---|
EvaluatedModelVersion() |
Modifier and Type | Method and Description |
---|---|
EvaluatedModelVersion |
clone() |
boolean |
equals(Object obj) |
List<ModelVersionEvaluation> |
getEvaluations()
Evaluations generated for the model version.
|
String |
getModelId()
The model ID.
|
String |
getModelType()
The model type.
|
String |
getModelVersion()
The model version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEvaluations(Collection<ModelVersionEvaluation> evaluations)
Evaluations generated for the model version.
|
void |
setModelId(String modelId)
The model ID.
|
void |
setModelType(String modelType)
The model type.
|
void |
setModelVersion(String modelVersion)
The model version.
|
String |
toString()
Returns a string representation of this object.
|
EvaluatedModelVersion |
withEvaluations(Collection<ModelVersionEvaluation> evaluations)
Evaluations generated for the model version.
|
EvaluatedModelVersion |
withEvaluations(ModelVersionEvaluation... evaluations)
Evaluations generated for the model version.
|
EvaluatedModelVersion |
withModelId(String modelId)
The model ID.
|
EvaluatedModelVersion |
withModelType(String modelType)
The model type.
|
EvaluatedModelVersion |
withModelVersion(String modelVersion)
The model version.
|
public void setModelId(String modelId)
The model ID.
modelId
- The model ID.public String getModelId()
The model ID.
public EvaluatedModelVersion withModelId(String modelId)
The model ID.
modelId
- The model ID.public void setModelVersion(String modelVersion)
The model version.
modelVersion
- The model version.public String getModelVersion()
The model version.
public EvaluatedModelVersion withModelVersion(String modelVersion)
The model version.
modelVersion
- The model version.public void setModelType(String modelType)
The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
| TRANSACTION_FRAUD_INSIGHTS
modelType
- The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
| TRANSACTION_FRAUD_INSIGHTS
public String getModelType()
The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
| TRANSACTION_FRAUD_INSIGHTS
Valid values: ONLINE_FRAUD_INSIGHTS
| TRANSACTION_FRAUD_INSIGHTS
public EvaluatedModelVersion withModelType(String modelType)
The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
| TRANSACTION_FRAUD_INSIGHTS
modelType
- The model type.
Valid values: ONLINE_FRAUD_INSIGHTS
| TRANSACTION_FRAUD_INSIGHTS
public List<ModelVersionEvaluation> getEvaluations()
Evaluations generated for the model version.
public void setEvaluations(Collection<ModelVersionEvaluation> evaluations)
Evaluations generated for the model version.
evaluations
- Evaluations generated for the model version.public EvaluatedModelVersion withEvaluations(ModelVersionEvaluation... evaluations)
Evaluations generated for the model version.
NOTE: This method appends the values to the existing list (if any). Use
setEvaluations(java.util.Collection)
or withEvaluations(java.util.Collection)
if you want to
override the existing values.
evaluations
- Evaluations generated for the model version.public EvaluatedModelVersion withEvaluations(Collection<ModelVersionEvaluation> evaluations)
Evaluations generated for the model version.
evaluations
- Evaluations generated for the model version.public String toString()
toString
in class Object
Object.toString()
public EvaluatedModelVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.