| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetExternalModelsResponse |
FraudDetectorClient.getExternalModels(Consumer<GetExternalModelsRequest.Builder> getExternalModelsRequest)
Gets the details for one or more Amazon SageMaker models that have been imported into the service.
|
default GetExternalModelsResponse |
FraudDetectorClient.getExternalModels(GetExternalModelsRequest getExternalModelsRequest)
Gets the details for one or more Amazon SageMaker models that have been imported into the service.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetExternalModelsResponse> |
FraudDetectorAsyncClient.getExternalModels(Consumer<GetExternalModelsRequest.Builder> getExternalModelsRequest)
Gets the details for one or more Amazon SageMaker models that have been imported into the service.
|
default CompletableFuture<GetExternalModelsResponse> |
FraudDetectorAsyncClient.getExternalModels(GetExternalModelsRequest getExternalModelsRequest)
Gets the details for one or more Amazon SageMaker models that have been imported into the service.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetExternalModelsResponse> |
GetExternalModelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetExternalModelsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetExternalModelsResponse> subscriber) |
Copyright © 2021. All rights reserved.