Skip to content

Update Context

sagemaker_update_context R Documentation

Updates a context

Description

Updates a context.

Usage

sagemaker_update_context(ContextName, Description, Properties,
  PropertiesToRemove)

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.

Value

A list with the following syntax:

list(
  ContextArn = "string"
)

Request syntax

svc$update_context(
  ContextName = "string",
  Description = "string",
  Properties = list(
    "string"
  ),
  PropertiesToRemove = list(
    "string"
  )
)