Delete Inference Component
sagemaker_delete_inference_component | R Documentation |
Deletes an inference component¶
Description¶
Deletes an inference component.
Usage¶
sagemaker_delete_inference_component(InferenceComponentName)
Arguments¶
InferenceComponentName |
[required] The name of the inference component to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_inference_component(
InferenceComponentName = "string"
)