AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateModel operation. Updates a model in the account.
Namespace: Amazon.LookoutEquipment.Model
Assembly: AWSSDK.LookoutEquipment.dll
Version: 3.x.y.z
public class UpdateModelRequest : AmazonLookoutEquipmentRequest IAmazonWebServiceRequest
The UpdateModelRequest type exposes the following members
Name | Description | |
---|---|---|
UpdateModelRequest() |
Name | Type | Description | |
---|---|---|---|
LabelsInputConfiguration | Amazon.LookoutEquipment.Model.LabelsInputConfiguration |
Gets and sets the property LabelsInputConfiguration. |
|
ModelDiagnosticsOutputConfiguration | Amazon.LookoutEquipment.Model.ModelDiagnosticsOutputConfiguration |
Gets and sets the property 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 |
|
ModelName | System.String |
Gets and sets the property ModelName. The name of the model to update. |
|
RoleArn | System.String |
Gets and sets the property RoleArn. The ARN of the model to update. |
var client = new AmazonLookoutEquipmentClient(); var response = client.UpdateModel(new UpdateModelRequest { LabelsInputConfiguration = new LabelsInputConfiguration { LabelGroupName = "sample-label-group" }, ModelName = "sample-model" });
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5