@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventPredictionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEventPredictionResult() |
Modifier and Type | Method and Description |
---|---|
GetEventPredictionResult |
clone() |
boolean |
equals(Object obj) |
List<ExternalModelOutputs> |
getExternalModelOutputs()
The model scores for Amazon SageMaker models.
|
List<ModelScores> |
getModelScores()
The model scores.
|
List<RuleResult> |
getRuleResults()
The results from the rules.
|
int |
hashCode() |
void |
setExternalModelOutputs(Collection<ExternalModelOutputs> externalModelOutputs)
The model scores for Amazon SageMaker models.
|
void |
setModelScores(Collection<ModelScores> modelScores)
The model scores.
|
void |
setRuleResults(Collection<RuleResult> ruleResults)
The results from the rules.
|
String |
toString()
Returns a string representation of this object.
|
GetEventPredictionResult |
withExternalModelOutputs(Collection<ExternalModelOutputs> externalModelOutputs)
The model scores for Amazon SageMaker models.
|
GetEventPredictionResult |
withExternalModelOutputs(ExternalModelOutputs... externalModelOutputs)
The model scores for Amazon SageMaker models.
|
GetEventPredictionResult |
withModelScores(Collection<ModelScores> modelScores)
The model scores.
|
GetEventPredictionResult |
withModelScores(ModelScores... modelScores)
The model scores.
|
GetEventPredictionResult |
withRuleResults(Collection<RuleResult> ruleResults)
The results from the rules.
|
GetEventPredictionResult |
withRuleResults(RuleResult... ruleResults)
The results from the rules.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ModelScores> getModelScores()
The model scores. Amazon Fraud Detector generates model scores between 0 and 1000, where 0 is low fraud risk and 1000 is high fraud risk. Model scores are directly related to the false positive rate (FPR). For example, a score of 600 corresponds to an estimated 10% false positive rate whereas a score of 900 corresponds to an estimated 2% false positive rate.
public void setModelScores(Collection<ModelScores> modelScores)
The model scores. Amazon Fraud Detector generates model scores between 0 and 1000, where 0 is low fraud risk and 1000 is high fraud risk. Model scores are directly related to the false positive rate (FPR). For example, a score of 600 corresponds to an estimated 10% false positive rate whereas a score of 900 corresponds to an estimated 2% false positive rate.
modelScores
- The model scores. Amazon Fraud Detector generates model scores between 0 and 1000, where 0 is low fraud
risk and 1000 is high fraud risk. Model scores are directly related to the false positive rate (FPR). For
example, a score of 600 corresponds to an estimated 10% false positive rate whereas a score of 900
corresponds to an estimated 2% false positive rate.public GetEventPredictionResult withModelScores(ModelScores... modelScores)
The model scores. Amazon Fraud Detector generates model scores between 0 and 1000, where 0 is low fraud risk and 1000 is high fraud risk. Model scores are directly related to the false positive rate (FPR). For example, a score of 600 corresponds to an estimated 10% false positive rate whereas a score of 900 corresponds to an estimated 2% false positive rate.
NOTE: This method appends the values to the existing list (if any). Use
setModelScores(java.util.Collection)
or withModelScores(java.util.Collection)
if you want to
override the existing values.
modelScores
- The model scores. Amazon Fraud Detector generates model scores between 0 and 1000, where 0 is low fraud
risk and 1000 is high fraud risk. Model scores are directly related to the false positive rate (FPR). For
example, a score of 600 corresponds to an estimated 10% false positive rate whereas a score of 900
corresponds to an estimated 2% false positive rate.public GetEventPredictionResult withModelScores(Collection<ModelScores> modelScores)
The model scores. Amazon Fraud Detector generates model scores between 0 and 1000, where 0 is low fraud risk and 1000 is high fraud risk. Model scores are directly related to the false positive rate (FPR). For example, a score of 600 corresponds to an estimated 10% false positive rate whereas a score of 900 corresponds to an estimated 2% false positive rate.
modelScores
- The model scores. Amazon Fraud Detector generates model scores between 0 and 1000, where 0 is low fraud
risk and 1000 is high fraud risk. Model scores are directly related to the false positive rate (FPR). For
example, a score of 600 corresponds to an estimated 10% false positive rate whereas a score of 900
corresponds to an estimated 2% false positive rate.public List<RuleResult> getRuleResults()
The results from the rules.
public void setRuleResults(Collection<RuleResult> ruleResults)
The results from the rules.
ruleResults
- The results from the rules.public GetEventPredictionResult withRuleResults(RuleResult... ruleResults)
The results from the rules.
NOTE: This method appends the values to the existing list (if any). Use
setRuleResults(java.util.Collection)
or withRuleResults(java.util.Collection)
if you want to
override the existing values.
ruleResults
- The results from the rules.public GetEventPredictionResult withRuleResults(Collection<RuleResult> ruleResults)
The results from the rules.
ruleResults
- The results from the rules.public List<ExternalModelOutputs> getExternalModelOutputs()
The model scores for Amazon SageMaker models.
public void setExternalModelOutputs(Collection<ExternalModelOutputs> externalModelOutputs)
The model scores for Amazon SageMaker models.
externalModelOutputs
- The model scores for Amazon SageMaker models.public GetEventPredictionResult withExternalModelOutputs(ExternalModelOutputs... externalModelOutputs)
The model scores for Amazon SageMaker models.
NOTE: This method appends the values to the existing list (if any). Use
setExternalModelOutputs(java.util.Collection)
or withExternalModelOutputs(java.util.Collection)
if you want to override the existing values.
externalModelOutputs
- The model scores for Amazon SageMaker models.public GetEventPredictionResult withExternalModelOutputs(Collection<ExternalModelOutputs> externalModelOutputs)
The model scores for Amazon SageMaker models.
externalModelOutputs
- The model scores for Amazon SageMaker models.public String toString()
toString
in class Object
Object.toString()
public GetEventPredictionResult clone()