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

sagemaker_update_action

Updates an action


Description

Updates an action.

Usage

sagemaker_update_action(ActionName, Description, Status, Properties,
  PropertiesToRemove)

Arguments

ActionName

[required] The name of the action to update.

Description

The new description for the action.

Status

The new status for the action.

Properties

The new list of properties. Overwrites the current property list.

PropertiesToRemove

A list of properties to remove.

Value

A list with the following syntax:

list(
  ActionArn = "string"
)

Request syntax

svc$update_action(
  ActionName = "string",
  Description = "string",
  Status = "Unknown"|"InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped",
  Properties = list(
    "string"
  ),
  PropertiesToRemove = list(
    "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.