sagemaker_update_context: Updates a context

View source: R/sagemaker_operations.R

sagemaker_update_contextR Documentation

Updates a context

Description

Updates a context.

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

Usage

sagemaker_update_context(
  ContextName,
  Description = NULL,
  Properties = NULL,
  PropertiesToRemove = NULL
)

Arguments

ContextName

[required] The name of the context to update.

Description

The new description for the context.

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.