View source: R/sagemaker_operations.R
| sagemaker_update_inference_experiment | R Documentation |
Updates an inference experiment that you created. The status of the inference experiment has to be either Created, Running. For more information on the status of an inference experiment, see describe_inference_experiment.
See https://www.paws-r-sdk.com/docs/sagemaker_update_inference_experiment/ for full documentation.
sagemaker_update_inference_experiment(
Name,
Schedule = NULL,
Description = NULL,
ModelVariants = NULL,
DataStorageConfig = NULL,
ShadowModeConfig = NULL
)
Name |
[required] The name of the inference experiment to be updated. |
Schedule |
The duration for which the inference experiment will run. If the status
of the inference experiment is |
Description |
The description of the inference experiment. |
ModelVariants |
An array of |
DataStorageConfig |
The Amazon S3 location and configuration for storing inference request and response data. |
ShadowModeConfig |
The configuration of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.