Skip to content

Update Inference Component Runtime Config

sagemaker_update_inference_component_runtime_config R Documentation

Runtime settings for a model that is deployed with an inference component

Description

Runtime settings for a model that is deployed with an inference component.

Usage

sagemaker_update_inference_component_runtime_config(
  InferenceComponentName, DesiredRuntimeConfig)

Arguments

InferenceComponentName

[required] The name of the inference component to update.

DesiredRuntimeConfig

[required] Runtime settings for a model that is deployed with an inference component.

Value

A list with the following syntax:

list(
  InferenceComponentArn = "string"
)

Request syntax

svc$update_inference_component_runtime_config(
  InferenceComponentName = "string",
  DesiredRuntimeConfig = list(
    CopyCount = 123
  )
)