Updates a model in the account
Source:R/lookoutequipment_operations.R
lookoutequipment_update_model.RdUpdates a model in the account.
See https://www.paws-r-sdk.com/docs/lookoutequipment_update_model/ for full documentation.
Usage
lookoutequipment_update_model(
ModelName,
LabelsInputConfiguration = NULL,
RoleArn = NULL,
ModelDiagnosticsOutputConfiguration = NULL
)Arguments
- ModelName
[required] The name of the model to update.
- LabelsInputConfiguration
Contains the configuration information for the S3 location being used to hold label data.
- RoleArn
The ARN of the model to update.
- ModelDiagnosticsOutputConfiguration
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model. You must also specify the
RoleArnrequest parameter.