View source: R/sagemaker_operations.R
sagemaker_stop_inference_experiment | R Documentation |
Stops an inference experiment.
See https://www.paws-r-sdk.com/docs/sagemaker_stop_inference_experiment/ for full documentation.
sagemaker_stop_inference_experiment(
Name,
ModelVariantActions,
DesiredModelVariants = NULL,
DesiredState = NULL,
Reason = NULL
)
Name |
[required] The name of the inference experiment to stop. |
ModelVariantActions |
[required] Array of key-value pairs, with names of variants mapped to actions. The possible actions are the following:
|
DesiredModelVariants |
An array of |
DesiredState |
The desired state of the experiment after stopping. The possible states are the following:
|
Reason |
The reason for stopping the experiment. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.