View source: R/frauddetector_operations.R
frauddetector_put_external_model | R Documentation |
Creates or updates an Amazon SageMaker model endpoint. You can also use this action to update the configuration of the model endpoint, including the IAM role and/or the mapped variables.
See https://www.paws-r-sdk.com/docs/frauddetector_put_external_model/ for full documentation.
frauddetector_put_external_model(
modelEndpoint,
modelSource,
invokeModelEndpointRoleArn,
inputConfiguration,
outputConfiguration,
modelEndpointStatus,
tags = NULL
)
modelEndpoint |
[required] The model endpoints name. |
modelSource |
[required] The source of the model. |
invokeModelEndpointRoleArn |
[required] The IAM role used to invoke the model endpoint. |
inputConfiguration |
[required] The model endpoint input configuration. |
outputConfiguration |
[required] The model endpoint output configuration. |
modelEndpointStatus |
[required] The model endpoint’s status in Amazon Fraud Detector. |
tags |
A collection of key and value pairs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.