Updates an inference component.
See https://www.paws-r-sdk.com/docs/sagemaker_update_inference_component/ for full documentation.
sagemaker_update_inference_component(
InferenceComponentName,
Specification = NULL,
RuntimeConfig = NULL
)
[required] The name of the inference component.
Details about the resources to deploy with this inference component, including the model, container, and compute resources.
Runtime settings for a model that is deployed with an inference component.