| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static GetEventPredictionResponse.Builder |
GetEventPredictionResponse.builder() |
GetEventPredictionResponse.Builder |
GetEventPredictionResponse.Builder.externalModelOutputs(Collection<ExternalModelOutputs> externalModelOutputs)
The model scores for Amazon SageMaker models.
|
GetEventPredictionResponse.Builder |
GetEventPredictionResponse.Builder.externalModelOutputs(Consumer<ExternalModelOutputs.Builder>... externalModelOutputs)
The model scores for Amazon SageMaker models.
|
GetEventPredictionResponse.Builder |
GetEventPredictionResponse.Builder.externalModelOutputs(ExternalModelOutputs... externalModelOutputs)
The model scores for Amazon SageMaker models.
|
GetEventPredictionResponse.Builder |
GetEventPredictionResponse.Builder.modelScores(Collection<ModelScores> modelScores)
The model scores.
|
GetEventPredictionResponse.Builder |
GetEventPredictionResponse.Builder.modelScores(Consumer<ModelScores.Builder>... modelScores)
The model scores.
|
GetEventPredictionResponse.Builder |
GetEventPredictionResponse.Builder.modelScores(ModelScores... modelScores)
The model scores.
|
GetEventPredictionResponse.Builder |
GetEventPredictionResponse.Builder.ruleResults(Collection<RuleResult> ruleResults)
The results from the rules.
|
GetEventPredictionResponse.Builder |
GetEventPredictionResponse.Builder.ruleResults(Consumer<RuleResult.Builder>... ruleResults)
The results from the rules.
|
GetEventPredictionResponse.Builder |
GetEventPredictionResponse.Builder.ruleResults(RuleResult... ruleResults)
The results from the rules.
|
GetEventPredictionResponse.Builder |
GetEventPredictionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEventPredictionResponse.Builder> |
GetEventPredictionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.