sagemaker_update_action: Updates an action

View source: R/sagemaker_operations.R

sagemaker_update_actionR Documentation

Updates an action

Description

Updates an action.

See https://www.paws-r-sdk.com/docs/sagemaker_update_action/ for full documentation.

Usage

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

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.


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