frauddetector_put_external_model: Creates or updates an Amazon SageMaker model endpoint

View source: R/frauddetector_operations.R

frauddetector_put_external_modelR Documentation

Creates or updates an Amazon SageMaker model endpoint

Description

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.