sagemaker_update_inference_component_runtime_config {paws.machine.learning} | 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.
See https://www.paws-r-sdk.com/docs/sagemaker_update_inference_component_runtime_config/ for full documentation.
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. |
[Package paws.machine.learning version 0.9.0 Index]