lookoutequipment_update_model {paws.machine.learning} | R Documentation |
Updates a model in the account
Description
Updates 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 |
|
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 |
[Package paws.machine.learning version 0.9.0 Index]