| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateModelVersionResponse |
FraudDetectorClient.createModelVersion(Consumer<CreateModelVersionRequest.Builder> createModelVersionRequest)
Creates a version of the model using the specified model type and model id.
|
default CreateModelVersionResponse |
FraudDetectorClient.createModelVersion(CreateModelVersionRequest createModelVersionRequest)
Creates a version of the model using the specified model type and model id.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateModelVersionResponse> |
FraudDetectorAsyncClient.createModelVersion(Consumer<CreateModelVersionRequest.Builder> createModelVersionRequest)
Creates a version of the model using the specified model type and model id.
|
default CompletableFuture<CreateModelVersionResponse> |
FraudDetectorAsyncClient.createModelVersion(CreateModelVersionRequest createModelVersionRequest)
Creates a version of the model using the specified model type and model id.
|
Copyright © 2022. All rights reserved.