AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LookoutEquipment.AmazonLookoutEquipmentRequest
      Amazon.LookoutEquipment.Model.UpdateModelRequest

Namespace: Amazon.LookoutEquipment.Model
Assembly: AWSSDK.LookoutEquipment.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateModelRequest : AmazonLookoutEquipmentRequest
         IAmazonWebServiceRequest

The UpdateModelRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateModelRequest()

Properties

NameTypeDescription
Public Property LabelsInputConfiguration Amazon.LookoutEquipment.Model.LabelsInputConfiguration

Gets and sets the property LabelsInputConfiguration.

Public Property 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 RoleArn request parameter.

Public Property ModelName System.String

Gets and sets the property ModelName.

The name of the model to update.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the model to update.

Examples

Updates a model


var client = new AmazonLookoutEquipmentClient();
var response = client.UpdateModel(new UpdateModelRequest 
{
    LabelsInputConfiguration = new LabelsInputConfiguration { LabelGroupName = "sample-label-group" },
    ModelName = "sample-model"
});


            

Version Information

.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