sagemaker_update_context {paws.machine.learning}R 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.


[Package paws.machine.learning version 0.7.0 Index]