Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

machinelearning_update_ml_model

Updates the MLModelName and the ScoreThreshold of an MLModel


Description

Updates the MLModelName and the ScoreThreshold of an MLModel.

You can use the get_ml_model operation to view the contents of the updated data element.

Usage

machinelearning_update_ml_model(MLModelId, MLModelName, ScoreThreshold)

Arguments

MLModelId

[required] The ID assigned to the MLModel during creation.

MLModelName

A user-supplied name or description of the MLModel.

ScoreThreshold

The ScoreThreshold used in binary classification MLModel that marks the boundary between a positive prediction and a negative prediction.

Output values greater than or equal to the ScoreThreshold receive a positive result from the MLModel, such as true. Output values less than the ScoreThreshold receive a negative response from the MLModel, such as false.

Value

A list with the following syntax:

list(
  MLModelId = "string"
)

Request syntax

svc$update_ml_model(
  MLModelId = "string",
  MLModelName = "string",
  ScoreThreshold = 123.0
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.