| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutExternalModelResult> |
AbstractAmazonFraudDetectorAsync.putExternalModelAsync(PutExternalModelRequest request,
AsyncHandler<PutExternalModelRequest,PutExternalModelResult> asyncHandler) |
Future<PutExternalModelResult> |
AmazonFraudDetectorAsyncClient.putExternalModelAsync(PutExternalModelRequest request,
AsyncHandler<PutExternalModelRequest,PutExternalModelResult> asyncHandler) |
Future<PutExternalModelResult> |
AmazonFraudDetectorAsync.putExternalModelAsync(PutExternalModelRequest putExternalModelRequest,
AsyncHandler<PutExternalModelRequest,PutExternalModelResult> asyncHandler)
Creates or updates an Amazon SageMaker model endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
PutExternalModelRequest |
PutExternalModelRequest.clone() |
PutExternalModelRequest |
PutExternalModelRequest.withInputConfiguration(ModelInputConfiguration inputConfiguration)
The model endpoint input configuration.
|
PutExternalModelRequest |
PutExternalModelRequest.withInvokeModelEndpointRoleArn(String invokeModelEndpointRoleArn)
The IAM role used to invoke the model endpoint.
|
PutExternalModelRequest |
PutExternalModelRequest.withModelEndpoint(String modelEndpoint)
The model endpoints name.
|
PutExternalModelRequest |
PutExternalModelRequest.withModelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
|
PutExternalModelRequest |
PutExternalModelRequest.withModelEndpointStatus(String modelEndpointStatus)
The model endpoint’s status in Amazon Fraud Detector.
|
PutExternalModelRequest |
PutExternalModelRequest.withModelSource(ModelSource modelSource)
The source of the model.
|
PutExternalModelRequest |
PutExternalModelRequest.withModelSource(String modelSource)
The source of the model.
|
PutExternalModelRequest |
PutExternalModelRequest.withOutputConfiguration(ModelOutputConfiguration outputConfiguration)
The model endpoint output configuration.
|
PutExternalModelRequest |
PutExternalModelRequest.withTags(Collection<Tag> tags)
A collection of key and value pairs.
|
PutExternalModelRequest |
PutExternalModelRequest.withTags(Tag... tags)
A collection of key and value pairs.
|
Copyright © 2024. All rights reserved.