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

sagemaker_update_model_package

Updates a versioned model


Description

Updates a versioned model.

Usage

sagemaker_update_model_package(ModelPackageArn, ModelApprovalStatus,
  ApprovalDescription)

Arguments

ModelPackageArn

[required] The Amazon Resource Name (ARN) of the model.

ModelApprovalStatus

[required] The approval status of the model.

ApprovalDescription

A description for the approval status of the model.

Value

A list with the following syntax:

list(
  ModelPackageArn = "string"
)

Request syntax

svc$update_model_package(
  ModelPackageArn = "string",
  ModelApprovalStatus = "Approved"|"Rejected"|"PendingManualApproval",
  ApprovalDescription = "string"
)

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.