Skip to contents

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.

Usage

frauddetector_put_external_model(
  modelEndpoint,
  modelSource,
  invokeModelEndpointRoleArn,
  inputConfiguration,
  outputConfiguration,
  modelEndpointStatus,
  tags = NULL
)

Arguments

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.