| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
ExternalModelOutputs |
ExternalModelOutputs.addOutputsEntry(String key,
String value)
Add a single Outputs entry
|
ExternalModelOutputs |
ExternalModelOutputs.clearOutputsEntries()
Removes all the entries added into Outputs.
|
ExternalModelOutputs |
ExternalModelOutputs.clone() |
ExternalModelOutputs |
ExternalModelOutputs.withExternalModel(ExternalModelSummary externalModel)
The Amazon SageMaker model.
|
ExternalModelOutputs |
ExternalModelOutputs.withOutputs(Map<String,String> outputs)
The fraud prediction scores from Amazon SageMaker model.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExternalModelOutputs> |
GetEventPredictionResult.getExternalModelOutputs()
The model scores for Amazon SageMaker models.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventPredictionResult |
GetEventPredictionResult.withExternalModelOutputs(ExternalModelOutputs... externalModelOutputs)
The model scores for Amazon SageMaker models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEventPredictionResult.setExternalModelOutputs(Collection<ExternalModelOutputs> externalModelOutputs)
The model scores for Amazon SageMaker models.
|
GetEventPredictionResult |
GetEventPredictionResult.withExternalModelOutputs(Collection<ExternalModelOutputs> externalModelOutputs)
The model scores for Amazon SageMaker models.
|
Copyright © 2022. All rights reserved.