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 ImportModelVersion operation. Imports a model that has been trained successfully.

Inheritance Hierarchy

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

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

Syntax

C#
public class ImportModelVersionRequest : AmazonLookoutEquipmentRequest
         IAmazonWebServiceRequest

The ImportModelVersionRequest type exposes the following members

Constructors

NameDescription
Public Method ImportModelVersionRequest()

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

Public Property DatasetName System.String

Gets and sets the property DatasetName.

The name of the dataset for the machine learning model being imported.

Public Property InferenceDataImportStrategy Amazon.LookoutEquipment.InferenceDataImportStrategy

Gets and sets the property InferenceDataImportStrategy.

Indicates how to import the accumulated inference data when a model version is imported. The possible values are as follows:

  • NO_IMPORT – Don't import the data.

  • ADD_WHEN_EMPTY – Only import the data from the source model if there is no existing data in the target model.

  • OVERWRITE – Import the data from the source model and overwrite the existing data in the target model.

Public Property LabelsInputConfiguration Amazon.LookoutEquipment.Model.LabelsInputConfiguration

Gets and sets the property LabelsInputConfiguration.

Public Property ModelName System.String

Gets and sets the property ModelName.

The name for the machine learning model to be created. If the model already exists, Amazon Lookout for Equipment creates a new version. If you do not specify this field, it is filled with the name of the source model.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the machine learning model.

Public Property ServerSideKmsKeyId System.String

Gets and sets the property ServerSideKmsKeyId.

Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.

Public Property SourceModelVersionArn System.String

Gets and sets the property SourceModelVersionArn.

The Amazon Resource Name (ARN) of the model version to import.

Public Property Tags System.Collections.Generic.List<Amazon.LookoutEquipment.Model.Tag>

Gets and sets the property Tags.

The tags associated with the machine learning model to be created.

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